Skip to content

Commit 85dee3d

Browse files
Fix crypto (#140)
1 parent 3a59cdf commit 85dee3d

File tree

2 files changed

+30
-39
lines changed

2 files changed

+30
-39
lines changed

poetry.lock

Lines changed: 29 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = 'https://github.com/SneaksAndData/spark-utils'
1111
[tool.poetry.dependencies]
1212
python = ">=3.11, <3.13"
1313
hadoop-fs-wrapper = "~0.7"
14-
cryptography = "~43.0.1"
14+
cryptography = "^36"
1515
delta-spark = "~3.2.1"
1616
backoff = "~2.2"
1717

0 commit comments

Comments
 (0)