Skip to content

Commit

Permalink
chore(weave): Pin pydantic #3034
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong authored Nov 20, 2024
1 parent db8a09c commit 0fc3c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
requires-python = ">=3.9"
dynamic = ["version"]
dependencies = [
"pydantic>=2.0.0",
"pydantic>=2.0.0,<2.10.0", # Pinning to resolve issues caused in 2.10.0 release
"wandb>=0.17.1",
"packaging>=21.0", # For version parsing in integrations
"tenacity>=8.3.0,!=8.4.0", # Excluding 8.4.0 because it had a bug on import of AsyncRetrying
Expand Down

0 comments on commit 0fc3c0b

Please sign in to comment.