We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff60a1c commit a2afe3dCopy full SHA for a2afe3d
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pybotx"
3
-version = "0.75.0"
+version = "0.75.1"
4
description = "A python library for interacting with eXpress BotX API"
5
authors = [
6
"Sidnev Nikolay <nsidnev@ccsteam.ru>",
@@ -50,7 +50,7 @@ starlette = "0.46.2" # TODO: Drop dependency after updating end-to-end test
50
uvicorn = "0.34.2"
51
52
[build-system]
53
-requires = ["poetry>=2.1.3"]
+requires = ["poetry>=1.2.0"]
54
build-backend = "poetry.masonry.api"
55
56
[tool.pytest.ini_options]
0 commit comments