Skip to content

Commit ce96e59

Browse files
author
Aleksei Briushinin
committed
Constrain fastapi version to <1
1 parent d085148 commit ce96e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Development Status :: 3 - Alpha",
2424
]
2525
keywords = ["taskiq", "tasks", "distributed", "async", "fastapi"]
26-
dependencies = ["taskiq>=0.8.0", "fastapi>=0.133.0"]
26+
dependencies = ["taskiq>=0.8.0", "fastapi>=0.133.0,<1"]
2727

2828
[dependency-groups]
2929
dev = [

0 commit comments

Comments
 (0)