8000 fix(project): constrain incompatible httpx and pydantic versions · cloudflare/cloudflare-python@00f4d23 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 00f4d23

Browse files
committed
fix(project): constrain incompatible httpx and pydantic versions
1 parent 7d935bd commit 00f4d23

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
@@ -8,8 +8,8 @@ authors = [
88
{ name = "Cloudflare", email = "api@cloudflare.com" },
99
]
1010
dependencies = [
11-
"httpx>=0.23.0, <1",
12-
"pydantic>=1.9.0, <3",
11+
"httpx>=0.23.0, <0.28",
12+
"pydantic>=1.9.0, <2.10",
1313
"typing-extensions>=4.7, <5",
1414
"anyio>=3.5.0, <5",
1515
"distro>=1.7.0, <2",

0 commit comments

Comments
 (0)
0