infra: Added versioning

This commit is contained in:
2025-12-20 04:04:21 +01:00
parent 4dadb9c4cf
commit 39acf8e1f2
4 changed files with 244 additions and 20 deletions
+2 -1
View File
@@ -14,14 +14,15 @@ fastapi = "^0.121.1"
pydantic = "^2.12.4"
uvicorn = "^0.38.0"
pytest-xdist = "^3.8.0"
httpx = "^0.28.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
pytest-cov = "^4.1.0"
pytest-asyncio = "^0.23.0"
httpx = "^0.27.0"
ruff = "^0.14.7"
pre-commit = "^4.5.1"
bump-my-version = "^1.2.5"
[build-system]
requires = ["poetry-core"]