Skip to content

Commit

Permalink
Merge pull request #1288 from rafaelweingartner/pin-sql-alchemy
Browse files Browse the repository at this point in the history
Pin down SQL Alchemy to <2
  • Loading branch information
tobias-urdin authored Jan 31, 2023
2 parents d688f7c + 2cacae0 commit 60c2b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ keystone =
mysql =
pymysql
oslo.db>=4.29.0
sqlalchemy
sqlalchemy<2
sqlalchemy-utils
alembic>=0.7.6,!=0.8.1,!=0.9.0
postgresql =
psycopg2
oslo.db>=4.29.0
sqlalchemy
sqlalchemy<2
sqlalchemy-utils
alembic>=0.7.6,!=0.8.1,!=0.9.0
s3 =
Expand Down

0 comments on commit 60c2b56

Please sign in to comment.