Skip to content

Commit

Permalink
Update pyproject.toml (chroma-core#1256)
Browse files Browse the repository at this point in the history
Add OTel dependencies to our toml so the release works

## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
- In my recent OTel PR I didn't add the requirements to `pyproject.toml`
so the release pipeline is broken. This fixes that.
 - New functionality
	 - None.

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

- CI

## 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)?*
  • Loading branch information
beggers authored Oct 18, 2023
1 parent 99c8a99 commit ac644a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ dependencies = [
'typing_extensions >= 4.5.0',
'pulsar-client>=3.1.0',
'onnxruntime >= 1.14.1',
'opentelemetry-api>=1.2.0',
'opentelemetry-exporter-otlp-proto-grpc>=1.2.0',
'opentelemetry-sdk>=1.2.0',
'tokenizers >= 0.13.2',
'pypika >= 0.48.9',
'tqdm >= 4.65.0',
Expand Down

0 comments on commit ac644a8

Please sign in to comment.