We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f305e commit 13c59eaCopy full SHA for 13c59ea
pyproject.toml
@@ -43,7 +43,7 @@ dynamic = [
43
"version",
44
]
45
dependencies = [
46
- "httpx<0.28", # this is pinned temporarily, until respx is able to mock 0.28+ properly
+ "httpx>=0.27",
47
"xsdata>=24.5",
48
49
optional-dependencies.cli = [
@@ -72,7 +72,7 @@ optional-dependencies.test = [
72
"pytest-randomly~=3.15",
73
"pytest-recording~=0.13",
74
"pytest-xdist~=3.6",
75
- "respx~=0.21",
+ "respx~=0.22",
76
77
urls.Changelog = "https://github.com/afuetterer/python-re3data/blob/main/CHANGELOG.md"
78
urls.Documentation = "https://afuetterer.github.io/python-re3data"
0 commit comments