Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit b5a5331

Browse files
committed
chore: pin dependencies to latest
1 parent 62e2fc7 commit b5a5331

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed
-1.81 KB
Binary file not shown.

setup.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@
4242
"passageidentity.openapi_client.models": "passageidentity/openapi_client/models",
4343
},
4444
install_requires=[
45-
"aenum",
46-
"cryptography",
47-
'importlib-metadata >= 1.0 ; python_version < "3.12"',
48-
"pydantic",
49-
"pyjwt",
50-
"python-dateutil",
51-
"requests",
52-
"typing_extensions >= 4.7.1",
53-
"urllib3 >= 1.25.3, < 2.1.0",
45+
"aenum >= 3.1.15",
46+
"cryptography >= 44.0.0",
47+
"importlib-metadata >= 8.5.0",
48+
"pydantic >= 2.10.2",
49+
"pyjwt >= 2.10.1",
50+
"python-dateutil >= 2.9.0.post0",
51+
"requests >= 2.32.3",
52+
"typing_extensions >= 4.12.2",
53+
"urllib3 >= 2.2.3",
5454
],
5555
extras_require={
5656
"dev": [
57-
"pytest",
58-
"python-dotenv",
59-
"faker",
60-
"build",
61-
"ruff",
57+
"pytest >= 8.3.4",
58+
"python-dotenv >= 1.0.1",
59+
"faker >= 33.1.0",
60+
"build >= 1.2.2.post1",
61+
"ruff >= 0.8.1",
6262
],
6363
},
6464
setup_requires=["pytest-runner"],

0 commit comments

Comments
 (0)