Skip to content

Commit 0e7e55b

Browse files
bors[bot]meili-botdependabot[bot]
authored
Merge #123
123: Changes related to the next MeiliSearch release (v0.21.0) r=bidoubiwa a=meili-bot This PR gathers the changes related to the next MeiliSearch release (v0.21.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.21.0) is out. - the [`meilisearch-python`](https://github.com/meilisearch/meilisearch-python) dependency has been released to be compatible with MeiliSearch v0.21.0. Once the release is out, the `meilisearch-python` version in this package should be upgraded and 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. Exceptionally for this release, the pre-release time will be more than just one week._ Co-authored-by: meili-bot <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents ea78d60 + 1077a82 commit 0e7e55b

File tree

3 files changed

+24
-21
lines changed

3 files changed

+24
-21
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.14.2"
10+
meilisearch = "==0.16.0"
1111
requests-iap = "==0.2.0"
1212
python-keycloak-client = "==0.2.3"
1313

Pipfile.lock

Lines changed: 22 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ Websites that need JavaScript for rendering are passed through ChromeDriver.<br>
530530

531531
## 🤖 Compatibility with MeiliSearch
532532

533-
This package only guarantees the compatibility with the [version v0.20.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.20.0).
533+
This package only guarantees the compatibility with the [version v0.21.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.21.0).
534534

535535
## ⚙️ Development Workflow and Contributing
536536

0 commit comments

Comments
 (0)