From 9971c08ff9bc4d10e7378a27f31fd77d5cbe70a1 Mon Sep 17 00:00:00 2001 From: Andrew Truong Date: Wed, 20 Nov 2024 16:27:18 -0500 Subject: [PATCH] test --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd235b58bde1..5d5db9f1bc4e 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