Skip to content

Commit

Permalink
Merge pull request #603 from weaviate/bump-embedded-to-1.22.3
Browse files Browse the repository at this point in the history
Bump embedded to 1.22.3
  • Loading branch information
tsmith023 authored Nov 7, 2023
2 parents aeddfd2 + d3470f6 commit ca29f26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog
=========
Version 3.25.3
--------------
This patch version includes

- Bump of the default version for Weaviate Embedded DB to v1.22.3

Version 3.25.2
--------------
This patch version includes
Expand Down
2 changes: 1 addition & 1 deletion weaviate/embedded.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
class EmbeddedOptions:
persistence_data_path: str = os.environ.get("XDG_DATA_HOME", DEFAULT_PERSISTENCE_DATA_PATH)
binary_path: str = os.environ.get("XDG_CACHE_HOME", DEFAULT_BINARY_PATH)
version: str = "1.22.0"
version: str = "1.22.3"
port: int = DEFAULT_PORT
hostname: str = "127.0.0.1"
additional_env_vars: Optional[Dict[str, str]] = None
Expand Down

0 comments on commit ca29f26

Please sign in to comment.