TypeDAL 3.8.0__py3-none-any.whl → 3.8.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.
Potentially problematic release.
This version of TypeDAL might be problematic. Click here for more details.
- typedal/__about__.py +1 -1
- typedal/types.py +1 -1
- {typedal-3.8.0.dist-info → typedal-3.8.1.dist-info}/METADATA +1 -1
- {typedal-3.8.0.dist-info → typedal-3.8.1.dist-info}/RECORD +6 -6
- {typedal-3.8.0.dist-info → typedal-3.8.1.dist-info}/WHEEL +0 -0
- {typedal-3.8.0.dist-info → typedal-3.8.1.dist-info}/entry_points.txt +0 -0
typedal/__about__.py
CHANGED
typedal/types.py
CHANGED
|
@@ -281,7 +281,7 @@ class FieldSettings(TypedDict, total=False):
|
|
|
281
281
|
length: int
|
|
282
282
|
default: Any
|
|
283
283
|
required: bool
|
|
284
|
-
requires: list[AnyCallable | Any]
|
|
284
|
+
requires: list[AnyCallable | Any | Validator] | Validator | AnyCallable
|
|
285
285
|
ondelete: str
|
|
286
286
|
onupdate: str
|
|
287
287
|
notnull: bool
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
typedal/__about__.py,sha256=
|
|
1
|
+
typedal/__about__.py,sha256=Pr7FHRYWbKQId2UQojDe_RQBKiW8WX-ITkzP3La_fEo,206
|
|
2
2
|
typedal/__init__.py,sha256=QQpLiVl9w9hm2LBxey49Y_tCF_VB2bScVaS_mCjYy54,366
|
|
3
3
|
typedal/caching.py,sha256=SMcJsahLlZ79yykWCveERFx1ZJUNEKhA9SPmCTIuLp8,11798
|
|
4
4
|
typedal/cli.py,sha256=wzyId6YwRyqfuJ2byxvl6YecDNaKpkLmo-R5HvRuTok,19265
|
|
@@ -10,10 +10,10 @@ typedal/for_web2py.py,sha256=4RHgzGXgKIO_BYB-7adC5e35u52rX-p1t4tPEz-NK24,1867
|
|
|
10
10
|
typedal/helpers.py,sha256=uej96exzJ9qVBd6LudP8uJ_7Cmq6vKraerdKvSRBVjc,8128
|
|
11
11
|
typedal/mixins.py,sha256=OHhVYLBGTzPSJKgp1uovBs1Y6NJa0d-DxHTOk9LyOXA,5414
|
|
12
12
|
typedal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
|
-
typedal/types.py,sha256=
|
|
13
|
+
typedal/types.py,sha256=1FIgv1s0be0E8r5Wd9E1nvDvK4ETV8u2NlfI7_P6UUY,6752
|
|
14
14
|
typedal/web2py_py4web_shared.py,sha256=VK9T8P5UwVLvfNBsY4q79ANcABv-jX76YKADt1Zz_co,1539
|
|
15
15
|
typedal/serializers/as_json.py,sha256=ffo152W-sARYXym4BzwX709rrO2-QwKk2KunWY8RNl4,2229
|
|
16
|
-
typedal-3.8.
|
|
17
|
-
typedal-3.8.
|
|
18
|
-
typedal-3.8.
|
|
19
|
-
typedal-3.8.
|
|
16
|
+
typedal-3.8.1.dist-info/METADATA,sha256=p7jg8bhfi9bykPI_YzwtveIWX5E8tuJAMBwAr8SVnYo,10463
|
|
17
|
+
typedal-3.8.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
18
|
+
typedal-3.8.1.dist-info/entry_points.txt,sha256=m1wqcc_10rHWPdlQ71zEkmJDADUAnZtn7Jac_6mbyUc,44
|
|
19
|
+
typedal-3.8.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|