fix(temp): set protobuf version range to >=v3,<v4 so image-classification model keeps working

This commit is contained in:
francisco.schulz 2024-08-30 08:37:31 -04:00
parent 5f31e2b15f
commit 4c8dc6ccc0

View File

@ -34,7 +34,7 @@ opentelemetry-instrumentation-requests = "^0.46b0"
opentelemetry-instrumentation-fastapi = "^0.46b0"
wcwidth = "<=0.2.12"
azure-monitor-opentelemetry = "^1.6.0"
protobuf = "^4.25.3" # FIXME: update to ^5.27.2 after opentelemetry is updated (see README.md/Protobuf)
protobuf = "^3.20"
aio-pika = "^9.4.2"
aiohttp = "^3.9.5"
tenacity = "^8.5.0"
@ -80,7 +80,7 @@ disable = [
"R0904",
"R0913",
"R0914",
"W0511"
"W0511",
]
docstring-min-length = 3