Skip to content

Commit

Permalink
Merge pull request #94 from dbt-labs/update-dep-importlib
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per authored Sep 19, 2024
2 parents edabbb8 + 6dc59be commit b3b3ee2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt-jobs-as-code"
version = "0.8.1"
version = "0.8.2"
description = "A CLI to allow defining dbt Cloud jobs as code"
authors = ["dbt Labs <info@dbtlabs.com>"]
license = "Apache License 2.0"
Expand All @@ -24,7 +24,7 @@ python-dateutil = "^2.9"
beartype = "^0.18.5"
pytest-beartype = "^0.0.2"
jinja2 = "^3.1.4"
importlib-metadata = "^7.2.0"
importlib-metadata = ">=6.0,<7"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
Expand Down

0 comments on commit b3b3ee2

Please sign in to comment.