Skip to content

Commit

Permalink
Merge #307
Browse files Browse the repository at this point in the history
307: Changes related to the next Meilisearch release (v1.0.0) r=alallema a=meili-bot

This PR gathers the changes related to the next Meilisearch release (v1.0.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 (v1.0.0) is out.
  - the [`meilisearch-python`](https://github.com/meilisearch/meilisearch-python) dependency has been released to be compatible with Meilisearch v1.0.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/main/resources/pre-release-week.md) purpose._

_Related to this issue: https://github.com/meilisearch/integration-guides/issues/230_


Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: Amélie <alallema@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Feb 6, 2023
2 parents 51c2a2a + 46e9532 commit 0f6ca3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
Scrapy = "==2.8.0"
selenium = "==4.8.0"
meilisearch = "==0.23.0"
meilisearch = "==0.24.0"
requests-iap = "==0.2.0"
python-keycloak-client = "==0.2.3"
requests = "==2.28.2"
Expand Down
12 changes: 6 additions & 6 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 @@ -523,7 +523,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.30.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0).
This package only guarantees the compatibility with the [version v1.0.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0).

## ⚙️ Development Workflow and Contributing

Expand Down

0 comments on commit 0f6ca3a

Please sign in to comment.