Skip to content

Commit dac0c89

Browse files
authored
Don't arbitrarily constrain dependency versions (#424)
1 parent 0662d5d commit dac0c89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
httpx~=0.28.1
2-
pydantic~=2.10.4
1+
httpx>=0.28.1
2+
pydantic>=2.10.4
33
PyJWT>=2.9.0, <2.10 ; python_version == "3.8"
44
PyJWT>=2.10.0; python_version > "3.8"
5-
cryptography>=42.0.8, <45
5+
cryptography>=42.0.8

0 commit comments

Comments
 (0)