Skip to content

Commit

Permalink
Merge #176
Browse files Browse the repository at this point in the history
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 <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
  • Loading branch information
3 people authored Jan 12, 2022
2 parents 2536e39 + 60e1f7e commit 635244f
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 242 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
Scrapy = "==2.5.0"
selenium = "==3.141.0"
pytest = "==6.2.3"
meilisearch = "==0.16.1"
meilisearch = "==0.18.0"
requests-iap = "==0.2.0"
python-keycloak-client = "==0.2.3"

Expand Down
Loading

0 comments on commit 635244f

Please sign in to comment.