Skip to content

Commit

Permalink
Bump meilisearch from 0.11.2 to 0.12.0 (#59)
Browse files Browse the repository at this point in the history
* Bump meilisearch from 0.11.2 to 0.12.0

Bumps [meilisearch](https://github.com/meilisearch/meilisearch-python) from 0.11.2 to 0.12.0.
- [Release notes](https://github.com/meilisearch/meilisearch-python/releases)
- [Commits](meilisearch/meilisearch-python@v0.11.2...v0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Remove acceptNewFields

* Update README with compatibilities

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Clementine Urquizar <clementine@meilisearch.com>
  • Loading branch information
dependabot-preview[bot] and curquiza authored Aug 4, 2020
1 parent ce7ef8f commit 1dc6f4b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 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.2.1"
selenium = "==3.141.0"
pytest = "==6.0.0"
meilisearch = "==0.11.2"
meilisearch = "==0.12.0"
requests-iap = "==0.2.0"

[dev-packages]
Expand Down
13 changes: 7 additions & 6 deletions Pipfile.lock

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

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ Websites that need JavaScript for rendering are passed through ChromeDriver.<br>
## 🤖 Compatibility with MeiliSearch

This package is compatible with the following MeiliSearch versions:
- `v0.13.0`
- `v0.12.X`
- `v0.11.X`
- `v0.10.X`
Expand Down
3 changes: 1 addition & 2 deletions scraper/src/meilisearch_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ class MeiliSearchHelper:
'url',
'content',
'objectID'
],
'acceptNewFields': False
]
}

def __init__(self, host_url, api_key, index_uid, custom_settings):
Expand Down

0 comments on commit 1dc6f4b

Please sign in to comment.