Skip to content

Commit a5c1130

Browse files
shawn-yang-googlecopybara-github
authored andcommitted
fix: Pin pydantic version lower-bound limit to 2.11.1 to fix a pydantic dependency issue.
PiperOrigin-RevId: 749882690
1 parent 6960ae4 commit a5c1130

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"google-cloud-trace < 2",
152152
"opentelemetry-sdk < 2",
153153
"opentelemetry-exporter-gcp-trace < 2",
154-
"pydantic >= 2.6.3, < 3",
154+
"pydantic >= 2.11.1, < 3",
155155
"typing_extensions",
156156
]
157157

@@ -162,7 +162,7 @@
162162
"google-cloud-logging < 4",
163163
"opentelemetry-sdk < 2",
164164
"opentelemetry-exporter-gcp-trace < 2",
165-
"pydantic >= 2.10, < 3",
165+
"pydantic >= 2.11.1, < 3",
166166
"typing_extensions",
167167
]
168168

testing/constraints-ag2.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
pydantic<2.10

testing/constraints-langchain.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
langchain
22
langchain-core
33
langchain-google-vertexai
4-
langgraph-checkpoint==2.0.1 # Pinned to unbreak unit tests.
5-
pydantic<2.10
4+
langgraph-checkpoint==2.0.1 # Pinned to unbreak unit tests.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
pydantic<2.10

0 commit comments

Comments
 (0)