feat(runtime): 添加 Pillow 图像处理库依赖

- 在 poetry.lock 中新增 pillow 包及其所有版本的依赖信息
- 支持多种操作系统平台包括 macOS、Linux、Windows 和 iOS
- 支持多种架构包括 x86_64、arm64、aarch64 和 win32
- 支持 Python 版本从 3.9 到 3.14 的完整兼容性
- 包含多种文件格式如 wheel 和 tar.gz 校验信息
- 添加了文档、测试和类型检查相关的可选依赖配置
This commit is contained in:
2026-02-06 13:21:01 +08:00
parent 719f54bf2e
commit f8f9faaa06
2 changed files with 127 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ dependencies = [
"pydantic (>=2.12.5,<3.0.0)",
"sqlalchemy (>=2.0.45,<3.0.0)",
"fastapi (>=0.124.0,<0.125.0)",
"Pillow (>=11.0.0,<12.0.0)",
]