Skip to content

Commit

Permalink
python312Packages.opentelemetry-proto: relax protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 13, 2024
1 parent 03b1da7 commit 090f644
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ buildPythonPackage {

sourceRoot = "${opentelemetry-api.src.name}/opentelemetry-proto";

pythonRelaxDeps = [ "protobuf" ];

build-system = [ hatchling ];

dependencies = [ protobuf ];
Expand Down

0 comments on commit 090f644

Please sign in to comment.