[project] name = "ww-llm-gateway" version = "0.0.0" requires-python = ">=3.12" dependencies = [ "openai>=1.40", "anthropic>=0.34", "google-genai>=0.3", "instructor>=1.5", "pydantic>=2.7", "tenacity>=8.2", "ww-shared", "ww-config", "ww-db", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["ww_llm_gateway"] [tool.uv.sources] ww-shared = { workspace = true } ww-config = { workspace = true } ww-db = { workspace = true }