mpcontribs-client 5.10.3__py3-none-any.whl → 5.10.4__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.
- mpcontribs/client/__init__.py +1 -1
- {mpcontribs_client-5.10.3.dist-info → mpcontribs_client-5.10.4.dist-info}/METADATA +1 -1
- mpcontribs_client-5.10.4.dist-info/RECORD +6 -0
- mpcontribs_client-5.10.3.dist-info/RECORD +0 -6
- {mpcontribs_client-5.10.3.dist-info → mpcontribs_client-5.10.4.dist-info}/WHEEL +0 -0
- {mpcontribs_client-5.10.3.dist-info → mpcontribs_client-5.10.4.dist-info}/licenses/LICENSE +0 -0
- {mpcontribs_client-5.10.3.dist-info → mpcontribs_client-5.10.4.dist-info}/top_level.txt +0 -0
mpcontribs/client/__init__.py
CHANGED
|
@@ -1227,7 +1227,7 @@ class Client(SwaggerClient):
|
|
|
1227
1227
|
"initialize client with project or set `name` argument!"
|
|
1228
1228
|
)
|
|
1229
1229
|
|
|
1230
|
-
disallowed = ["
|
|
1230
|
+
disallowed = ["stats", "columns"]
|
|
1231
1231
|
for k in list(update.keys()):
|
|
1232
1232
|
if k in disallowed:
|
|
1233
1233
|
logger.warning(f"removing `{k}` from update - not allowed.")
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
mpcontribs/client/__init__.py,sha256=9BAtCiXfx38ueipZB5sxVw7208-n6sxDrQ6MGNG8Cuw,97518
|
|
2
|
+
mpcontribs_client-5.10.4.dist-info/licenses/LICENSE,sha256=5tG0Niaqw2hnuyZZYkRXLSnfVrZA47COwduU_6caPLM,1074
|
|
3
|
+
mpcontribs_client-5.10.4.dist-info/METADATA,sha256=wXAUbmYkDzPOcQqIAGVyTliExfTPjbtS7KpP4NuUpM8,2798
|
|
4
|
+
mpcontribs_client-5.10.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
mpcontribs_client-5.10.4.dist-info/top_level.txt,sha256=t8R5L_Dg9oDQMh2gyRFdZGnrzZsr7OjCBTrhTcmimC8,11
|
|
6
|
+
mpcontribs_client-5.10.4.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
mpcontribs/client/__init__.py,sha256=Y8Lu1KbeYx1BzA92RrqXuG40NzUoORWU9yRSaZoZgNQ,97555
|
|
2
|
-
mpcontribs_client-5.10.3.dist-info/licenses/LICENSE,sha256=5tG0Niaqw2hnuyZZYkRXLSnfVrZA47COwduU_6caPLM,1074
|
|
3
|
-
mpcontribs_client-5.10.3.dist-info/METADATA,sha256=qyDKTBhxJ9vLcYX4c560XN5FA635B_YRaePItiq9Tyk,2798
|
|
4
|
-
mpcontribs_client-5.10.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
-
mpcontribs_client-5.10.3.dist-info/top_level.txt,sha256=t8R5L_Dg9oDQMh2gyRFdZGnrzZsr7OjCBTrhTcmimC8,11
|
|
6
|
-
mpcontribs_client-5.10.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|