Skip to content

Commit

Permalink
[BUG] Reverse all proto version changes. (#3135)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
	 - Fix staging protobuf issue.
	 - Reverts all proto version changes. And re-generated protos.

## Test plan
*How are these changes tested?*

- [ ] Tests pass locally with `pytest` for python, `yarn test` for js,
`cargo test` for rust

## Documentation Changes
*Are all docstrings for user-facing APIs updated if required? Do we need
to make documentation changes in the [docs
repository](https://github.com/chroma-core/docs)?*
n/a
  • Loading branch information
rohitcpbot authored Nov 14, 2024
1 parent 1d2ab70 commit b55c26a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 23 deletions.
3 changes: 1 addition & 2 deletions chromadb/proto/chroma_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions chromadb/proto/coordinator_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions chromadb/proto/coordinator_pb2_grpc.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions chromadb/proto/logservice_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions chromadb/proto/logservice_pb2_grpc.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
'overrides >= 7.3.1',
'importlib-resources',
'graphlib_backport >= 1.0.3; python_version < "3.9"',
'grpcio >= 1.66.1',
'grpcio >= 1.58.0',
'protobuf >= 5.26.1, < 6.0dev',
'bcrypt >= 4.0.1',
'typer >= 0.9.0',
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ bcrypt>=4.0.1
chroma-hnswlib==0.7.6
fastapi>=0.95.2
graphlib_backport==1.0.3; python_version < '3.9'
grpcio>=1.66.1
grpcio>=1.58.0
httpx>=0.27.0
importlib-resources
kubernetes>=28.1.0
Expand All @@ -17,7 +17,6 @@ orjson>=3.9.12, < 3.10.6 # 3.10.7 is currently missing a wheel for x86 glibc
overrides>=7.3.1
posthog>=2.4.0
pydantic>=1.9
protobuf>=5.26.1,<6.0dev
pypika>=0.48.9
PyYAML>=6.0.0
rich>=10.11.0
Expand Down

0 comments on commit b55c26a

Please sign in to comment.