Skip to content

Commit ca29f26

Browse files
authored
Merge pull request #603 from weaviate/bump-embedded-to-1.22.3
Bump embedded to 1.22.3
2 parents aeddfd2 + d3470f6 commit ca29f26

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changelog
22
=========
3+
Version 3.25.3
4+
--------------
5+
This patch version includes
6+
7+
- Bump of the default version for Weaviate Embedded DB to v1.22.3
8+
39
Version 3.25.2
410
--------------
511
This patch version includes

weaviate/embedded.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
class EmbeddedOptions:
3434
persistence_data_path: str = os.environ.get("XDG_DATA_HOME", DEFAULT_PERSISTENCE_DATA_PATH)
3535
binary_path: str = os.environ.get("XDG_CACHE_HOME", DEFAULT_BINARY_PATH)
36-
version: str = "1.22.0"
36+
version: str = "1.22.3"
3737
port: int = DEFAULT_PORT
3838
hostname: str = "127.0.0.1"
3939
additional_env_vars: Optional[Dict[str, str]] = None

0 commit comments

Comments
 (0)