amsdal_utils 0.5.6__py3-none-any.whl → 0.5.8__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.
amsdal_utils/__about__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # SPDX-FileCopyrightText: 2023-present
2
2
  #
3
3
  # SPDX-License-Identifier: AMSDAL End User License Agreement
4
- __version__ = '0.5.6'
4
+ __version__ = '0.5.8'
@@ -11,7 +11,7 @@ from pydantic_core import PydanticCustomError
11
11
 
12
12
  class AmsdalGenerateJsonSchema(GenerateJsonSchema):
13
13
  def enum_schema(self, schema) -> JsonSchemaValue: # type: ignore[no-untyped-def]
14
- result = super().enum_schema(schema) # type: ignore[misc]
14
+ result = super().enum_schema(schema)
15
15
  result['x_enum_names'] = [member.name for member in schema['members']]
16
16
  return result
17
17
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amsdal_utils
3
- Version: 0.5.6
3
+ Version: 0.5.8
4
4
  Summary: Utils for AMSDAL data framework
5
5
  Project-URL: Documentation, https://pypi.org/project/amsdal_utils/#readme
6
6
  Project-URL: Issues, https://pypi.org/project/amsdal_utils/#issues
@@ -118,10 +118,11 @@ Classifier: Development Status :: 4 - Beta
118
118
  Classifier: Programming Language :: Python
119
119
  Classifier: Programming Language :: Python :: 3.11
120
120
  Classifier: Programming Language :: Python :: 3.12
121
+ Classifier: Programming Language :: Python :: 3.13
121
122
  Classifier: Programming Language :: Python :: Implementation :: CPython
122
123
  Classifier: Programming Language :: Python :: Implementation :: PyPy
123
- Requires-Python: >=3.11
124
- Requires-Dist: pydantic~=2.6
124
+ Requires-Python: <3.14,>=3.11
125
+ Requires-Dist: pydantic~=2.12
125
126
  Requires-Dist: pyyaml~=6.0
126
127
  Description-Content-Type: text/markdown
127
128
 
@@ -1,5 +1,5 @@
1
1
  amsdal_utils/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=blZRsT9Qg4u4LzZuxlWQOzlWGpLAg7DugWS6nz7s_yw,62595
2
- amsdal_utils/__about__.py,sha256=FVhogeUXIvF04uzQhGOvAB-kHp5Toh3bylNItK77X40,124
2
+ amsdal_utils/__about__.py,sha256=JGF3XlJObn428GEyZLeDPPWqGJueIxTc_Bg3msQ3gts,124
3
3
  amsdal_utils/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
4
4
  amsdal_utils/errors.py,sha256=P90oGdKczHZzHukWnzJfbsSxMC-Sc8dUXvHzP7b1IIA,129
5
5
  amsdal_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -25,7 +25,7 @@ amsdal_utils/models/base.py,sha256=jcY7ZE6n0lANGjg87sEwlz6val_8ZRHWaCmNZo9Oxnc,1
25
25
  amsdal_utils/models/enums.py,sha256=1iuixjmfHMIMDM3rEQ1YUjOPF3aV_OEoPq61I61KvGI,745
26
26
  amsdal_utils/models/data_models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  amsdal_utils/models/data_models/address.py,sha256=zKAGlXjw8oGJrADyhwE8BhYzCEUTSChMSApMYOL7Bjk,6585
28
- amsdal_utils/models/data_models/core.py,sha256=xisGA4xXJQofCpmyrFnxCGrS2_CVRa1VrDuQXnr4CuA,8708
28
+ amsdal_utils/models/data_models/core.py,sha256=GdOkd-WU5Grifl3f4tyr1Kpv56NQjec2lud1iKo2hAI,8686
29
29
  amsdal_utils/models/data_models/enums.py,sha256=qDJDPU5oxPlSNENFNf3PPgxiFJYbTM8OOE8stMmYYHc,4130
30
30
  amsdal_utils/models/data_models/metadata.py,sha256=z0u7kJzzNj8FxFXozVCcFfwyJFdto6_CgwXnW5TicB4,2996
31
31
  amsdal_utils/models/data_models/reference.py,sha256=hA-06Dq64oMVNv6L6DIelpraxpQJAPiHf4_3UqLmuw4,5098
@@ -57,7 +57,7 @@ amsdal_utils/utils/identifier.py,sha256=oP3CHd2i8EBHMVUC8DWLr9pFZBt1IdH7Falaa3M2
57
57
  amsdal_utils/utils/lazy_object.py,sha256=eIVHBDNCSHKQopzYjviPCuh0svbRJQOCZ8KzqFLiS-s,2115
58
58
  amsdal_utils/utils/singleton.py,sha256=O42jKH0jOdfcPGz-OHqfm7kShEZQwUanu3rMHQJSsb0,722
59
59
  amsdal_utils/utils/text.py,sha256=4L5aICJGbmFZwNUhMrACb5thqmcIaWb3aVD24lW24a0,1962
60
- amsdal_utils-0.5.6.dist-info/METADATA,sha256=LDuz4vqSUNYHzbbLDv6SwUCgEMuWsykyOuPO6vfS_iA,57431
61
- amsdal_utils-0.5.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
62
- amsdal_utils-0.5.6.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
63
- amsdal_utils-0.5.6.dist-info/RECORD,,
60
+ amsdal_utils-0.5.8.dist-info/METADATA,sha256=mWeWS_BEWIZ0uSznyzRMTlV_S0kL0lnhqfB4vi-zewM,57489
61
+ amsdal_utils-0.5.8.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
62
+ amsdal_utils-0.5.8.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
63
+ amsdal_utils-0.5.8.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any