Skip to content

Commit

Permalink
Update dependency beanie to v1.27.0 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkis authored Oct 21, 2024
2 parents 4fdc55c + ad95da6 commit fa05176
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
15 changes: 11 additions & 4 deletions Tekst-API/poetry.lock

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

1 change: 1 addition & 0 deletions Tekst-API/tekst/routers/texts.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ async def download_structure_template(
)
# add empty array for aliases if none is present
loc_data["aliases"] = loc_data.get("aliases", None) or []
loc_data["id"] = str(loc_data["id"])
locations_data.append(loc_data)
# dump JSON for writing to temp file
json_str = json.dumps(locations_data, indent=2)
Expand Down

0 comments on commit fa05176

Please sign in to comment.