Skip to content

Commit

Permalink
🐛 Fix dependency specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkrupinski committed Jun 25, 2024
1 parent f580782 commit cc160e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -12,7 +12,7 @@ python = ">=3.8,<4.0"
importlib-resources = { version = "^5", python = "<3.12" }
jinja2 = { version = "^3", optional = true }
mako = { version = "^1", optional = true }
typing-extensions = {version = "^4.9", python = "<=3.9"}
typing-extensions = {version = "^4.9", python = "<3.10"}

[tool.poetry.extras]
mako = ['mako']
Expand Down

0 comments on commit cc160e4

Please sign in to comment.