udl-sdk 0.1.0a18__py3-none-any.whl → 0.1.0a19__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.
- {udl_sdk-0.1.0a18.dist-info → udl_sdk-0.1.0a19.dist-info}/METADATA +1 -1
- {udl_sdk-0.1.0a18.dist-info → udl_sdk-0.1.0a19.dist-info}/RECORD +6 -6
- unifieddatalibrary/_models.py +1 -1
- unifieddatalibrary/_version.py +1 -1
- {udl_sdk-0.1.0a18.dist-info → udl_sdk-0.1.0a19.dist-info}/WHEEL +0 -0
- {udl_sdk-0.1.0a18.dist-info → udl_sdk-0.1.0a19.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: udl-sdk
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.0a19
|
4
4
|
Summary: The official Python library for the unifieddatalibrary API
|
5
5
|
Project-URL: Homepage, https://github.com/Bluestaq/udl-python-sdk
|
6
6
|
Project-URL: Repository, https://github.com/Bluestaq/udl-python-sdk
|
@@ -5,13 +5,13 @@ unifieddatalibrary/_compat.py,sha256=VWemUKbj6DDkQ-O4baSpHVLJafotzeXmCQGJugfVTIw
|
|
5
5
|
unifieddatalibrary/_constants.py,sha256=S14PFzyN9-I31wiV7SmIlL5Ga0MLHxdvegInGdXH7tM,462
|
6
6
|
unifieddatalibrary/_exceptions.py,sha256=rkk8r4oyqb4bxjMtx0OFWsh1m8gsMfrnIGnNPO6zRz0,3244
|
7
7
|
unifieddatalibrary/_files.py,sha256=Yf6_sztoYOcONUDne2HuDsR6ZHT1w1_6ilxr8hSAyTA,3615
|
8
|
-
unifieddatalibrary/_models.py,sha256=
|
8
|
+
unifieddatalibrary/_models.py,sha256=6rDtUmk6jhjGN1q96CUICYfBunNXNhhEk_AqztTm3uE,30012
|
9
9
|
unifieddatalibrary/_qs.py,sha256=AOkSz4rHtK4YI3ZU_kzea-zpwBUgEY8WniGmTPyEimc,4846
|
10
10
|
unifieddatalibrary/_resource.py,sha256=Ik-pULzkvFIY2OgB9Ra7mIQKCle38FSP36dWWCH9vxk,1172
|
11
11
|
unifieddatalibrary/_response.py,sha256=hdekMRMvxTvYdKfYIPvAxSpdiuRILRCYd5Dwcye-icg,28890
|
12
12
|
unifieddatalibrary/_streaming.py,sha256=LwKrocz7ZRmYd47TA3q-PLXwgdTgjANE-TCIRZB958s,10148
|
13
13
|
unifieddatalibrary/_types.py,sha256=mslWUKYM1Q3bMXxgq4Mr9fo3QvAwzQJrscV44EPbmGA,6209
|
14
|
-
unifieddatalibrary/_version.py,sha256=
|
14
|
+
unifieddatalibrary/_version.py,sha256=q4T8XoCmkVC5jBKvoMvr6aGHsAjqRxBTnZGef35TBrc,179
|
15
15
|
unifieddatalibrary/pagination.py,sha256=jRNsKPCwBHKIHIIX5V5yB7NUsvfy-k7UqnpPGrGyFNU,5758
|
16
16
|
unifieddatalibrary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
17
|
unifieddatalibrary/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
|
@@ -2641,7 +2641,7 @@ unifieddatalibrary/types/weather_report/history_count_params.py,sha256=KFXFsL7q4
|
|
2641
2641
|
unifieddatalibrary/types/weather_report/history_count_response.py,sha256=ZAHTF5IoOvMAg9GyvtMvgeowh-ythtIJhcWtMbcM8wk,202
|
2642
2642
|
unifieddatalibrary/types/weather_report/history_list_params.py,sha256=JUd53E70wjtn7HlQ7LOZ7lUJREDJkaDYHv2eYW60T3Q,1019
|
2643
2643
|
unifieddatalibrary/types/weather_report/weather_report_full.py,sha256=iv7fHg9aQh6ztvl0ztve5Z3_8Ww-efPMBgrS0n5gXvM,20751
|
2644
|
-
udl_sdk-0.1.
|
2645
|
-
udl_sdk-0.1.
|
2646
|
-
udl_sdk-0.1.
|
2647
|
-
udl_sdk-0.1.
|
2644
|
+
udl_sdk-0.1.0a19.dist-info/METADATA,sha256=15nPDox9UK-VzYLpEE2wCs99OWenoN1oiuNb4da9eBg,17014
|
2645
|
+
udl_sdk-0.1.0a19.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
2646
|
+
udl_sdk-0.1.0a19.dist-info/licenses/LICENSE,sha256=YBMC8KbJHXtxIo1-d_G5WdWjtiwFyrcZ5jAsRwN4POI,11348
|
2647
|
+
udl_sdk-0.1.0a19.dist-info/RECORD,,
|
unifieddatalibrary/_models.py
CHANGED
@@ -304,7 +304,7 @@ class BaseModel(pydantic.BaseModel):
|
|
304
304
|
exclude_none=exclude_none,
|
305
305
|
)
|
306
306
|
|
307
|
-
return cast(dict[str, Any], json_safe(dumped)) if mode == "json" else dumped
|
307
|
+
return cast("dict[str, Any]", json_safe(dumped)) if mode == "json" else dumped
|
308
308
|
|
309
309
|
@override
|
310
310
|
def model_dump_json(
|
unifieddatalibrary/_version.py
CHANGED
File without changes
|
File without changes
|