Skip to content

Commit 13c59ea

Browse files
authored
build(deps): unpin httpx dependency (#243)
Fixes #233
1 parent 74f305e commit 13c59ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dynamic = [
4343
"version",
4444
]
4545
dependencies = [
46-
"httpx<0.28", # this is pinned temporarily, until respx is able to mock 0.28+ properly
46+
"httpx>=0.27",
4747
"xsdata>=24.5",
4848
]
4949
optional-dependencies.cli = [
@@ -72,7 +72,7 @@ optional-dependencies.test = [
7272
"pytest-randomly~=3.15",
7373
"pytest-recording~=0.13",
7474
"pytest-xdist~=3.6",
75-
"respx~=0.21",
75+
"respx~=0.22",
7676
]
7777
urls.Changelog = "https://github.com/afuetterer/python-re3data/blob/main/CHANGELOG.md"
7878
urls.Documentation = "https://afuetterer.github.io/python-re3data"

0 commit comments

Comments
 (0)