Skip to content

Commit 2007f8d

Browse files
meili-bors[bot]meili-botbidoubiwadependabot[bot]
authored
Merge #208
208: Changes related to the next Meilisearch release (v0.27.0) r=bidoubiwa a=meili-bot This PR gathers the changes related to the next Meilisearch release (v0.27.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.27.0) is out. - the [`meilisearch-python`](https://github.com/meilisearch/meilisearch-python) dependency has been released to be compatible with Meilisearch v0.27.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._ _Related to this issue: https://github.com/meilisearch/integration-guides/issues/190_ Co-authored-by: meili-bot <[email protected]> Co-authored-by: cvermand <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: meili-bors[bot] <89034592+meili-bors[bot]@users.noreply.github.com>
2 parents 2e30644 + 1fecbbe commit 2007f8d

File tree

4 files changed

+76
-74
lines changed

4 files changed

+76
-74
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install dependencies for production only
6868
run: pipenv install
6969
- name: Meilisearch setup with Docker
70-
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --no-analytics --master-key=masterKey
70+
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest meilisearch --no-analytics --master-key=masterKey
7171
- name: Run the scraper with basic config
7272
run: pipenv run ./docs_scraper $CONFIG_FILE
7373
env:

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77
Scrapy = "==2.6.1"
88
selenium = "==4.1.3"
99
pytest = "==7.0.0"
10-
meilisearch = "==0.18.1"
10+
meilisearch = "==0.18.3"
1111
requests-iap = "==0.2.0"
1212
python-keycloak-client = "==0.2.3"
1313

Pipfile.lock

Lines changed: 73 additions & 71 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.26.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.26.0).
533+
This package only guarantees the compatibility with the [version v0.27.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.27.0).
534534

535535
## ⚙️ Development Workflow and Contributing
536536

0 commit comments

Comments
 (0)