Commit ff4ec4e9 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

python312Packages.dbt-common: relax protobuf dependency



Upstream requires protobuf<6 but we would have to downgrade protobuf for
half the python world to satisfy this requirement.

Signed-off-by: default avatarIhar Hrachyshka <ihar.hrachyshka@gmail.com>
parent b3582c75
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ buildPythonPackage rec {
    # 0.6.x -> 0.7.2 doesn't seem too risky at a glance
    # https://pypi.org/project/isodate/0.7.2/
    "isodate"
    "protobuf"
  ];

  dependencies = [