meilisearch-python-sdk 2.10.0__py3-none-any.whl → 2.10.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 meilisearch-python-sdk might be problematic. Click here for more details.

@@ -44,7 +44,7 @@ class AsyncHttpRequests:
44
44
  response = await http_method(path)
45
45
  elif content_type == "application/json" and not compress:
46
46
  response = await http_method(
47
- path, data=json.dumps(body, cls=serializer), headers=headers
47
+ path, content=json.dumps(body, cls=serializer), headers=headers
48
48
  )
49
49
  else:
50
50
  if body and compress:
@@ -127,7 +127,9 @@ class HttpRequests:
127
127
  if not body:
128
128
  response = http_method(path)
129
129
  elif content_type == "application/json" and not compress:
130
- response = http_method(path, data=json.dumps(body, cls=serializer), headers=headers)
130
+ response = http_method(
131
+ path, content=json.dumps(body, cls=serializer), headers=headers
132
+ )
131
133
  else:
132
134
  if body and compress:
133
135
  if content_type == "application/json":
@@ -1 +1 @@
1
- VERSION = "2.10.0"
1
+ VERSION = "2.10.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: meilisearch-python-sdk
3
- Version: 2.10.0
3
+ Version: 2.10.1
4
4
  Summary: A Python client providing both async and sync support for the Meilisearch API
5
5
  Home-page: https://github.com/sanders41/meilisearch-python-sdk
6
6
  License: MIT
@@ -1,9 +1,9 @@
1
1
  meilisearch_python_sdk/__init__.py,sha256=SB0Jlm6FwT13J9xasZKseZzTWBk0hkfe1CWyWmIIZnE,258
2
2
  meilisearch_python_sdk/_client.py,sha256=uUwIsqr47_a4XaElsP2ew0H-M4VGNHOUNNwNpW9CtYw,66791
3
- meilisearch_python_sdk/_http_requests.py,sha256=C5_j9zgFrssk7tvw-thp-Z5cqRfE6qrhoI6WfXqMODU,6759
3
+ meilisearch_python_sdk/_http_requests.py,sha256=uYH4aMysvyAqiW0E102axghFpWBIWsGZBBx2BkfJm88,6803
4
4
  meilisearch_python_sdk/_task.py,sha256=HiyrLsQn5O2PlnUsKPc0RLSPZnJMIsiwA3WSmFsU2Qk,11874
5
5
  meilisearch_python_sdk/_utils.py,sha256=SMoBWDlLtAEtpD8n94CCcHvtBA-HLWyolxPY-n4K_UE,1610
6
- meilisearch_python_sdk/_version.py,sha256=h6YKmi1GK5rlekO7rYI6OKONU_x5V1Gv-oaaYeapf_w,19
6
+ meilisearch_python_sdk/_version.py,sha256=UMGUKyA52VKiDjFRk2qMVlusn8tf5D_jCLcw4ZAArXc,19
7
7
  meilisearch_python_sdk/decorators.py,sha256=KpS5gAgks28BtPMZJumRaXfgXK4A3QNVPR8Z4BpZC0g,8346
8
8
  meilisearch_python_sdk/errors.py,sha256=0sAKYt47-zFpKsEU6W8Qnvf4uHBynKtlGPpPl-5laSA,2085
9
9
  meilisearch_python_sdk/index.py,sha256=lPT93lKLwutGwVW5mWftzL4axrN1IKbGiALxAlqywNU,315164
@@ -19,7 +19,7 @@ meilisearch_python_sdk/models/version.py,sha256=YDu-aj5H-d6nSaWRTXzlwWghmZAoikna
19
19
  meilisearch_python_sdk/plugins.py,sha256=qfc5smEvOqYV_okdcmnJgDszCzOpmUPG1oA2UYCw5dE,3580
20
20
  meilisearch_python_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
21
  meilisearch_python_sdk/types.py,sha256=BoZcEdkazGKp3Hh6h5yMDtDBLYjOQjQW3SH0cO8k8kw,173
22
- meilisearch_python_sdk-2.10.0.dist-info/LICENSE,sha256=xVzevI1TrlKfM0plmJ7vfK1Muu0V9n-dGE8RnDrOFlM,1069
23
- meilisearch_python_sdk-2.10.0.dist-info/METADATA,sha256=Y1o8wTAxSWThdD-ezMGUOccdyk_zNSb6CWWN5MhFyAQ,8265
24
- meilisearch_python_sdk-2.10.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
25
- meilisearch_python_sdk-2.10.0.dist-info/RECORD,,
22
+ meilisearch_python_sdk-2.10.1.dist-info/LICENSE,sha256=xVzevI1TrlKfM0plmJ7vfK1Muu0V9n-dGE8RnDrOFlM,1069
23
+ meilisearch_python_sdk-2.10.1.dist-info/METADATA,sha256=PWlecNNiXbrvkfZL6heSxTtD9NGgv3sDqHjo8Lal5ps,8265
24
+ meilisearch_python_sdk-2.10.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
25
+ meilisearch_python_sdk-2.10.1.dist-info/RECORD,,