Skip to content

Commit

Permalink
Support HTTPX 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Dec 22, 2023
1 parent 5c33e62 commit c8fea06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Fixed
Added
*****
- Add ``restrictions`` to :class:`FullEpisode <model.FullEpisode>` (#310)
- Support HTTPX ``0.26`` (#311)
- Improve ``UnknownModelAttributeWarning`` to include model name (#313)

5.2.1 (2023-11-22)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dynamic = ["version"]

requires-python = ">=3.8"
dependencies = [
"httpx>=0.15,<0.26",
"httpx>=0.15,<0.27",
"pydantic>=1.8,!=2.4.0,!=2.5.0,!=2.5.1",
]

Expand Down

0 comments on commit c8fea06

Please sign in to comment.