Skip to content

Commit cb38672

Browse files
chore(deps): unblock cryptography security fix by widening cffi const… (#82)
…raint
1 parent 176ff91 commit cb38672

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python = ">=3.10,<4.0"
2323
langchain-core = ">0.3.15,<2.0.0"
2424
litellm = "^1.77.2"
2525
httpx = "^0.28.1"
26-
cryptography = ">=46.0.5"
26+
cryptography = ">=46.0.5,<47.0.0"
2727

2828
[tool.ruff.lint]
2929
select = ["E", "F", "I", "T201"]
@@ -78,7 +78,7 @@ syrupy = ">=4.0.2,<5.0.0"
7878
requests-mock = ">=1.11.0,<2.0.0"
7979
pytest-xdist = ">=3.6.1,<4.0.0"
8080
blockbuster = ">=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" }
8282
langchain-core = "^1.0.0"
8383
langchain = "^1.0.0"
8484
toml = ">=0.10.2"
@@ -103,6 +103,7 @@ mypy-protobuf = ">=3.0.0,<4.0.0"
103103
langchain-core = "^1.0.0"
104104
langchain-text-splitters = "^0.3.7"
105105
langchain = "^1.0.0"
106+
cffi = ">=2.0.0,<3.0.0"
106107

107108
[tool.poetry-dynamic-versioning]
108109
enable = true

0 commit comments

Comments
 (0)