We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4d0bb commit 7c3c8cfCopy full SHA for 7c3c8cf
1 file changed
pyproject.toml
@@ -1,14 +1,14 @@
1
[tool.poetry]
2
name = "pyftms"
3
-version = "0.3.0"
+version = "0.3.1"
4
description = "PyFTMS - Python Fitness Machine Service client library."
5
authors = ["Sergey V. DUDANOV <sergey.dudanov@gmail.com>"]
6
readme = "README.md"
7
8
[tool.poetry.dependencies]
9
python = ">=3.12,<3.14"
10
bleak = ">=0.21.0"
11
-bleak-retry-connector = "3.6.0"
+bleak-retry-connector = ">=3.5.0"
12
13
[tool.poetry.group.docs]
14
optional = true
0 commit comments