Update version and dependencies in pyproject.toml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "MaiBot"
|
name = "MaiBot"
|
||||||
version = "0.11.0"
|
version = "0.11.6"
|
||||||
description = "MaiCore 是一个基于大语言模型的可交互智能体"
|
description = "MaiCore 是一个基于大语言模型的可交互智能体"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
@@ -14,6 +14,7 @@ dependencies = [
|
|||||||
"json-repair>=0.47.6",
|
"json-repair>=0.47.6",
|
||||||
"maim-message",
|
"maim-message",
|
||||||
"matplotlib>=3.10.3",
|
"matplotlib>=3.10.3",
|
||||||
|
"msgpack>=1.1.2",
|
||||||
"numpy>=2.2.6",
|
"numpy>=2.2.6",
|
||||||
"openai>=1.95.0",
|
"openai>=1.95.0",
|
||||||
"pandas>=2.3.1",
|
"pandas>=2.3.1",
|
||||||
@@ -23,6 +24,7 @@ dependencies = [
|
|||||||
"pydantic>=2.11.7",
|
"pydantic>=2.11.7",
|
||||||
"pypinyin>=0.54.0",
|
"pypinyin>=0.54.0",
|
||||||
"python-dotenv>=1.1.1",
|
"python-dotenv>=1.1.1",
|
||||||
|
"python-multipart>=0.0.20",
|
||||||
"quick-algo>=0.1.3",
|
"quick-algo>=0.1.3",
|
||||||
"rich>=14.0.0",
|
"rich>=14.0.0",
|
||||||
"ruff>=0.12.2",
|
"ruff>=0.12.2",
|
||||||
@@ -32,6 +34,7 @@ dependencies = [
|
|||||||
"tomlkit>=0.13.3",
|
"tomlkit>=0.13.3",
|
||||||
"urllib3>=2.5.0",
|
"urllib3>=2.5.0",
|
||||||
"uvicorn>=0.35.0",
|
"uvicorn>=0.35.0",
|
||||||
|
"zstandard>=0.25.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user