pin orjson
Some checks failed
release-tag / release-image (push) Failing after 20m16s

This commit is contained in:
2024-07-01 22:27:30 +02:00
parent eedf2f83f0
commit ca1d0654d4
4 changed files with 57 additions and 52 deletions

View File

@@ -10,6 +10,7 @@ fastapi = { extras = ["all"], version = "^0.111.0" }
pydantic = "^2.8.0"
projectorpi = { version = "^0.4.1", source = "gitea" }
uvicorn = "^0.30.1"
orjson = "3.10.1"
[tool.poetry.group.dev.dependencies]
mypy = "^1.3.0"