We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a78a0a commit a6d7a89Copy full SHA for a6d7a89
2 files changed
pyproject.toml
@@ -5,9 +5,9 @@ description = "HomeyPro MCP Server - A Model Context Protocol server for HomeyPr
5
readme = "README.md"
6
requires-python = ">=3.13"
7
dependencies = [
8
- "fastmcp>=2.10.2",
+ "fastmcp==2.12.0",
9
"python-homey",
10
- "typing-extensions>=4.14.1",
+ "typing-extensions==4.15.0",
11
]
12
13
[tool.setuptools.packages.find]
@@ -24,8 +24,8 @@ python-homey = { git = "https://github.com/pigmej/python-homey.git" }
24
25
[dependency-groups]
26
dev = [
27
- "pytest>=8.4.1",
28
- "pytest-asyncio>=1.0.0",
+ "pytest==8.4.1",
+ "pytest-asyncio==1.1.0",
29
30
31
[tool.pytest.ini_options]
0 commit comments