等风来 commited on
Commit
6580a93
·
1 Parent(s): 0a1b571

固定httpx版本解决兼容问题

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -8,7 +8,7 @@ authors = [{ name = "mixmoe", email = "[email protected]" }]
8
  requires-python = ">=3.9,<4.0"
9
  dependencies = [
10
  "fastapi>=0.110.2",
11
- "httpx[http2]>=0.27.0",
12
  "uvicorn[standard]>=0.29.0",
13
  "confuse>=2.0.1",
14
  "loguru>=0.7.2",
 
8
  requires-python = ">=3.9,<4.0"
9
  dependencies = [
10
  "fastapi>=0.110.2",
11
+ "httpx[http2]<0.28.0",
12
  "uvicorn[standard]>=0.29.0",
13
  "confuse>=2.0.1",
14
  "loguru>=0.7.2",