Skip to content

Commit

Permalink
feat: fix(project): constrain incompatible httpx and pydantic versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie authored and Stainless Bot committed Dec 3, 2024
1 parent 84bc37c commit cb5fbad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [
{ name = "Cloudflare", email = "api@cloudflare.com" },
]
dependencies = [
"httpx>=0.23.0, <1",
"pydantic>=1.9.0, <3",
"httpx>=0.23.0, <0.28",
"pydantic>=1.9.0, <2.10",
"typing-extensions>=4.7, <5",
"anyio>=3.5.0, <5",
"distro>=1.7.0, <2",
Expand Down

0 comments on commit cb5fbad

Please sign in to comment.