Skip to content

Commit

Permalink
Don't cap httpx version
Browse files Browse the repository at this point in the history
  • Loading branch information
johtso committed May 16, 2024
1 parent abd3ee0 commit 2a6409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_packages(package):
include_package_data=True,
zip_safe=False,
install_requires=[
"httpx>=0.22.0,<0.24.0",
"httpx>=0.22.0",
"msgpack",
"anyio",
"multimethod",
Expand Down

0 comments on commit 2a6409b

Please sign in to comment.