Merge branch 'custom-build-image-classification-service-protobuf' into 'master'
fix(temp): set protobuf version range to >=v3,<v4 so image-classification model keeps working See merge request knecon/research/pyinfra!95
This commit is contained in:
commit
f2a5a2ea0e
1741
poetry.lock
generated
1741
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user