-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bump nmdc-schema
from 10.0.0
to 10.1.0
#486
Conversation
TODO
|
@eecavanna doesn't the first item happen with the github actions? There are no migrations for 10.0.0 to 10.1.0 based on there not being a migration python script. |
I'll check the code to refresh my memory, but I don't think GitHub Actions (currently) takes care of that. I think the GitHub Actions workflows were written under the assumption that the developer would have already done that. Here's what some (maybe obsolete) development documentation says: Lines 97 to 101 in aca4339
You're right, there is no migrator in the Anyway, I'll run |
On my host machine, I ran the following command to attach to a bash shell running inside the docker compose exec fastapi bash In that container, I ran: # make update-deps
pip install --upgrade pip-tools pip setuptools
Requirement already satisfied: pip-tools in /usr/local/lib/python3.10/site-packages (7.3.0)
Collecting pip-tools
Downloading pip_tools-7.4.0-py3-none-any.whl.metadata (26 kB)
Requirement already satisfied: pip in /usr/local/lib/python3.10/site-packages (23.3.2)
Collecting pip
Downloading pip-24.0-py3-none-any.whl.metadata (3.6 kB)
(...) Next, I confirmed that the nmdc-schema==10.1.0
# via -r requirements/main.in Finally, I commited those changes to my local copy of this branch and pushed them up to GitHub so they would be included in this PR. |
nmdc-schema
from 10.0.0
to 10.1.0
Hi @aclum, I'll merge this in now. As a result, the development environment will be updated "from schema version |
Description
Upping nmdc-scheam from 10.0.0 to 10.1.0 to add new file type enums for binning.