fix: support python 3.14 in various projects (#33575)

Co-authored-by: cbornet <cbornet@hotmail.com>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
This commit is contained in:
ccurme
2025-10-17 11:06:23 -04:00
committed by GitHub
parent 3b8cb3d4b6
commit 3152d25811
28 changed files with 2287 additions and 1635 deletions

View File

@@ -42,7 +42,6 @@ test_integration = []
typing = [
"mypy>=1.10.0,<2.0.0",
"langchain-core",
"pydantic>2.0.0,<2.10.0", # TODO: support 2.10
]