chore: bump version to 1.35.0 and auto-assign admin role to first registered user

Update pyproject.toml version from 1.34.0 to 1.35.0 and add logic in UserService.create to set is_admin flag when no users exist yet, ensuring the first registered user gains administrative privileges automatically.
This commit is contained in:
2026-01-31 16:06:30 +00:00
parent 73a49acd5a
commit 304ddc021d
3 changed files with 11 additions and 1 deletions
+8
View File
@@ -34,6 +34,14 @@
## Version 1.35.0 - 2026-01-31
update py files
**Changes:** 1 files, 2 lines
**Languages:** Python (2 lines)
## Version 1.34.0 - 2026-01-31