Skip to content

Commit

Permalink
update bioregistry dependency b/c of recent update
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Nov 22, 2024
1 parent e947ee3 commit e111882
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spell:
poetry run tox -e codespell

unit-tests:
poetry run pytest tests/unit/*.py
poetry run pytest -v tests/unit/*.py

export-requirements:
poetry export -f requirements.txt --output requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion app/routers/users_and_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ async def get_groups():
"/api/groups/{name}", tags=["users and groups"], deprecated=True, description="Get GO group metadata by name"
)
async def get_group_metadata_by_name(
name: str = Path(None, description="The name of the Group (e.g. SynGO, GO Central, MGI, ...)")
name: str = Path(..., description="The name of the Group (e.g. SynGO, GO Central, MGI, ...)")
):
"""
DEPRECATED.
Expand Down
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e111882

Please sign in to comment.