Fix grpcio version (#6635)

- Pinned in https://github.com/inventree/InvenTree/pull/6621 (for testing)
- Accidentally left in uploaded code
This commit is contained in:
Oliver 2024-03-04 23:17:09 +11:00 committed by GitHub
parent cbc879f618
commit 950bda4ef6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ tablib[xls,xlsx,yaml] # Support for XLS and XLSX formats
weasyprint # PDF generation
# OpenTelemetry dependencies
grpcio==1.54.2 # Pinned to ensure docker image builds correctly
grpcio
opentelemetry-api
opentelemetry-sdk
opentelemetry-exporter-otlp

View File

@ -137,7 +137,7 @@ googleapis-common-protos==1.62.0
# via
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
grpcio==1.54.2
grpcio==1.62.0
# via opentelemetry-exporter-otlp-proto-grpc
gunicorn==21.2.0
html5lib==1.1