Skip to content

Commit

Permalink
pin sqlalchemy below 2.0.0 (#11871)
Browse files Browse the repository at this point in the history
new sqlalchemy dropped, our bk is broken

https://docs.sqlalchemy.org/en/14/changelog/migration_20.html
  • Loading branch information
benpankow authored and gibsondan committed Jan 27, 2023
1 parent df9dfc6 commit 266e4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_version() -> str:
"tomli",
"tqdm",
"typing_extensions>=4.0.1",
"sqlalchemy>=1.0",
"sqlalchemy>=1.0,<2.0.0",
"toposort>=1.0",
"watchdog>=0.8.3",
'psutil >= 1.0; platform_system=="Windows"',
Expand Down

0 comments on commit 266e4a1

Please sign in to comment.