Skip to content

Commit 948b1d0

Browse files
meili-bors[bot]meili-botcurquiza
authored
Merge #932
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 <[email protected]> Co-authored-by: Clémentine U. - curqui <[email protected]>
2 parents 53f062a + 0bc2cb0 commit 948b1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.30.0"
3+
__version__ = "0.31.0"
44

55

66
def qualified_version() -> str:

0 commit comments

Comments
 (0)