[tool.poetry] name = "iva" version = "0.1.0" description = "Virtual Assistant app" authors = ["Sebastian BalmuČ™ "] readme = "README.md" [tool.poetry.dependencies] python = "^3.12" openai = "^1.46.0" langchain = "^0.3.0" langchain-openai = "^0.2.0" homeassistant-api = "^4.2.2.post1" python-dotenv = "^1.0.1" fastapi = "^0.115.0" sqlalchemy = "^2.0.35" pymysql = "^1.1.1" pydantic = {extras = ["email"], version = "^2.9.2"} werkzeug = "^3.0.4" python-jose = {extras = ["cryptography"], version = "^3.3.0"} uvicorn = "^0.31.0" [tool.poetry.plugins.dotenv] ignore = "false" location = "./.env" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"