You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

apteryx

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apteryx - pypi Package Compare versions

Comparing version
1.0.7
to
1.0.8
+2
-2
apteryx/google/storage.py

@@ -10,4 +10,4 @@ from typing import Union

credentials = service_account.Credentials.from_service_account_file(os.environ['GCLOUD_CREDENTIALS'])
client = storage.Client(project=os.environ['GCLOUD_PROJECT'], credentials=credentials)
credentials = service_account.Credentials.from_service_account_file(os.getenv('GCLOUD_CREDENTIALS', input('abs path to GCP credentials: ')))
client = storage.Client(project=os.getenv('GCLOUD_PROJECT', input('GCLOUD_PROJECT: ')), credentials=credentials)

@@ -14,0 +14,0 @@

Metadata-Version: 2.1
Name: apteryx
Version: 1.0.7
Version: 1.0.8
Summary: Utilities and useful things for Apteryx Labs

@@ -5,0 +5,0 @@ License: MIT

@@ -7,3 +7,3 @@ [build-system]

name = "apteryx"
version = "1.0.7"
version = "1.0.8"
description = "Utilities and useful things for Apteryx Labs"

@@ -10,0 +10,0 @@ authors = [ "apteryxlabs <matthew@apteryxlabs.com>",]

@@ -23,3 +23,3 @@ # -*- coding: utf-8 -*-

'name': 'apteryx',
'version': '1.0.7',
'version': '1.0.8',
'description': 'Utilities and useful things for Apteryx Labs',

@@ -26,0 +26,0 @@ 'long_description': None,