Skip to content

Commit b3b3ee2

Browse files
authored
Merge pull request #94 from dbt-labs/update-dep-importlib
2 parents edabbb8 + 6dc59be commit b3b3ee2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dbt-jobs-as-code"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "A CLI to allow defining dbt Cloud jobs as code"
55
authors = ["dbt Labs <info@dbtlabs.com>"]
66
license = "Apache License 2.0"
@@ -24,7 +24,7 @@ python-dateutil = "^2.9"
2424
beartype = "^0.18.5"
2525
pytest-beartype = "^0.0.2"
2626
jinja2 = "^3.1.4"
27-
importlib-metadata = "^7.2.0"
27+
importlib-metadata = ">=6.0,<7"
2828

2929
[tool.poetry.group.dev.dependencies]
3030
pytest = "^7.2.0"

0 commit comments

Comments
 (0)