Skip to content

Commit 55b201a

Browse files
authored
Merge pull request #1457 from Sage-Bionetworks/develop-fds-2197
fix: install patch version of synapse python client
2 parents 7ada9cf + 7226083 commit 55b201a

File tree

3 files changed

+8
-45
lines changed

3 files changed

+8
-45
lines changed

poetry.lock

Lines changed: 6 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pygsheets = "^2.0.4"
5454
PyYAML = "^6.0.0"
5555
rdflib = "^6.0.0"
5656
setuptools = "^66.0.0"
57-
synapseclient = "^4.1.0"
57+
synapseclient = "4.3.1"
5858
tenacity = "^8.0.1"
5959
toml = "^0.10.2"
6060
great-expectations = "^0.15.0"

schematic_api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV PYTHONFAULTHANDLER=1 \
1212
PIP_NO_CACHE_DIR=off \
1313
PIP_DISABLE_PIP_VERSION_CHECK=on \
1414
PIP_DEFAULT_TIMEOUT=200 \
15-
POETRY_VERSION=1.3.0 \
15+
POETRY_VERSION=1.7.1 \
1616
APP_PARENT_DIR=/app \
1717
NGINX_CONFIG=/etc/nginx/conf.d \
1818
APP_DIR=/app/app \

0 commit comments

Comments
 (0)