fast-clean 1.4.3__py3-none-any.whl → 1.4.4__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/depends.py CHANGED
@@ -159,7 +159,8 @@ class CoreProvider(Provider):
159
159
  )
160
160
  async with storage_repository:
161
161
  yield storage_repository
162
- raise NotImplementedError(f'Storage {storage_settings.provider} not allowed')
162
+ else:
163
+ raise NotImplementedError(f'Storage {storage_settings.provider} is not allowed')
163
164
 
164
165
  # --- db ---
165
166
 
@@ -189,7 +190,7 @@ class CoreProvider(Provider):
189
190
 
190
191
  # --- services ---
191
192
 
192
- seed_service = provide(SeedService, scope=Scope.APP)
193
+ seed_service = provide(SeedService, scope=Scope.REQUEST)
193
194
  transaction_service = provide(TransactionService)
194
195
 
195
196
  @provide(scope=Scope.APP)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fast-clean
3
- Version: 1.4.3
3
+ Version: 1.4.4
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
@@ -2,7 +2,7 @@ fast_clean/__init__.py,sha256=sT4tb75t5PXws8W_7wpA0jNtNxkWPFLAMrPlDGS7RHw,51
2
2
  fast_clean/broker.py,sha256=CHnL4Jd6jF5gKgtUXi33j9QFG2EUM4uqhVqdLuxIrZs,4474
3
3
  fast_clean/container.py,sha256=E1e0H1JqGOacH4uBNwkjTDXYhzN56yZi0AmWXQ3DkEQ,3535
4
4
  fast_clean/db.py,sha256=uZHXXHdLstqhyzGtBL5Z7VvXwIe6mxuPOUheJEzSMyM,5776
5
- fast_clean/depends.py,sha256=kFjBX1hxAVIK4JYFlNOb46IUKGgDT-SoTHpn83ST-jc,7995
5
+ fast_clean/depends.py,sha256=0gcMT_Ag1GJA3kb_q4yrM3E4MFIUz9rV29ljVqZZMPI,8020
6
6
  fast_clean/enums.py,sha256=lPhC_2_r6YFby7Mq-9u_JSiuyZ0e57F2VxBfUwnBZ18,826
7
7
  fast_clean/exceptions.py,sha256=Sp-k-a5z1Gedu0slzj1-rORnr4GP1FXDHKCKRaJq-7o,9485
8
8
  fast_clean/loggers.py,sha256=hVvZSDMMxYnK-p_yyjd4R7SyHpmxQF3eKQEeMu9Q-jo,705
@@ -66,7 +66,7 @@ fast_clean/utils/time.py,sha256=nvavbtG4zR_gkrGSbsqKAsBdePxO3LuTeoISbFZIgn0,307
66
66
  fast_clean/utils/toml.py,sha256=NbP7EfgKNYQ18LH8Hc-DmY1gks92bUSBW3D3-tMrY4E,737
67
67
  fast_clean/utils/type_converters.py,sha256=bMEJeoQB9Q6Qok1-ppn4Ii8ZpIkZwJbD2IzCydSStHw,523
68
68
  fast_clean/utils/typer.py,sha256=1O7BsNGn68bBzNbj0-Ycfhv35WpLzwvYTKn510YNXQQ,663
69
- fast_clean-1.4.3.dist-info/METADATA,sha256=u8zRYcBTysNj21otVbpMVVBADPdxNG5ZUxVIZrSEfHM,1200
70
- fast_clean-1.4.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
71
- fast_clean-1.4.3.dist-info/top_level.txt,sha256=QfsGs-QLmPCZWWPFOukD0zhMnokH68FoO2KeObl6ZIA,11
72
- fast_clean-1.4.3.dist-info/RECORD,,
69
+ fast_clean-1.4.4.dist-info/METADATA,sha256=2CqHlg85rKSSKHR05cMKIJYyKXfZHZ5jafoCqd-7E1g,1200
70
+ fast_clean-1.4.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
71
+ fast_clean-1.4.4.dist-info/top_level.txt,sha256=QfsGs-QLmPCZWWPFOukD0zhMnokH68FoO2KeObl6ZIA,11
72
+ fast_clean-1.4.4.dist-info/RECORD,,