Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b3c4b135b |
+2
-2
@@ -29,13 +29,13 @@ python-dotenv = "^1.0.0"
|
|||||||
requests = "^2.32.5"
|
requests = "^2.32.5"
|
||||||
fastapi = "^0.127.1"
|
fastapi = "^0.127.1"
|
||||||
pydantic = "^2.12.4"
|
pydantic = "^2.12.4"
|
||||||
uvicorn = "^0.46.0"
|
uvicorn = "^0.40.0"
|
||||||
pytest-xdist = "^3.8.0"
|
pytest-xdist = "^3.8.0"
|
||||||
httpx = "^0.28.1"
|
httpx = "^0.28.1"
|
||||||
pydantic-settings = "^2.12.0"
|
pydantic-settings = "^2.12.0"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pytest = "^8.0.0"
|
pytest = "^9.0.0"
|
||||||
pytest-cov = "^4.1.0"
|
pytest-cov = "^4.1.0"
|
||||||
pytest-asyncio = "^0.23.0"
|
pytest-asyncio = "^0.23.0"
|
||||||
ruff = "^0.14.7"
|
ruff = "^0.14.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user