simile 0.4.6__py3-none-any.whl → 0.4.7__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 simile might be problematic. Click here for more details.
- simile/client.py +1 -1
- {simile-0.4.6.dist-info → simile-0.4.7.dist-info}/METADATA +1 -1
- {simile-0.4.6.dist-info → simile-0.4.7.dist-info}/RECORD +6 -6
- {simile-0.4.6.dist-info → simile-0.4.7.dist-info}/WHEEL +0 -0
- {simile-0.4.6.dist-info → simile-0.4.7.dist-info}/licenses/LICENSE +0 -0
- {simile-0.4.6.dist-info → simile-0.4.7.dist-info}/top_level.txt +0 -0
simile/client.py
CHANGED
|
@@ -186,7 +186,7 @@ class Simile:
|
|
|
186
186
|
response_data = await self._request(
|
|
187
187
|
"PATCH",
|
|
188
188
|
f"populations/{str(population_id)}/metadata",
|
|
189
|
-
json=payload,
|
|
189
|
+
json=payload.model_dump(mode="json", exclude_none=True),
|
|
190
190
|
response_model=Population,
|
|
191
191
|
)
|
|
192
192
|
return response_data
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
simile/__init__.py,sha256=JAYtieyGg6YYiCackJ6YNlGJkFWmhryzbwwVt4K67uI,1360
|
|
2
2
|
simile/auth_client.py,sha256=ICImmaA5fZX9ADbIPIUh4RED3hBZvLf3XSiaqELDAME,7923
|
|
3
|
-
simile/client.py,sha256=
|
|
3
|
+
simile/client.py,sha256=KYobbwOWcK6DBYF0CmbbmT6bp7O7hXB2AmSVMu2yh1k,28177
|
|
4
4
|
simile/exceptions.py,sha256=Q1lbfwR7mEn_LYmwjAnsMc8BW79JNPvmCmVoPibYisU,1502
|
|
5
5
|
simile/models.py,sha256=qYXQ7KCKLsWf8TkbBlJUDU2kLZPZ69WIjX8DlavB_Bk,12316
|
|
6
6
|
simile/resources.py,sha256=LSYZSzx1YO69xvShGxxLFVPjQHw1WukHXhdYc1EyuOs,10555
|
|
7
|
-
simile-0.4.
|
|
8
|
-
simile-0.4.
|
|
9
|
-
simile-0.4.
|
|
10
|
-
simile-0.4.
|
|
11
|
-
simile-0.4.
|
|
7
|
+
simile-0.4.7.dist-info/licenses/LICENSE,sha256=tpxX3bpODfyOQVyEM6kCMvPHFCpkjFDj0AICRqKqOFA,1066
|
|
8
|
+
simile-0.4.7.dist-info/METADATA,sha256=mM5Clf3e_G0PLSf-Tn-quzAKQdmo2A6oGFsDd4OteEU,1598
|
|
9
|
+
simile-0.4.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
10
|
+
simile-0.4.7.dist-info/top_level.txt,sha256=41lJneubAG4-ZOAs5qn7iDtDb-MDxa6DdvgBKwNX84M,7
|
|
11
|
+
simile-0.4.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|