This commit is contained in:
Matthew Ryan Dillon 2025-06-19 08:38:55 -04:00
parent fc964d3ac4
commit 5d4937e57a
4 changed files with 68 additions and 2 deletions

View file

@ -7,6 +7,7 @@ requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.115.12",
"httpx>=0.28.1",
"cachetools>=5.0.0",
]
[tool.pyright]