File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ python = ">=3.10,<4.0"
2323langchain-core = " >0.3.15,<2.0.0"
2424litellm = " ^1.77.2"
2525httpx = " ^0.28.1"
26- cryptography = " >=46.0.5"
26+ cryptography = " >=46.0.5,<47.0.0 "
2727
2828[tool .ruff .lint ]
2929select = [" E" , " F" , " I" , " T201" ]
@@ -78,7 +78,7 @@ syrupy = ">=4.0.2,<5.0.0"
7878requests-mock = " >=1.11.0,<2.0.0"
7979pytest-xdist = " >=3.6.1,<4.0.0"
8080blockbuster = " >=1.5.18,<1.6"
81- cffi = {markers = " python_version >= \" 3.10\" " , version = " ^1.17.1 " }
81+ cffi = { markers = " python_version >= \" 3.10\" " , version = " >=2.0.0,<3.0.0 " }
8282langchain-core = " ^1.0.0"
8383langchain = " ^1.0.0"
8484toml = " >=0.10.2"
@@ -103,6 +103,7 @@ mypy-protobuf = ">=3.0.0,<4.0.0"
103103langchain-core = " ^1.0.0"
104104langchain-text-splitters = " ^0.3.7"
105105langchain = " ^1.0.0"
106+ cffi = " >=2.0.0,<3.0.0"
106107
107108[tool .poetry-dynamic-versioning ]
108109enable = true
You can’t perform that action at this time.
0 commit comments