Issues with protobuf
's version while using BentoML
#3798
Unanswered
taeefnajib
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my project, I need to use the latest versions of both
bentoml
andflytekit
. I've noticed thatbentoml
is locking the version ofprotobuf
to<4.0
. Whereas,flytekit
requiresprotobuf = ">=4.21.1,<5.0.0"
When I was trying to usepip-compile
to generate arequirements.txt
file, I get a version conflict error. I was wondering if there is any specific reason forbentoml
to lock it below4.0
or if there's any workaround.It’s the opentelemetry-proto from
bentoml
that seems to be causing this since it is doing ~=3.13. Can we exclude it frombentoml
? If so, how?Beta Was this translation helpful? Give feedback.
All reactions