Skip to content

Commit 472199f

Browse files
fix: update cryptography package to latest version to address CVE (airbytehq#377)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: natik@airbyte.io <natik@airbyte.io>
1 parent 0edebbe commit 472199f

File tree

2 files changed

+45
-37
lines changed

2 files changed

+45
-37
lines changed

poetry.lock

+44-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ numpy = "<2"
7373
unstructured = { version = "0.10.27", extras = ["docx", "pptx"], optional = true }
7474
"unstructured.pytesseract" = { version = ">=0.3.12", optional = true }
7575
pyjwt = "^2.8.0"
76-
cryptography = ">=42.0.5,<44.0.0"
76+
cryptography = ">=44.0.0,<45.0.0"
7777
pytz = "2024.2"
7878
orjson = "^3.10.7"
7979
serpyco-rs = "^1.10.2"

0 commit comments

Comments
 (0)