chore: upgrade urllib3 to 2.6.3 (#34940)

This commit is contained in:
John Kennedy
2026-01-31 13:30:17 -08:00
committed by GitHub
parent 488db577e2
commit c5834cc028
27 changed files with 333 additions and 4887 deletions

View File

@@ -59,6 +59,9 @@ typing = [
langchain-core = { path = "../../core", editable = true }
langchain-tests = { path = "../../standard-tests", editable = true }
[tool.uv]
constraint-dependencies = ["urllib3>=2.6.3"]
[tool.mypy]
disallow_untyped_defs = true