Skip to content

Commit

Permalink
fix: Make dependencies less restrictive (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
iharthi authored Jul 8, 2024
1 parent dcadd3a commit 50a6261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages = find:
python_requires = >3.6
install_requires =
classes~=0.4.1 # bugfix auto updates allowed
httpx~=0.24.0 # bugfix auto updates allowed
httpx>=0.24.0,<1.0.0 # minor auto updates allowed
orjson~=3.8 # minor auto updates allowed
pydantic>=1.10,<3 # minor auto updates allowed
typeguard~=3.0.2 # bugfix auto updates allowed
Expand Down

0 comments on commit 50a6261

Please sign in to comment.