This commit is contained in:
Dave Cunningham 2025-04-24 00:54:42 -07:00 committed by GitHub
commit b69e0ab264
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1489 additions and 31 deletions

1518
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -33,7 +33,7 @@ pydantic = "^2.0.0"
jsonschema = "^4.22.0"
uvicorn = {version = "^0.29.0", optional = true}
uvloop = {version = "^0.21.0", optional = true}
uvloop = {version = "^0.21.0", optional = true, markers="sys_platform != 'win32'"}
gunicorn = {version = "^23.0.0", optional = true}
fastapi = {version = "^0.115.5", optional = true}
backoff = {version = "*", optional = true}