[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "llm-principal-broker" version = "0.1.0" description = "AI agent identity delegation for governed shell sessions — GCAP-SPEC-LLM-PRINCIPAL-BROKER-0001" requires-python = ">=3.11" dependencies = [ "fastapi>=0.111.0", "uvicorn[standard]>=0.29.0", "pydantic>=2.7.0", "pydantic-settings>=2.2.0", "httpx>=0.27.0", "sqlmodel>=0.0.19", "aiosqlite>=0.20.0", "structlog>=24.1.0", ] [project.optional-dependencies] dev = ["pytest>=8.0", "pytest-asyncio>=0.23", "httpx>=0.27", "ruff>=0.4"] [tool.hatch.build.targets.wheel] packages = ["llm_broker"] [tool.ruff] line-length = 100 target-version = "py311"