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.6
to
1.0.7
+3
-2
PKG-INFO
Metadata-Version: 2.1
Name: apteryx
Version: 1.0.6
Version: 1.0.7
Summary: Utilities and useful things for Apteryx Labs

@@ -8,6 +8,7 @@ License: MIT

Author-email: matthew@apteryxlabs.com
Requires-Python: >=3.8,<3.9
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: google-api-python-client (>=2.9.0,<3.0.0)

@@ -14,0 +15,0 @@ Requires-Dist: google-auth-httplib2 (>=0.1.0,<0.2.0)

+2
-2

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

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

@@ -14,3 +14,3 @@ authors = [ "apteryxlabs <matthew@apteryxlabs.com>",]

[tool.poetry.dependencies]
python = "~3.8"
python = "^3.8"
google-api-python-client = "^2.9.0"

@@ -17,0 +17,0 @@ google-auth-httplib2 = "^0.1.0"

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

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

@@ -35,3 +35,3 @@ 'long_description': None,

'install_requires': install_requires,
'python_requires': '>=3.8,<3.9',
'python_requires': '>=3.8,<4.0',
}

@@ -38,0 +38,0 @@