chore(backend): update Python dependencies

This commit is contained in:
Andras Schmelczer 2026-05-31 10:49:26 +01:00
commit 4156d1d469
2 changed files with 0 additions and 18 deletions

View file

@ -11,13 +11,6 @@ dependencies = [
"pydantic>=2.0.0",
]
[project.optional-dependencies]
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.23.0",
"httpx>=0.27.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"