Skip to content

Commit 4a21427

Browse files
committed
python3Packages.dbt-common: 1.12.0 -> 1.14.0
Also relax the isodate dependency. The protobuf patch was included in the release bump. NEWS: https://github.com/dbt-labs/dbt-common/blob/c72ea7e3a/CHANGELOG.md#dbt-common-1140---december-4-2024
1 parent b529daa commit 4a21427

File tree

2 files changed

+6
-121
lines changed

2 files changed

+6
-121
lines changed

pkgs/development/python-modules/dbt-common/default.nix

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
buildPythonPackage rec {
3131
pname = "dbt-common";
32-
version = "1.12.0";
32+
version = "1.14.0";
3333
pyproject = true;
3434

3535
disabled = pythonOlder "3.9";
@@ -40,20 +40,18 @@ buildPythonPackage rec {
4040
# Unfortunately, upstream doesn't tag commits on GitHub, and the pypi source
4141
# doesn't include tests. TODO: Write an update script that will detect the
4242
# version from `dbt_common/__about__.py`.
43-
rev = "5a401a9e8dd46e4582ac4edd2883e34714e77530";
44-
hash = "sha256-SIMg6ewnE6kY+drqcPlYrxt1XlWBurZU62FI/QnHAHY=";
43+
rev = "965ad815f0dd546678d2595a3010d81f344f8b73";
44+
hash = "sha256-63gWkETi52uOrO0FTPwM831UHECqcyCtb7wVHQuujnc=";
4545
};
4646

47-
patches = [
48-
# https://github.com/dbt-labs/dbt-common/pull/211
49-
./protobuf_5.patch
50-
];
51-
5247
build-system = [ hatchling ];
5348

5449
pythonRelaxDeps = [
5550
"agate"
5651
"deepdiff"
52+
# 0.6.x -> 0.7.2 doesn't seem too risky at a glance
53+
# https://pypi.org/project/isodate/0.7.2/
54+
"isodate"
5755
];
5856

5957
dependencies = [

pkgs/development/python-modules/dbt-common/protobuf_5.patch

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)