Skip to content

Commit

Permalink
Support HTTPX 0.21 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Nov 20, 2021
1 parent 59bba42 commit 424c1bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Release notes
=============
Unreleased
----------
- Dependency to HTTPX upgraded to include version ``0.20.*`` (:issue:`263`)
- Dependency to HTTPX upgraded to include versions ``0.20.0-0.21.*``
(:issue:`263`, :issue:`265`)

4.0.0 (2021-09-09)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

python_requires='>=' + python_requires_str,
install_requires=[
'httpx>=0.15,<0.21',
'httpx>=0.15,<0.22',
],
extras_require=extras_require,

Expand Down

0 comments on commit 424c1bf

Please sign in to comment.