We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c76da commit 5f1b5e1Copy full SHA for 5f1b5e1
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "omnipkg"
7
-version = "1.5.4"
+version = "1.5.5"
8
authors = [
9
{ name = "1minds3t", email = "1minds3t@proton.me" },
10
]
@@ -35,7 +35,7 @@ dependencies = [
35
# Use older packaging on Python 3.9 to match the older safety dependency
36
"packaging<22.0,>=21.0; python_version < '3.10'",
37
"requests>=2.20",
38
- "authlib>=1.6.4",
+ "authlib>=1.6.5",
39
"filelock>=3.9",
40
"tomli; python_version < '3.11'",
41
"safety>=2.3.5,<3.0; python_version < '3.10'",
@@ -79,4 +79,4 @@ exclude = [
79
80
[tool.setuptools]
81
license-files = ["LICENSE", "COMMERCIAL_LICENSE.md"]
82
-include-package-data = true
+include-package-data = true
0 commit comments