fix: make async threading work
This commit is contained in:
parent
66f4e4e374
commit
79f72d0531
3 changed files with 20 additions and 3 deletions
|
@ -3,7 +3,7 @@ name = "py-dj"
|
|||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"fastapi[standard]>=0.115.12",
|
||||
"pydantic>=2.11.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue