Skip to content

Commit 3d6978d

Browse files
fix: Drop support for Python 3.9.0 and 3.9.1 to fix Dependabot alert about cryptography (#366)
1 parent 720796b commit 3d6978d

File tree

2 files changed

+6
-58
lines changed

2 files changed

+6
-58
lines changed

poetry.lock

Lines changed: 5 additions & 57 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
@@ -15,7 +15,7 @@ packages = [
1515
]
1616

1717
[tool.poetry.dependencies]
18-
python = ">=3.9"
18+
python = ">=3.9,!=3.9.0,!=3.9.1"
1919
certifi = "2025.4.26" # See https://github.com/certifi/python-certifi/issues/349
2020
cryptography = ">=40"
2121
snowflake-sqlalchemy = "==1.7.4"

0 commit comments

Comments
 (0)