Update SQLAlchemy to highest 1.3.x release (#6169)

Moving to SQLAlchemy 1.4 / 2.0 seems like it'll be a substantial project:

  * https://docs.sqlalchemy.org/en/14/changelog/migration_14.html
  * https://docs.sqlalchemy.org/en/14/changelog/migration_20.html
This commit is contained in:
Justin Clift
2023-07-11 14:56:11 +10:00
committed by GitHub
parent c922521dbd
commit b4801dd2b8

View File

@@ -23,7 +23,7 @@ pytz>=2019.3
PyYAML==5.4
redis==4.4.4
requests==2.31.0
SQLAlchemy==1.3.10
SQLAlchemy==1.3.24
# We can't upgrade SQLAlchemy-Searchable version as newer versions require PostgreSQL > 9.6, but we target older versions at the moment.
SQLAlchemy-Searchable==0.10.6
# We need to pin the version of pyparsing, as newer versions break SQLAlchemy-Searchable-10.0.6 (newer versions no longer depend on it)