Skip to content

Commit

Permalink
Downgrade importlib to be compatible with dbt-core
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Sep 19, 2024
1 parent edabbb8 commit 30561f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 30561f5

Please sign in to comment.