# Core Dependencies
httpx>=0.28.0
aiomqtt>=2.0.0
pydantic>=2.10.0
orjson>=3.10.0
tenacity>=9.0.0
mcp>=1.2.0
textual>=0.50.0
questionary>=2.0.0

# Development & Testing
pytest>=8.3.0
pytest-asyncio>=0.24.0
respx>=0.22.0
ruff
datamodel-code-generator>=0.26.0

# Optional / Platform Specific
httpx-ntlm>=1.3.0
uvloop>=0.19.0; sys_platform != "win32"
