Skip to content

Commit ba9cfe2

Browse files
Update chromadb requirement from <1.1,>=0.5 to >=0.5,<1.3 in /python
Updates the requirements on [chromadb](https://github.com/chroma-core/chroma) to permit the latest version. - [Release notes](https://github.com/chroma-core/chroma/releases) - [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md) - [Commits](chroma-core/chroma@0.5.0...1.2.1) --- updated-dependencies: - dependency-name: chromadb dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf9a5f2 commit ba9cfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ azure = [
7777
"azure-cosmos ~= 4.7"
7878
]
7979
chroma = [
80-
"chromadb >= 0.5,< 1.1"
80+
"chromadb >= 0.5,< 1.3"
8181
]
8282
copilotstudio = [
8383
"microsoft-agents-copilotstudio-client >= 0.3.1",

0 commit comments

Comments
 (0)