Skip to content

Commit ecd616d

Browse files
packaging: Require SQLAlchemy 2.0 (#534)
1 parent 9bb40d1 commit ecd616d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
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
@@ -35,7 +35,7 @@ packages = [
3535
[tool.poetry.dependencies]
3636
python = ">=3.9"
3737
psycopg2-binary = "2.9.10"
38-
sqlalchemy = "<3"
38+
sqlalchemy = "2.0.36"
3939
sshtunnel = "0.4.0"
4040

4141
[tool.poetry.dependencies.singer-sdk]

0 commit comments

Comments
 (0)