Skip to content

Commit

Permalink
Merge #932
Browse files Browse the repository at this point in the history
932: Update version for the next release (v0.31.0) r=curquiza a=meili-bot

_This PR is auto-generated._

The automated script updates the version of meilisearch-python to a new version: "v0.31.0"

---

Part of the work of #928

---

This version introduces features released on Meilisearch v1.7.0 🎉
Check out the changelog of [Meilisearch v1.7.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0) for more information on the changes. 

## ⚠️ Breaking changes

* Related to the experimental `vectorStore` feature: `dimensions` field is now required when using OpenAI models.

## 🐛 Bug Fixes

* Make embedders deseralize to correct type (#927) sanders41

## ⚙️ Maintenance/misc

* Update author (#931) `@curquiza`


Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: Clémentine U. - curqui <clementine@meilisearch.com>
  • Loading branch information
3 people authored Mar 11, 2024
2 parents 53f062a + 0bc2cb0 commit 948b1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meilisearch/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.30.0"
__version__ = "0.31.0"


def qualified_version() -> str:
Expand Down

0 comments on commit 948b1d0

Please sign in to comment.