Skip to content

Commit a6d7a89

Browse files
committed
updated dependencies
1 parent 8a78a0a commit a6d7a89

2 files changed

Lines changed: 531 additions & 147 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description = "HomeyPro MCP Server - A Model Context Protocol server for HomeyPr
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8-
"fastmcp>=2.10.2",
8+
"fastmcp==2.12.0",
99
"python-homey",
10-
"typing-extensions>=4.14.1",
10+
"typing-extensions==4.15.0",
1111
]
1212

1313
[tool.setuptools.packages.find]
@@ -24,8 +24,8 @@ python-homey = { git = "https://github.com/pigmej/python-homey.git" }
2424

2525
[dependency-groups]
2626
dev = [
27-
"pytest>=8.4.1",
28-
"pytest-asyncio>=1.0.0",
27+
"pytest==8.4.1",
28+
"pytest-asyncio==1.1.0",
2929
]
3030

3131
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)