update version

This commit is contained in:
2025-12-06 14:55:57 -03:00
parent f3cd5663bd
commit a56e051a18
23 changed files with 8766 additions and 1942 deletions

View File

@@ -18,7 +18,7 @@ def get_orgs(
limit: Annotated[int, Query(ge=25)] = 25,
):
return dyn.collection.query(
# Post-migration (users): rename `orgs` to `ORG`
# Post-migration (users): rename `orgs#` to `ORG#`
key=KeyPair(user_id, 'orgs#'),
start_key=start_key,
limit=limit,