feat(network): migrate async HTTP client to HTTPX2 (#6394)

This commit is contained in:
InfinityPacer
2026-08-22 16:48:23 +08:00
committed by GitHub
parent dfc047b880
commit d131f8d571
9 changed files with 198 additions and 65 deletions
+1
View File
@@ -33,6 +33,7 @@ dependencies = [
"fastapi~=0.141.1",
"google-genai~=2.8.0",
"httpx[http2,socks]~=0.28.1",
"httpx2[http2,socks]~=2.12.0",
"jieba-next~=1.0.0rc1",
"jinja2~=3.1.6",
"langchain~=1.3.15",