Skip to content

Commit

Permalink
fix: Update upperbounds on pydantic version to < 2.10 to mitigate ver…
Browse files Browse the repository at this point in the history
…sion comparison checks

PiperOrigin-RevId: 698837809
  • Loading branch information
yeesian authored and copybara-github committed Nov 21, 2024
1 parent b355881 commit c13b6a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"google-cloud-trace < 2",
"opentelemetry-sdk < 2",
"opentelemetry-exporter-gcp-trace < 2",
"pydantic >= 2.6.3, < 3",
"pydantic >= 2.6.3, < 2.10",
]

evaluation_extra_require = [
Expand Down
3 changes: 2 additions & 1 deletion testing/constraints-langchain.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
langchain
langchain-core
langchain-google-vertexai
langchain-google-vertexai
pydantic<2.10

0 comments on commit c13b6a8

Please sign in to comment.