Skip to content

Commit

Permalink
Downgrade HTTPX requirement to 0.20.0 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
lundberg committed Oct 14, 2021
1 parent fe9d8a4 commit 6a26268
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 @@ -40,5 +40,5 @@
include_package_data=True,
zip_safe=False,
python_requires=">=3.6",
install_requires=["httpx>=1.0.0b0"],
install_requires=["httpx>=0.20.0"],
)

0 comments on commit 6a26268

Please sign in to comment.