Skip to content

Commit

Permalink
v0.3.1 dependencies fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanov committed Oct 24, 2024
1 parent cf4d0bb commit 7c3c8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "pyftms"
version = "0.3.0"
version = "0.3.1"
description = "PyFTMS - Python Fitness Machine Service client library."
authors = ["Sergey V. DUDANOV <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.12,<3.14"
bleak = ">=0.21.0"
bleak-retry-connector = "3.6.0"
bleak-retry-connector = ">=3.5.0"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 7c3c8cf

Please sign in to comment.