Skip to content

Commit 635244f

Browse files
bors[bot]meili-botcurquiza
authored
Merge #176
176: Changes related to the next MeiliSearch release (v0.25.0) r=curquiza a=meili-bot This PR gathers the changes related to the next MeiliSearch release (v0.25.0) so that this package is ready when the official release is out. ⚠️ This PR should NOT be merged until: - the next release of MeiliSearch (v0.25.0) is out. - the [`meilisearch-python`](https://github.com/meilisearch/meilisearch-python) dependency has been released to be compatible with MeiliSearch v0.25.0. Once the release is out, the upgrade of the `meilisearch-python` dependency might be committed to this branch. _This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/master/guides/pre-release-week.md) purpose._ --- This PR is breaking because uses meilisearch-python v0.18.0 that only works with MeiliSearch v0.25.0 and later -> it enforces the users to upgrade their MeiliSearch version Co-authored-by: meili-bot <[email protected]> Co-authored-by: Clémentine Urquizar <[email protected]> Co-authored-by: Clémentine Urquizar - curqui <[email protected]>
2 parents 2536e39 + 60e1f7e commit 635244f

File tree

4 files changed

+262
-242
lines changed

4 files changed

+262
-242
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77
Scrapy = "==2.5.0"
88
selenium = "==3.141.0"
99
pytest = "==6.2.3"
10-
meilisearch = "==0.16.1"
10+
meilisearch = "==0.18.0"
1111
requests-iap = "==0.2.0"
1212
python-keycloak-client = "==0.2.3"
1313

0 commit comments

Comments
 (0)