This is an automated email from the ASF dual-hosted git repository.

yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 9798a2ae9 Update dependency pydantic to >=2.12.5,<2.13.0 (#2807)
9798a2ae9 is described below

commit 9798a2ae911e826e24e34e520c160d6f91bf830c
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Dec 10 03:48:57 2025 +0000

    Update dependency pydantic to >=2.12.5,<2.13.0 (#2807)
---
 client/python/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml
index 37d38344d..fe2f9adbc 100644
--- a/client/python/pyproject.toml
+++ b/client/python/pyproject.toml
@@ -32,7 +32,7 @@ dynamic = ["classifiers"]
 dependencies = [
     "urllib3>=1.25.3,<3.0.0",
     "python-dateutil>=2.8.2",
-    "pydantic>=2.0.0,<2.12.0",
+    "pydantic>=2.12.5,<2.13.0",
     "typing-extensions>=4.7.1",
     "boto3~=1.42.2",
 ]

Reply via email to