Skip to content

Commit 4823b68

Browse files
committed
revert: fix(project): constrain incompatible httpx and pydantic versions
1 parent 6a4602a commit 4823b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors = [
88
{ name = "Cloudflare", email = "[email protected]" },
99
]
1010
dependencies = [
11-
"httpx>=0.23.0, <0.28",
12-
"pydantic>=1.9.0, <2.10",
11+
"httpx>=0.23.0, <1",
12+
"pydantic>=1.9.0, <3",
1313
"typing-extensions>=4.7, <5",
1414
"anyio>=3.5.0, <5",
1515
"distro>=1.7.0, <2",

0 commit comments

Comments
 (0)