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

@@ -40,7 +40,7 @@ test = [
"pytest-timeout>=2.3.1,<3.0.0",
"pytest-socket>=0.7.0,<1.0.0",
"pytest-xdist>=3.8.0,<4.0.0",
"vcrpy>=7.0.0,<8.0.0",
"vcrpy>=8.0.0,<9.0.0",
"langgraph-prebuilt>=0.7.0a2", # set explicitly until we have a stable version
"langchain-core",
"langchain-tests",
@@ -61,6 +61,9 @@ langchain-core = { path = "../../core", editable = true }
langchain-tests = { path = "../../standard-tests", editable = true }
langchain = { path = "../../langchain_v1", editable = true }
[tool.uv]
constraint-dependencies = ["urllib3>=2.6.3"]
[tool.mypy]
disallow_untyped_defs = "True"
plugins = ['pydantic.mypy']