Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rolling back base ingest api version #648

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/ingest-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Parent image
FROM sennet/api-base-image:1.1.0
FROM sennet/api-base-image:1.0.0
ENV LANG=en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion docker/ingest-api/rq/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sennet/api-base-image:1.1.0
FROM sennet/api-base-image:1.0.0
ENV LANG=en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
Expand Down
12 changes: 6 additions & 6 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==3.0.3
globus_sdk==2.0.1
hubmap-sdk==1.0.7
hubmap-sdk==1.0.10
Werkzeug==3.0.3

# Use pinned version of jsonref same as commons
Expand All @@ -17,7 +17,7 @@ requests==2.32.3
# Use the branch name of commons from github for testing new changes made in commons from different branch
# Default is main branch specified in docker-compose.development.yml if not set
# git+https://github.com/hubmapconsortium/commons.git@${COMMONS_BRANCH}#egg=hubmap-commons
hubmap-commons==2.1.18
hubmap-commons==2.1.19
atlas-consortia-commons==1.1.0

# For assay type rules
Expand All @@ -27,9 +27,9 @@ rule_engine==4.1.0
redis==5.0.3
rq==1.16.2

# We cannot go beyond 0.3.6 as it now requires python >= 3.10
# For vitessce config generation
https://github.com/hubmapconsortium/portal-visualization/archive/refs/tags/0.3.6.tar.gz

# Testing
pytest==7.3.1

# We cannot go beyond 0.3.6 as it now requires python >= 3.10
# For vitessce config generation
git+https://github.com/hubmapconsortium/[email protected]#egg=portal-visualization