diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 15:37:31 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 15:37:31 +0900 |
| commit | 1d40055d7a89f9470b2d0f0d2ed1c23752ffbd6a (patch) | |
| tree | e99f19b7ccab88d30debbb266ebe6856c2f09780 /services/api | |
| parent | e5fc21f3c9c890c254c5f74412aa0b68c3863042 (diff) | |
chore: pin all service dependencies with upper bounds
Diffstat (limited to 'services/api')
| -rw-r--r-- | services/api/pyproject.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/services/api/pyproject.toml b/services/api/pyproject.toml index fd2598d..95099d2 100644 --- a/services/api/pyproject.toml +++ b/services/api/pyproject.toml @@ -3,11 +3,7 @@ name = "trading-api" version = "0.1.0" description = "REST API for the trading platform" requires-python = ">=3.12" -dependencies = [ - "fastapi>=0.110", - "uvicorn>=0.27", - "trading-shared", -] +dependencies = ["fastapi>=0.110,<1", "uvicorn>=0.27,<1", "slowapi>=0.1.9,<1", "trading-shared"] [project.optional-dependencies] dev = ["pytest>=8.0", "pytest-asyncio>=0.23", "httpx>=0.27"] |
