Skip to content

Commit

Permalink
Merge pull request #16 from johtso/httpx-v0.23
Browse files Browse the repository at this point in the history
Bump httpx to v0.23
  • Loading branch information
johtso authored Aug 23, 2023
2 parents dd53121 + 9d07591 commit ef9bc84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ wheel==0.37.0

# Testing
autoflake==1.4
black==22.1.0
black==22.3.0
CherryPy==18.6.1
coverage==6.3.2
flake8==4.0.1
Expand Down
4 changes: 2 additions & 2 deletions 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.*",
"httpx>=0.22.0,<0.24.0",
"msgpack",
"anyio",
"multimethod",
Expand All @@ -74,4 +74,4 @@ def get_packages(package):
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
],
)
)

0 comments on commit ef9bc84

Please sign in to comment.