Skip to content

Commit c13b6a8

Browse files
yeesiancopybara-github
authored andcommitted
fix: Update upperbounds on pydantic version to < 2.10 to mitigate version comparison checks
PiperOrigin-RevId: 698837809
1 parent b355881 commit c13b6a8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"google-cloud-trace < 2",
144144
"opentelemetry-sdk < 2",
145145
"opentelemetry-exporter-gcp-trace < 2",
146-
"pydantic >= 2.6.3, < 3",
146+
"pydantic >= 2.6.3, < 2.10",
147147
]
148148

149149
evaluation_extra_require = [

testing/constraints-langchain.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
langchain
22
langchain-core
3-
langchain-google-vertexai
3+
langchain-google-vertexai
4+
pydantic<2.10

0 commit comments

Comments
 (0)