Skip to content

Update chromadb requirement from >=1.0.0 to >=1.5.9#10

Open
dependabot[bot] wants to merge 20 commits into
mainfrom
dependabot/pip/chromadb-gte-1.5.9
Open

Update chromadb requirement from >=1.0.0 to >=1.5.9#10
dependabot[bot] wants to merge 20 commits into
mainfrom
dependabot/pip/chromadb-gte-1.5.9

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Updates the requirements on chromadb to permit the latest version.

Release notes

Sourced from chromadb's releases.

1.5.9

Version: 1.5.9 Git ref: refs/tags/1.5.9 Build Date: 2026-05-05T05:55 PIP Package: chroma-1.5.9.tar.gz Github Container Registry Image: :1.5.9 DockerHub Image: :1.5.9

What's Changed

... (truncated)

Commits

Eugen Goebel and others added 15 commits March 26, 2026 21:07
- Add GitHub Actions workflow for automated testing on Python 3.10-3.12
- Add Tests and ChromaDB badges to existing badge row
Enable disk-based persistence for the vector store so indexed documents
survive app restarts. Add list_sources() method for restoring session
state from persisted data. Default persist directory: .chroma_data/

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use PersistentClient by default so documents remain indexed across
app restarts. Restore uploaded_files and chunk count from the
persisted store on session init. Configurable via CHROMA_PERSIST_DIR
environment variable.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 new tests: data survives reopen, search after reopen, directory
creation, reset on persistent store, list_sources empty/unique/sorted.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Landing view, question answered with first match, and ranked retrieval
chunks captured against the sample company report in demo mode.

Co-authored-by: Eugen Goebel <eugen-goebel@users.noreply.github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 6, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

eugen-goebel and others added 5 commits May 7, 2026 00:13
- Add st.secrets fallback so API key can come from env, secrets, or user input
- Add .streamlit/secrets.toml.example as a reference for the cloud Secrets editor
- Narrow gitignore from .streamlit/ to .streamlit/secrets.toml so the example commits
- Document the full deploy flow and API-key resolution order in README
Streamlit Community Cloud defaults to the newest Python (3.14), where
chromadb's transitive opentelemetry/protobuf dependency raises
_CheckCalledFromGeneratedFile during import. Pinning to 3.12 keeps the
runtime in the well-tested zone for chromadb 0.5+.
Streamlit Community Cloud runs apps on Python 3.14 by default, where
chromadb -> opentelemetry-proto's pre-generated _pb2 descriptors hit
_message.Message._CheckCalledFromGeneratedFile due to a protobuf C++
extension version skew.

Setting PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python before any
protobuf-using import switches to the pure-Python descriptor parser,
which doesn't enforce that check. Slightly slower than the C++ path
but irrelevant for an interactive demo, and removes the import-time
crash on the cloud runtime.
ChromaDB pulls in opentelemetry-exporter-otlp-proto-grpc, whose older
releases ship _pb2.py descriptors generated with a protoc version that
fails under protobuf 5.x with _CheckCalledFromGeneratedFile. Bumping
opentelemetry-proto to 1.27+ ships regenerated descriptors that work
with current protobuf.
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@1.0.0...1.5.9)

---
updated-dependencies:
- dependency-name: chromadb
  dependency-version: 1.5.9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Update chromadb requirement from >=0.5.0 to >=1.5.9 Update chromadb requirement from >=1.0.0 to >=1.5.9 May 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/chromadb-gte-1.5.9 branch from df670d5 to 99647b4 Compare May 6, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant