[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "konstruct-router" version = "0.1.0" description = "Message Router — tenant resolution, rate limiting, context loading" requires-python = ">=3.12" dependencies = [ "konstruct-shared", "fastapi[standard]>=0.115.0", "httpx>=0.28.0", "redis>=5.0.0", ] [tool.uv.sources] konstruct-shared = { workspace = true } [tool.hatch.build.targets.wheel] packages = ["router"]