Skip to content

Commit 4a7782f

Browse files
authored
Merge pull request #211 from NCTUCSUnion/dev
Dev
2 parents be8d0d9 + e8f50f9 commit 4a7782f

6 files changed

Lines changed: 362 additions & 385 deletions

File tree

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Parse type from issue body and apply labels
16-
uses: actions/github-script@v8
16+
uses: actions/github-script@v9
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
script: |

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212
jobs:
1313
release:
1414
runs-on: ubuntu-latest
15+
1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@v5

backend/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@ dependencies = [
99
"arq>=0.25.0",
1010
"asyncpg>=0.30.0",
1111
"bcrypt>=4.3.0",
12-
"fastapi[standard]>=0.115.12",
13-
"google-genai>=1.45.0",
14-
"greenlet>=3.2.3",
12+
"fastapi[standard]>=0.135.3",
13+
"google-genai>=1.73.0",
14+
"greenlet>=3.4.0",
1515
"httpx>=0.28.1",
1616
"itsdangerous>=2.2.0",
1717
"minio>=7.2.15",
1818
"passlib>=1.7.4",
1919
"psycopg2-binary>=2.9.10",
2020
"pydantic-settings>=2.9.1",
2121
"python-jose[cryptography]>=3.5.0",
22-
"python-multipart>=0.0.20",
22+
"python-multipart>=0.0.26",
2323
"pyyaml>=6.0.2",
24-
"redis[hiredis]>=5.3.1",
24+
"redis[hiredis]>=7.4.0",
2525
"sqlmodel>=0.0.24",
26-
"uvicorn[standard]>=0.34.3",
26+
"uvicorn[standard]>=0.44.0",
2727
]
2828

2929
[dependency-groups]
3030
dev = [
3131
"httpx>=0.28.1",
32-
"pytest>=8.4.2",
32+
"pytest>=9.0.3",
3333
"pytest-asyncio>=1.2.0",
3434
"pytest-cov>=7.0.0",
35-
"ruff>=0.14.2",
35+
"ruff>=0.15.10",
3636
]

0 commit comments

Comments
 (0)