Skip to content

Commit cf65f67

Browse files
authored
Release v0.2.3 with updated chromadb version (#35)
* update chromadb version * update changelog
1 parent 20a2ae8 commit cf65f67

File tree

3 files changed

+15
-35
lines changed

3 files changed

+15
-35
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.3] - 05/21/2025
9+
10+
### Changed
11+
12+
- Update chromadb to v1.0.10
13+
814
## [0.2.2] - 04/08/2025
915

1016
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Topic :: Software Development :: Libraries :: Python Modules"
1717
]
1818
dependencies = [
19-
"chromadb>=1.0.3",
19+
"chromadb>=1.0.10",
2020
"cohere>=5.14.2",
2121
"httpx>=0.28.1",
2222
"mcp[cli]>=1.2.1",

uv.lock

Lines changed: 8 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)