Skip to content

Commit

Permalink
Merge pull request #1457 from Sage-Bionetworks/develop-fds-2197
Browse files Browse the repository at this point in the history
fix: install patch version of synapse python client
  • Loading branch information
linglp authored Jul 12, 2024
2 parents 7ada9cf + 7226083 commit 55b201a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 45 deletions.
49 changes: 6 additions & 43 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pygsheets = "^2.0.4"
PyYAML = "^6.0.0"
rdflib = "^6.0.0"
setuptools = "^66.0.0"
synapseclient = "^4.1.0"
synapseclient = "4.3.1"
tenacity = "^8.0.1"
toml = "^0.10.2"
great-expectations = "^0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion schematic_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PYTHONFAULTHANDLER=1 \
PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=200 \
POETRY_VERSION=1.3.0 \
POETRY_VERSION=1.7.1 \
APP_PARENT_DIR=/app \
NGINX_CONFIG=/etc/nginx/conf.d \
APP_DIR=/app/app \
Expand Down

0 comments on commit 55b201a

Please sign in to comment.