Skip to content

Commit ec85eca

Browse files
fix: Make cryptography an explicit dependency (#350)
## Related - Closes #349 - meltano/sdk#2525 - https://github.com/meltano/sdk/releases/tag/v0.39.0
1 parent 96c9167 commit ec85eca

File tree

2 files changed

+141
-1
lines changed

2 files changed

+141
-1
lines changed

Diff for: poetry.lock

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

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ packages = [
3333

3434
[tool.poetry.dependencies]
3535
beautifulsoup4 = "~=4.12.0"
36+
cryptography = { version = "~=44.0.0", python = ">3.9.0,<3.9.1 || >3.9.1" }
3637
nested-lookup = "~=0.2.25"
3738
PyJWT = "2.10.1"
3839
python = ">=3.9"

0 commit comments

Comments
 (0)