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

Update nmdc-schema to v10.8.0 #645

Merged
merged 1 commit into from
Aug 21, 2024
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 requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mkdocs-jupyter
mkdocs-material
mkdocs-mermaid2-plugin
motor
nmdc-schema==10.7.0
nmdc-schema==10.8.0
openpyxl
pandas
passlib[bcrypt]
Expand Down
25 changes: 5 additions & 20 deletions requirements/main.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements/main.txt --strip-extras requirements/main.in
Expand Down Expand Up @@ -159,12 +159,6 @@ email-validator==2.2.0
# pydantic
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.1
# via
# anyio
# cattrs
# ipython
# pytest
executing==2.0.1
# via stack-data
fastapi==0.111.0
Expand Down Expand Up @@ -202,6 +196,8 @@ graphql-relay==3.2.0
# via graphene
graphviz==0.20.3
# via linkml
greenlet==3.0.3
# via sqlalchemy
grpcio==1.64.1
# via
# dagster
Expand Down Expand Up @@ -451,7 +447,7 @@ nbformat==5.10.4
# nbconvert
nest-asyncio==1.6.0
# via ipykernel
nmdc-schema==10.7.0
nmdc-schema==10.8.0
# via -r requirements/main.in
notebook==7.2.1
# via jupyter
Expand Down Expand Up @@ -789,12 +785,7 @@ tinycss2==1.3.0
toml==0.10.2
# via beanie
tomli==2.0.1
# via
# dagster
# jupyterlab
# jupytext
# pytest
# setuptools-scm
# via dagster
toolz==0.12.1
# via -r requirements/main.in
toposort==1.10
Expand Down Expand Up @@ -835,18 +826,12 @@ types-python-dateutil==2.9.0.20240316
typing-extensions==4.12.2
# via
# alembic
# anyio
# async-lru
# beanie
# cattrs
# dagster
# fastapi
# ipython
# pydantic
# pydantic-core
# sqlalchemy
# typer
# uvicorn
tzdata==2024.1
# via
# pandas
Expand Down
Loading