Skip to content

Commit

Permalink
Pin SQLalchemy to 1.3.x (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Mar 27, 2021
1 parent bc98f23 commit 39b8c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pydantic==1.8.1 # Input validation
# Database connections and management
psycopg2-binary==2.8.6; platform_python_implementation == "CPython"
psycopg2cffi==2.9.0; platform_python_implementation == "PyPy"
SQLAlchemy==1.4.2
SQLAlchemy==1.3.23 # pyup: <1.4 # https://github.com/irrdnet/irrd/issues/475
alembic==1.5.7
ujson==4.0.2

Expand Down

0 comments on commit 39b8c62

Please sign in to comment.