python3-commons 0.7.0__py3-none-any.whl → 0.7.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- python3_commons/conf.py +1 -1
- python3_commons/db/models/auth.py +0 -6
- {python3_commons-0.7.0.dist-info → python3_commons-0.7.2.dist-info}/METADATA +1 -1
- {python3_commons-0.7.0.dist-info → python3_commons-0.7.2.dist-info}/RECORD +8 -8
- {python3_commons-0.7.0.dist-info → python3_commons-0.7.2.dist-info}/AUTHORS.rst +0 -0
- {python3_commons-0.7.0.dist-info → python3_commons-0.7.2.dist-info}/LICENSE +0 -0
- {python3_commons-0.7.0.dist-info → python3_commons-0.7.2.dist-info}/WHEEL +0 -0
- {python3_commons-0.7.0.dist-info → python3_commons-0.7.2.dist-info}/top_level.txt +0 -0
python3_commons/conf.py
CHANGED
@@ -22,12 +22,6 @@ class User(SQLAlchemyBaseUserTableUUID, Base):
|
|
22
22
|
|
23
23
|
username: Mapped[str] = mapped_column(String, unique=True, index=True, nullable=False)
|
24
24
|
group_id: Mapped[int | None] = mapped_column(BIGINT, ForeignKey('user_groups.id'))
|
25
|
-
role_id: Mapped[uuid.UUID | None] = mapped_column(
|
26
|
-
GUID,
|
27
|
-
ForeignKey('permissions.id', name='fk_api_key_permission_api_key', ondelete='RESTRICT'),
|
28
|
-
nullable=False,
|
29
|
-
index=True,
|
30
|
-
)
|
31
25
|
|
32
26
|
|
33
27
|
class ApiKey(BaseDBUUIDModel, Base):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
python3_commons/__init__.py,sha256=0KgaYU46H_IMKn-BuasoRN3C4Hi45KlkHHoPbU9cwiA,189
|
2
2
|
python3_commons/api_client.py,sha256=6F99vSGCV8pqcKJE9dECijlgggm40FB9TzkFZRgwDq4,4419
|
3
3
|
python3_commons/audit.py,sha256=DMQ-nrWSs0qilD7wkz_8PV4jXcee75O8FgAm2YIuOiY,6256
|
4
|
-
python3_commons/conf.py,sha256=
|
4
|
+
python3_commons/conf.py,sha256=GAcjlFlloLriZXa9JmNGMtTPzvtHUActYDiE4C1DacU,749
|
5
5
|
python3_commons/fs.py,sha256=wfLjybXndwLqNlOxTpm_HRJnuTcC4wbrHEOaEeCo9Wc,337
|
6
6
|
python3_commons/helpers.py,sha256=OmuCF7UeJ6oe-rH1Y4ZYVW_uPQ973lCLsikj01wmNqs,3101
|
7
7
|
python3_commons/object_storage.py,sha256=Bte49twIJ4l6VAzIqK6tLx7DFYwijErUmmhWkrZpSJE,4074
|
@@ -9,7 +9,7 @@ python3_commons/permissions.py,sha256=5XT5mpz6fSKqm8xBB5OrIdd3YqiCQ-wWuzoc7ZHMnn
|
|
9
9
|
python3_commons/db/__init__.py,sha256=pZk0Fv-Le2sFC-KaVDdJjDDsHtmv-IJz_aFP5o2PGHA,1682
|
10
10
|
python3_commons/db/helpers.py,sha256=6xYgDgMhWUpVbtD3FctYtHVBRNahCkkpVIxx0matt-c,1644
|
11
11
|
python3_commons/db/models/__init__.py,sha256=AeeTLUqdqQrhCTi14ACWO0ccyVyWFppZVtCeWShSvR0,193
|
12
|
-
python3_commons/db/models/auth.py,sha256=
|
12
|
+
python3_commons/db/models/auth.py,sha256=AuPvO7nnb2xByQhrcN5a8bPAI6rmdBso9iQ8AH9cK-A,1188
|
13
13
|
python3_commons/db/models/common.py,sha256=ScFEL04HwEomX3X7f8WHMq505uvoID6itBETRWfya9w,1402
|
14
14
|
python3_commons/db/models/rbac.py,sha256=atgCfAWgb8BJYKd7wuzV1HTDhasCL7448iPRNLBAjlw,3249
|
15
15
|
python3_commons/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -19,9 +19,9 @@ python3_commons/serializers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
|
|
19
19
|
python3_commons/serializers/json.py,sha256=P288wWz9ic38QWEMrpp_uwKPYkQiOgvE1cI4WZn6ZCg,808
|
20
20
|
python3_commons/serializers/msgpack.py,sha256=tzIGGyDL3UpZnnouCtnxuYDx6InKM_C3PP1N4PN8wd4,1269
|
21
21
|
python3_commons/serializers/msgspec.py,sha256=FuZVqOLJb0-lEKrs7dtjhwEbHIpfMUk5yu1hD64zRdc,2038
|
22
|
-
python3_commons-0.7.
|
23
|
-
python3_commons-0.7.
|
24
|
-
python3_commons-0.7.
|
25
|
-
python3_commons-0.7.
|
26
|
-
python3_commons-0.7.
|
27
|
-
python3_commons-0.7.
|
22
|
+
python3_commons-0.7.2.dist-info/AUTHORS.rst,sha256=3R9JnfjfjH5RoPWOeqKFJgxVShSSfzQPIrEr1nxIo9Q,90
|
23
|
+
python3_commons-0.7.2.dist-info/LICENSE,sha256=xxILuojHm4fKQOrMHPSslbyy6WuKAN2RiG74HbrYfzM,34575
|
24
|
+
python3_commons-0.7.2.dist-info/METADATA,sha256=jnbboQFgXUeTQDY1apxbrvVkf2g3KlP-sHBsZAms6R0,1127
|
25
|
+
python3_commons-0.7.2.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
26
|
+
python3_commons-0.7.2.dist-info/top_level.txt,sha256=lJI6sCBf68eUHzupCnn2dzG10lH3jJKTWM_hrN1cQ7M,16
|
27
|
+
python3_commons-0.7.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|