Skip to content

Commit

Permalink
Support HTTPX 0.28 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Dec 10, 2024
1 parent 2e9f789 commit 7c0a597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Added
*****
- Add missing typing for lists and dicts, modernise typing (:issue:`330`)
- Explicitly support and test Python 3.13 (:issue:`329`)
- Add support for HTTPX ``0.28`` (:issue:`336`)

Fixed
*****
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dynamic = ["version"]
# Bump Pyright below too when changing the minimum version
requires-python = ">=3.9"
dependencies = [
"httpx>=0.15,<0.28",
"httpx>=0.15,<0.29",
"pydantic>=1.8,!=2.4.0,!=2.5.0,!=2.5.1",
"eval_type_backport; python_version=='3.9'",
]
Expand Down Expand Up @@ -56,7 +56,7 @@ filterwarnings = [
]

[tool.coverage.run]
source = ["src"]
source = ["tekore"]
branch = true
command_line = "-m pytest"

Expand Down

0 comments on commit 7c0a597

Please sign in to comment.