Skip to content

Commit

Permalink
Downgrade sqlalchemy version
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Nov 15, 2024
1 parent a55a54c commit 789d23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mlflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN pip install psycopg2-binary==2.9.10

ARG BOTO3_VERSION=1.35.39
ARG MLFLOW_VERSION=1.26.1
ARG SQLALCHEMY_VERSION=2.0.35
ARG SQLALCHEMY_VERSION=1.4.54

RUN pip install boto3==${BOTO3_VERSION}
RUN pip install SQLAlchemy==${SQLALCHEMY_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion python/observation-publisher/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ six==1.16.0
# querystring-parser
smmap==5.0.1
# via gitdb
sqlalchemy==2.0.27
sqlalchemy==1.4.54
# via
# alembic
# mlflow
Expand Down

0 comments on commit 789d23f

Please sign in to comment.