Skip to content

Commit

Permalink
bumping nmdc schema and submission schema to 10.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aclum committed Aug 22, 2024
1 parent 5ad07cc commit 85520c1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .docker-env
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ PGDATABASE=nmdc_a
NMDC_DATABASE_URI="postgresql://postgres:postgres@db/nmdc_a"
NMDC_CELERY_BACKEND="redis://redis:6379/0"
NMDC_CELERY_BROKER="redis://redis:6379/0"
NMDC_INGEST_DATABASE_URI="postgresql://postgres:postgres@db/nmdc_a"
NMDC_INGEST_DATABASE_URI="postgresql://postgres:postgres@db/nmdc_b"
NMDC_MONGO_HOST=tunnel
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ FROM tiangolo/uvicorn-gunicorn:python3.9-2023-06-05
LABEL org.opencontainers.image.source=https://github.com/microbiomedata/nmdc-server
RUN rm /app/main.py

RUN apt-get update && apt-get install -y postgresql-client
RUN apt clean
RUN apt-get upgrade
RUN apt-get update
RUN apt-get install -y postgresql-client

RUN pip install -U pip setuptools wheel
COPY . /app/
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies = [
"ipython==7.31.1",
"itsdangerous==2.0.1",
"mypy<0.920",
"nmdc-schema==10.7.0",
"nmdc-submission-schema==10.7.0",
"nmdc-schema==10.8.0",
"nmdc-submission-schema==10.8.0",
"pint==0.18",
"psycopg2==2.9.3",
"pydantic==1.10.2",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"linkify-it": "^4.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"nmdc-schema": "https://github.com/microbiomedata/nmdc-schema#v10.7.0",
"nmdc-schema": "https://github.com/microbiomedata/nmdc-schema#v10.8.0",
"popper.js": "1.16.1",
"protobufjs": "^6.11.3",
"serialize-javascript": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7662,9 +7662,9 @@ nice-try@^1.0.4:
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==

"nmdc-schema@https://github.com/microbiomedata/nmdc-schema#v10.7.0":
"nmdc-schema@https://github.com/microbiomedata/nmdc-schema#v10.8.0":
version "0.0.0"
resolved "https://github.com/microbiomedata/nmdc-schema#ad1440736c1e088705a8b09f88727c0e195abfb3"
resolved "https://github.com/microbiomedata/nmdc-schema#5930933d2115664ddcd94776f0d07201bb409960"

no-case@^2.2.0:
version "2.3.2"
Expand Down

0 comments on commit 85520c1

Please sign in to comment.