Skip to content

Commit

Permalink
Update mysqlclient version (#151)
Browse files Browse the repository at this point in the history
## Describe your changes
Bump mysqlclient to 2.2.4 to allow compatibility with MySQL 3.8.0

## Issue ticket number and link
  • Loading branch information
emilymclean authored Feb 24, 2024
1 parent 86537a8 commit 877631a
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 110 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM minizinc/minizinc:2.5.5

# Install Python3.8 and some packages
RUN apt update \
&& apt install -yqq wget git gnupg curl python3.8 python3-pip libmysqlclient-dev
&& DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -yqq pkg-config wget git gnupg curl python3.8 python3-pip libmysqlclient-dev
RUN pip3 install pipenv
RUN pip3 install gunicorn

Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jmespath = "==0.10.0"
mako = "==1.2.4"
markupsafe = ">=1.1.1"
minizinc = "==0.9.0"
mysqlclient = "==2.0.3"
mysqlclient = "==2.2.4"
pipenv = "*"
pycparser = "==2.21"
pyjwt = "==2.8.0"
Expand Down
Loading

0 comments on commit 877631a

Please sign in to comment.