Skip to content

Commit d4850ae

Browse files
committed
More updates.
1 parent 28f2236 commit d4850ae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
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
@@ -21,8 +21,8 @@ keywords = ["taskiq", "dependencies", "injection", "async", "DI"]
2121

2222
[tool.poetry.dependencies]
2323
python = "^3.8.1"
24-
graphlib-backport = { version = "^1.0.3", python = "<3.9" }
25-
typing-extensions = { version = "^4.6.3", python = "<3.10" }
24+
graphlib-backport = { version = ">=1.0.3", python = "<3.9" }
25+
typing-extensions = { version = ">=4.6.3", python = "<3.10" }
2626

2727
[tool.poetry.group.dev.dependencies]
2828
pytest = "^8"

0 commit comments

Comments
 (0)