Skip to content
Snippets Groups Projects
Commit 1ed08f45 authored by Tim Repke's avatar Tim Repke
Browse files

bump versions

parent 549af640
No related branches found
No related tags found
No related merge requests found
Pipeline #782 passed
fastapi==0.78
fastapi==0.80
hypercorn==0.13.2
toml==0.10.2
email-validator==1.2.1
......@@ -8,4 +8,4 @@ passlib[bcrypt]==1.7.4
PyYAML==6.0
httpx[http2]==0.23.0
pymitter==0.4.0
-e git+ssh://git@gitlab.pik-potsdam.de/mcc-apsis/nacsos/nacsos-data.git@16a38bb2eae99e1df7c4c992e3afc8b0e50e72de#egg=nacsos_data
\ No newline at end of file
-e git+ssh://git@gitlab.pik-potsdam.de/mcc-apsis/nacsos/nacsos-data.git@b198aec2d46c46b41d7fc3005c8a99d6d74b6eaf#egg=nacsos_data
\ No newline at end of file
......@@ -198,8 +198,8 @@ async def remove_assignment_scope(assignment_scope_id: str,
async def get_num_assignments_for_scope(assignment_scope_id: str,
permissions=Depends(
UserPermissionChecker(['annotations_read', 'annotations_edit'],
fulfill_all=False))) \
-> AssignmentCounts:
fulfill_all=False))
) -> AssignmentCounts:
scope = await read_assignment_counts_for_scope(assignment_scope_id=assignment_scope_id, engine=db_engine)
return scope
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment