Skip to content

Commit 92397ca

Browse files
authored
Merge branch 'main' into dependabot/pip/zipp-3.12.1
2 parents b8d8a46 + 0c49fdd commit 92397ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ index.search(
197197

198198
## 🤖 Compatibility with Meilisearch
199199

200-
This package only guarantees the compatibility with the [version v0.30.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0).
200+
This package only guarantees the compatibility with the [version v1.0.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0).
201201

202202
## 💡 Learn more
203203

tests/client/test_client_task_meilisearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_get_task_inexistent(client):
9898
def create_tasks(empty_index, small_movies):
9999
"""Ensures there are some tasks present for testing."""
100100
index = empty_index()
101-
index.update_ranking_rules(["type", "exactness"])
101+
index.update_ranking_rules(["typo", "exactness"])
102102
index.reset_ranking_rules()
103103
index.add_documents(small_movies)
104104
index.add_documents(small_movies)

0 commit comments

Comments
 (0)