mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 02:50:15 -06:00
Python Compatibility (3.14) Note
This commit is contained in:
@@ -12,7 +12,7 @@ authors = [
|
||||
]
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
requires-python = ">=3.12"
|
||||
requires-python = ">=3.12,<3.14"
|
||||
dependencies = [
|
||||
"fastapi>=0.111.0",
|
||||
"uvicorn[standard]>=0.27.0",
|
||||
|
||||
Reference in New Issue
Block a user