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 0662d5d commit dac0c89Copy full SHA for dac0c89
requirements.txt
@@ -1,5 +1,5 @@
1
-httpx~=0.28.1
2
-pydantic~=2.10.4
+httpx>=0.28.1
+pydantic>=2.10.4
3
PyJWT>=2.9.0, <2.10 ; python_version == "3.8"
4
PyJWT>=2.10.0; python_version > "3.8"
5
-cryptography>=42.0.8, <45
+cryptography>=42.0.8
0 commit comments