Skip to content

Commit

Permalink
Update fix by removing grpcio pin and pinning opentelemetry-proto to …
Browse files Browse the repository at this point in the history
…1.23.0
  • Loading branch information
cwlacewe committed Nov 21, 2024
1 parent 6bd17b1 commit a9cd3d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion comps/dataprep/vdms/langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ docx2txt
easyocr
einops
fastapi
grpcio==1.59.3
html2text
huggingface_hub
langchain
Expand All @@ -19,6 +18,7 @@ numpy
opencv-python
opentelemetry-api
opentelemetry-exporter-otlp
opentelemetry-proto==1.23.0
opentelemetry-sdk
pandas
Pillow
Expand Down
2 changes: 1 addition & 1 deletion comps/dataprep/vdms/multimodal_langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ docx2txt
easyocr
einops
fastapi
grpcio==1.59.3
huggingface_hub
langchain
langchain-community
Expand All @@ -18,6 +17,7 @@ numpy
opencv-python
opentelemetry-api
opentelemetry-exporter-otlp
opentelemetry-proto==1.23.0
opentelemetry-sdk
pandas
Pillow
Expand Down
2 changes: 1 addition & 1 deletion comps/retrievers/vdms/langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ docarray[full]
easyocr
einops
fastapi
grpcio==1.59.3
langchain-community
langchain-core
langchain-huggingface
opentelemetry-api
opentelemetry-exporter-otlp
opentelemetry-proto==1.23.0
opentelemetry-sdk
prometheus-fastapi-instrumentator
protobuf==4.24.2
Expand Down

0 comments on commit a9cd3d8

Please sign in to comment.