Skip to content

Commit

Permalink
fix: Update maximum supported protobuf version (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfinnigan authored Nov 14, 2023
1 parent 7a84890 commit b89d0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
install_requires=[
"asgiref~=3.0",
"autowrapt>=1.0",
"protobuf>=3.13.0, <4.0.0",
"protobuf>=3.13.0, <5.0.0",
"wrapt>=1.11.0",
"lumigo_core==0.0.6",
"opentelemetry-api==1.20.0",
Expand Down

0 comments on commit b89d0bb

Please sign in to comment.