mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore: upgrade urllib3 to 2.6.3 (#34940)
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user