diff --git a/pyproject.toml b/pyproject.toml index cd235b58bde..5d5db9f1bc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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