architectonics 0.0.30__py3-none-any.whl → 0.0.31__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.
@@ -2,7 +2,7 @@ from dataclasses import dataclass, field
2
2
  from datetime import datetime
3
3
  import uuid
4
4
 
5
- @dataclass
5
+ @dataclass(kw_only=True)
6
6
  class BaseModel:
7
7
  id: str = field(default_factory=lambda: str(uuid.uuid4()))
8
8
  created_at: datetime = field(default_factory=datetime.utcnow)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: architectonics
3
- Version: 0.0.30
3
+ Version: 0.0.31
4
4
  Summary:
5
5
  Author: Your Name
6
6
  Author-email: you@example.com
@@ -7,7 +7,7 @@ architectonics/core/config/application_settings.py,sha256=DmCjQCbm4BsxMoZuQ212Pj
7
7
  architectonics/core/factory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  architectonics/core/factory/factory.py,sha256=C9TDhkhq5lcdcBnICy4DgJj0yjeCIhq-UVSwaf-aTmM,748
9
9
  architectonics/core/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- architectonics/core/models/base_model.py,sha256=q8yrI1OoRwawN0GVnlUZ1hp4QSFu5vGfwjNnXaKqQHI,307
10
+ architectonics/core/models/base_model.py,sha256=dgt3P3y9CI2IQPljQQR_biopX1i8hA_0P4l3gezB95g,321
11
11
  architectonics/core/result/error_message.py,sha256=sMIMVt58wGo33E9lD4r6k9tRkgL2TpO7yjX-BZc6PHI,97
12
12
  architectonics/core/result/service_result.py,sha256=VwjegZKR38ocAEriY_0rnnPn69u09HDja4y3iKq0z9w,1879
13
13
  architectonics/core/services/base_schemas.py,sha256=9PpCcf5GaE68s2VDKiAWRNufhFL2iN5djOcMsir8HMk,295
@@ -21,6 +21,6 @@ architectonics/infrastructure/entities/base_entity.py,sha256=EqmmY2aVzqIdgJPsKBU
21
21
  architectonics/infrastructure/repositories/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  architectonics/infrastructure/repositories/base_exceptions.py,sha256=kOeu3p90LHMxCcp2cCL_Anrsz4CTLtELWqma_RCQSqM,303
23
23
  architectonics/infrastructure/repositories/base_repository.py,sha256=UO-bMbsRfegTZRUVjj5f2kWHNNkm2OG0PwuxcojLQnQ,3828
24
- architectonics-0.0.30.dist-info/WHEEL,sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw,83
25
- architectonics-0.0.30.dist-info/METADATA,sha256=uvMbszxdTJoMWteNy7fo2gfoMqzRBiuxPWOlRCBbi0w,469
26
- architectonics-0.0.30.dist-info/RECORD,,
24
+ architectonics-0.0.31.dist-info/WHEEL,sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw,83
25
+ architectonics-0.0.31.dist-info/METADATA,sha256=OK92BQddpWvNO7t0ao8fb-gMaAEa8Mify0tCZc1OItE,469
26
+ architectonics-0.0.31.dist-info/RECORD,,