Skip to content

Commit f1b0fbd

Browse files
committed
chore: 更新项目依赖版本
1 parent b2184c7 commit f1b0fbd

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"aiofiles>=24.1.0",
1313
"aiosqlite>=0.21.0",
1414
"emoji>=2.14.1",
15-
"fastapi>=0.115.9",
15+
"fastapi>=0.120.3",
1616
"gmssl>=3.2.2",
1717
"httpx[socks]>=0.28.1",
1818
"lxml>=5.3.1",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aiosqlite==0.21.0
66
# via douk-downloader (pyproject.toml)
77
emoji==2.14.1
88
# via douk-downloader (pyproject.toml)
9-
fastapi==0.116.1
9+
fastapi==0.120.3
1010
# via douk-downloader (pyproject.toml)
1111
gmssl==3.2.2
1212
# via douk-downloader (pyproject.toml)

src/link/requester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(
1919
self,
2020
params: "Parameter",
2121
client: "AsyncClient",
22-
headers:dict[str, str],
22+
headers: dict[str, str],
2323
):
2424
self.client = client
2525
self.headers = headers

uv.lock

Lines changed: 17 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)