Skip to content

Commit

Permalink
Pinning SQL Alchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei authored Dec 1, 2023
1 parent 957deed commit 709dbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN pip install pystan==2.19.1.1 \
&& pip install prophet

# Pinning various packages to fix dependency issues
RUN pip3 install --no-cache --no-deps --force-reinstall alembic==1.11.1 markupsafe==2.0.1 pyopenssl==22.1.0 importlib-metadata==4.13.0 importlib-resources==5.12.0
RUN pip3 install --no-cache --no-deps --force-reinstall alembic==1.11.1 markupsafe==2.0.1 pyopenssl==22.1.0 importlib-metadata==4.13.0 importlib-resources==5.12.0 sqlalchemy==1.3.23

# Switching back to using the `superset` user
USER superset

0 comments on commit 709dbc8

Please sign in to comment.