fast-clean 1.2.0__py3-none-any.whl → 1.2.1__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.
- fast_clean/repositories/crud/__init__.py +3 -2
- {fast_clean-1.2.0.dist-info → fast_clean-1.2.1.dist-info}/METADATA +1 -1
- {fast_clean-1.2.0.dist-info → fast_clean-1.2.1.dist-info}/RECORD +5 -5
- {fast_clean-1.2.0.dist-info → fast_clean-1.2.1.dist-info}/WHEEL +0 -0
- {fast_clean-1.2.0.dist-info → fast_clean-1.2.1.dist-info}/top_level.txt +0 -0
@@ -22,6 +22,7 @@ from .type_vars import (
|
|
22
22
|
CreateSchemaType,
|
23
23
|
IdTypeContravariant,
|
24
24
|
ReadSchemaBaseType,
|
25
|
+
ReadSchemaIntType,
|
25
26
|
UpdateSchemaBaseType,
|
26
27
|
UpdateSchemaIntType,
|
27
28
|
UpdateSchemaType,
|
@@ -120,13 +121,13 @@ class CrudRepositoryBaseProtocol(
|
|
120
121
|
|
121
122
|
class CrudRepositoryIntProtocol(
|
122
123
|
CrudRepositoryBaseProtocol[
|
123
|
-
|
124
|
+
ReadSchemaIntType,
|
124
125
|
CreateSchemaIntType,
|
125
126
|
UpdateSchemaIntType,
|
126
127
|
int,
|
127
128
|
],
|
128
129
|
Protocol[
|
129
|
-
|
130
|
+
ReadSchemaIntType,
|
130
131
|
CreateSchemaIntType,
|
131
132
|
UpdateSchemaIntType,
|
132
133
|
],
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fast-clean
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.1
|
4
4
|
Summary: FastAPI Clean Architecture implementation
|
5
5
|
Author-email: Luferov Victor <luferovvs@yandex.ru>, Orlov Artem <squakrazv@yandex.ru>, Kashapov Rustam <hardtechnik91@gmail.com>
|
6
6
|
Requires-Python: >=3.13
|
@@ -26,7 +26,7 @@ fast_clean/repositories/__init__.py,sha256=mHJ6CW1fYkkiSnnYiO3GRAa5YVCPN1otOOKkj
|
|
26
26
|
fast_clean/repositories/cache/__init__.py,sha256=pD7qIS6H8DrnhOptJiXrlGcWYUCIU3VmVQCLccyxx4Q,2511
|
27
27
|
fast_clean/repositories/cache/in_memory.py,sha256=Hb68UrTmQozALcyLrmYPBIfJfi67NvsCTDe1RfqwBHQ,2259
|
28
28
|
fast_clean/repositories/cache/redis.py,sha256=UjrA2CXQtMfHTpowz6Ot952y73YjTEr6zJlBbWblaws,1908
|
29
|
-
fast_clean/repositories/crud/__init__.py,sha256=
|
29
|
+
fast_clean/repositories/crud/__init__.py,sha256=8XLh2tUWaKEogRjOnUFKL-9jOj776LIW1KlihLKdWJk,4412
|
30
30
|
fast_clean/repositories/crud/db.py,sha256=roKUese7s75SJZuNRbkDAY-jGsRfrR80eangZdeijak,23432
|
31
31
|
fast_clean/repositories/crud/in_memory.py,sha256=-beTCvrtyXon27S-I9O5Vk52YtMZZzfa9TmuQxKMw6Y,13407
|
32
32
|
fast_clean/repositories/crud/type_vars.py,sha256=Gb4ew1T1NkitL87hJ75KtpTjOi6PuML5fU_zFAsVUqA,1318
|
@@ -63,7 +63,7 @@ fast_clean/utils/thread.py,sha256=ChEWBLupnSEMq4Wro_aiW0QvCLUKedKc0TQFMu7Zg4g,56
|
|
63
63
|
fast_clean/utils/time.py,sha256=nvavbtG4zR_gkrGSbsqKAsBdePxO3LuTeoISbFZIgn0,307
|
64
64
|
fast_clean/utils/type_converters.py,sha256=bMEJeoQB9Q6Qok1-ppn4Ii8ZpIkZwJbD2IzCydSStHw,523
|
65
65
|
fast_clean/utils/typer.py,sha256=1O7BsNGn68bBzNbj0-Ycfhv35WpLzwvYTKn510YNXQQ,663
|
66
|
-
fast_clean-1.2.
|
67
|
-
fast_clean-1.2.
|
68
|
-
fast_clean-1.2.
|
69
|
-
fast_clean-1.2.
|
66
|
+
fast_clean-1.2.1.dist-info/METADATA,sha256=z8RombKVfs2CZhOmNY_rtSFaCsto_EKR3JmPCbynMEk,1245
|
67
|
+
fast_clean-1.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
68
|
+
fast_clean-1.2.1.dist-info/top_level.txt,sha256=QfsGs-QLmPCZWWPFOukD0zhMnokH68FoO2KeObl6ZIA,11
|
69
|
+
fast_clean-1.2.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|