Skip to content

Commit

Permalink
Merge pull request #882 from sanders41/dependabot/pip/meilisearch-pyt…
Browse files Browse the repository at this point in the history
…hon-sdk-4.0.0

Bump meilisearch-python-sdk from 3.6.2 to 4.0.0
  • Loading branch information
sanders41 authored Jan 15, 2025
2 parents 7b5c110 + 2bb1d2d commit ccded53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tests/test_settings_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def default_settings():
"separatorTokens": [],
"proximityPrecision": "byWord",
"embedders": None,
"facetSearch": True,
"prefixSearch": "indexingTime",
}


Expand Down Expand Up @@ -64,6 +66,8 @@ async def test_settings_update_and_delete(
"dictionary": ["a"],
"proximityPrecision": "byWord",
"embedders": None,
"facetSearch": True,
"prefixSearch": "indexingTime",
}
response = await fastapi_test_client.patch("/settings", json=update_settings)

Expand Down

0 comments on commit ccded53

Please sign in to comment.