mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	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:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user