Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chroma: Deprecating versions 0.5.7 thru 0.5.12 #27305

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: Deprecating version 0.5.5 thru 0.5.12
  • Loading branch information
tazarov committed Oct 12, 2024
commit a4641da8409a9bded7dd06ef907e6a3227df4aef
2 changes: 1 addition & 1 deletion libs/partners/chroma/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ addopts = " --strict-markers --strict-config --durations=5"
markers = [ "requires: mark tests as requiring a specific library", "asyncio: mark tests as requiring asyncio", "compile: mark placeholder test used to compile integration tests without running them",]

[tool.poetry.dependencies.chromadb]
version = ">=0.4.0,<0.6.0,!=0.5.4,!=0.5.5"
version = ">=0.4.0,<0.6.0,!=0.5.4,!=0.5.5,!=0.5.6,!=0.5.7,!=0.5.9,!=0.5.10,!=0.5.11,!=0.5.12"

[tool.poetry.dependencies.fastapi]
version = ">=0.95.2,<1"
Expand Down
Loading