Metadata-Version: 2.5
Name: labtasker-server
Version: 2.4.1
Summary: SQLite/FastAPI server for parallel model inference and evaluation
Project-URL: Homepage, https://github.com/luocfprime/labtasker
Project-URL: Repository, https://github.com/luocfprime/labtasker.git
Author-email: lcf <luocfprime@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: alembic<2,>=1.19.2
Requires-Dist: fastapi<1,>=0.115
Requires-Dist: pydantic<3,>=2.10; python_version < '3.14'
Requires-Dist: pydantic<3,>=2.12; python_version >= '3.14'
Requires-Dist: sqlalchemy<3,>=2.0.31; python_version >= '3.13' and python_version < '3.14'
Requires-Dist: sqlalchemy<3,>=2.0.41; python_version >= '3.14'
Requires-Dist: sqlalchemy<3,>=2.0; python_version < '3.13'
Requires-Dist: typer<1,>=0.16
Requires-Dist: uvicorn<1,>=0.34
