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 ac16a4a commit df47028Copy full SHA for df47028
pyproject.toml
@@ -22,7 +22,7 @@ python_dateutil = ">=2.5.3"
22
setuptools = ">=21.0.0"
23
urllib3 = ">=2.0.7"
24
requests = ">=2.31.0"
25
-pyjwt = "2.6.0"
+pyjwt = ">=2.6.0"
26
27
28
[build-system]
requirements.txt
@@ -4,4 +4,4 @@ python_dateutil >= 2.5.3
4
setuptools >= 21.0.0
5
urllib3 >= 2.0.7
6
requests>=2.31.0
7
-pyjwt==2.6.0
+pyjwt >= 2.6.0
0 commit comments