fix(ci): stabilize and speed up CI (#5145)

This commit is contained in:
chengyongru
2026-07-28 22:55:59 +08:00
committed by GitHub
parent 9070d7489a
commit 393d429e0a
9 changed files with 328 additions and 26 deletions
+4 -2
View File
@@ -27,7 +27,8 @@ dependencies = [
"anthropic>=0.45.0,<1.0.0",
"pydantic>=2.12.0,<3.0.0",
"pydantic-settings>=2.12.0,<3.0.0",
"websockets>=16.0,<17.0",
# Feishu's lark-oapi currently requires websockets<16; core supports 15 and 16.
"websockets>=15.0,<17.0",
"websocket-client>=1.9.0,<2.0.0",
"httpx>=0.28.0,<1.0.0",
"ddgs>=9.5.5,<10.0.0",
@@ -84,13 +85,14 @@ pdf = [
"pypdf>=5.0.0,<6.0.0",
]
olostep = [
"olostep>=0.1.0",
"olostep>=0.1.0; python_version < '3.14'",
]
dev = [
"pytest>=9.0.0,<10.0.0",
"pytest-asyncio>=1.3.0,<2.0.0",
"aiohttp>=3.9.0,<4.0.0",
"pytest-cov>=6.0.0,<7.0.0",
"pytest-xdist>=3.8.0,<4.0.0",
"ruff>=0.1.0",
"pymupdf>=1.25.0",
"pypdf>=5.0.0,<6.0.0",