[tool.poetry] name = "api-gateway" version = "0.1.0" description = "AITBC API Gateway for routing to microservices" authors = ["AITBC Team "] [tool.poetry.dependencies] python = "^3.13" fastapi = ">=0.115.6" uvicorn = ">=0.34.0" httpx = ">=0.28.1" [tool.poetry.group.test.dependencies] pytest = ">=9.0.3" pytest-asyncio = ">=1.3.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"