Skip to content

Commit

Permalink
Allow httpx 0.24 (#67)
Browse files Browse the repository at this point in the history
* Allow httpx 0.24

* Update setup.py

---------

Co-authored-by: Adam Hopkins <adam@amhopkins.com>
  • Loading branch information
rparini and ahopkins committed Jul 6, 2023
1 parent 2f219db commit f62dcaf
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 @@ -47,7 +47,7 @@ def open_local(paths, mode="r", encoding="utf8"):
"Programming Language :: Python :: 3.10",
],
}
requirements = ["httpx>=0.18,<0.24"]
requirements = ["httpx>=0.18"]

tests_require = ["pytest", "sanic>=22.12", "pytest-asyncio"]

Expand Down

0 comments on commit f62dcaf

Please sign in to comment.