Skip to content

Commit 32f2983

Browse files
committed
Restrict poetry-core version to <2.0.0 in pyproject.toml
1 parent 60e3290 commit 32f2983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ repository = "https://github.com/RedisLabsModules/RLTest"
3939
RLTest = 'RLTest.__main__:main'
4040

4141
[build-system]
42-
requires = ["poetry-core>=1.0.0"]
42+
requires = ["poetry-core>=1.0.0,<2.0.0"]
4343
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)