Skip to content

Commit a2afe3d

Browse files
fix: poetry req >=1.2.0
poetry>=1.2.0
1 parent ff60a1c commit a2afe3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pybotx"
3-
version = "0.75.0"
3+
version = "0.75.1"
44
description = "A python library for interacting with eXpress BotX API"
55
authors = [
66
"Sidnev Nikolay <nsidnev@ccsteam.ru>",
@@ -50,7 +50,7 @@ starlette = "0.46.2" # TODO: Drop dependency after updating end-to-end test
5050
uvicorn = "0.34.2"
5151

5252
[build-system]
53-
requires = ["poetry>=2.1.3"]
53+
requires = ["poetry>=1.2.0"]
5454
build-backend = "poetry.masonry.api"
5555

5656
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)