ul-api-utils 8.0.4__py3-none-any.whl → 8.0.5__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.

Potentially problematic release.


This version of ul-api-utils might be problematic. Click here for more details.

@@ -13,10 +13,12 @@ UTCOffsetSecondsAnnotation = Annotated[int, Field(ge=MIN_UTC_OFFSET_SECONDS, le=
13
13
  PgTypePasswordStrAnnotation = Annotated[str, StringConstraints(min_length=6, max_length=72)]
14
14
  PgTypeShortStrAnnotation = Annotated[str, StringConstraints(min_length=0, max_length=255)]
15
15
  PgTypeLongStrAnnotation = Annotated[str, StringConstraints(min_length=0, max_length=1000)]
16
- PgTypeInt32Annotation = Annotated[int, Field(ge=-2147483648, le=2147483648)]
17
- PgTypePositiveInt32Annotation = Annotated[int, Field(ge=0, le=2147483648)]
18
16
  PgTypeInt16Annotation = Annotated[int, Field(ge=-32768, le=32768)]
19
17
  PgTypePositiveInt16Annotation = Annotated[int, Field(ge=0, le=32768)]
18
+ PgTypeInt32Annotation = Annotated[int, Field(ge=-2147483648, le=2147483648)]
19
+ PgTypePositiveInt32Annotation = Annotated[int, Field(ge=0, le=2147483648)]
20
+ PgTypeInt64Annotation = Annotated[int, Field(ge=-9223372036854775808, le=9223372036854775808)]
21
+ PgTypePositiveInt64Annotation = Annotated[int, Field(ge=0, le=9223372036854775808)]
20
22
 
21
23
 
22
24
  QueryParamsSeparatedListValueType = TypeVar('QueryParamsSeparatedListValueType')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ul-api-utils
3
- Version: 8.0.4
3
+ Version: 8.0.5
4
4
  Summary: Python api utils
5
5
  Author: Unic-lab
6
6
  Author-email:
@@ -143,14 +143,14 @@ ul_api_utils/utils/memory_db/errors.py,sha256=Bw1O1Y_WTCeCRNgb9iwrGT1fst6iHORhrN
143
143
  ul_api_utils/utils/memory_db/repository.py,sha256=xOnxEJyApGTglqjQ5fPKcEV5rHEkvKwcgrUfW4zJbHg,3754
144
144
  ul_api_utils/utils/memory_db/__tests__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
145
145
  ul_api_utils/validators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
146
- ul_api_utils/validators/custom_fields.py,sha256=zjusHZ4mOCAmn5MSRGnHkKkexw4r7x0vt5e4dQJctgg,3001
146
+ ul_api_utils/validators/custom_fields.py,sha256=-l5l5GnK9s24CvI5el-T-qDFq-fkiQ7ciebq98nljn0,3180
147
147
  ul_api_utils/validators/validate_empty_object.py,sha256=3Ck_iwyJE_M5e7l6s1i88aqb73zIt06uaLrMG2PAb0A,299
148
148
  ul_api_utils/validators/validate_uuid.py,sha256=EfvlRirv2EW0Z6w3s8E8rUa9GaI8qXZkBWhnPs8NFrA,257
149
149
  ul_api_utils/validators/__tests__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
150
150
  ul_api_utils/validators/__tests__/test_custom_fields.py,sha256=QLZ7DFta01Z7DOK9Z5Iq4uf_CmvDkVReis-GAl_QN48,1447
151
- ul_api_utils-8.0.4.dist-info/LICENSE,sha256=6Qo8OdcqI8aGrswJKJYhST-bYqxVQBQ3ujKdTSdq-80,1062
152
- ul_api_utils-8.0.4.dist-info/METADATA,sha256=8Uh-gAu6QwC7-pcpKFr8_yGwwdj6cSyOtbco-cOqk2w,14744
153
- ul_api_utils-8.0.4.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
154
- ul_api_utils-8.0.4.dist-info/entry_points.txt,sha256=8tL3ySHWTyJMuV1hx1fHfN8zumDVOCOm63w3StphkXg,53
155
- ul_api_utils-8.0.4.dist-info/top_level.txt,sha256=1XsW8iOSFaH4LOzDcnNyxHpHrbKU3fSn-aIAxe04jmw,21
156
- ul_api_utils-8.0.4.dist-info/RECORD,,
151
+ ul_api_utils-8.0.5.dist-info/LICENSE,sha256=6Qo8OdcqI8aGrswJKJYhST-bYqxVQBQ3ujKdTSdq-80,1062
152
+ ul_api_utils-8.0.5.dist-info/METADATA,sha256=R-ZkDWnB-dKDwKuHg-OhdgRIYdMFagjZfscUuPD7Sbw,14744
153
+ ul_api_utils-8.0.5.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
154
+ ul_api_utils-8.0.5.dist-info/entry_points.txt,sha256=8tL3ySHWTyJMuV1hx1fHfN8zumDVOCOm63w3StphkXg,53
155
+ ul_api_utils-8.0.5.dist-info/top_level.txt,sha256=1XsW8iOSFaH4LOzDcnNyxHpHrbKU3fSn-aIAxe04jmw,21
156
+ ul_api_utils-8.0.5.dist-info/RECORD,,