Skip to content

Commit

Permalink
Merge #123
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
3 people authored Aug 25, 2021
2 parents ea78d60 + 1077a82 commit 0e7e55b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 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.14.2"
meilisearch = "==0.16.0"
requests-iap = "==0.2.0"
python-keycloak-client = "==0.2.3"

Expand Down
41 changes: 22 additions & 19 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ Websites that need JavaScript for rendering are passed through ChromeDriver.<br>

## 🤖 Compatibility with MeiliSearch

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

## ⚙️ Development Workflow and Contributing

Expand Down

0 comments on commit 0e7e55b

Please sign in to comment.