File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ permissions:
1212jobs :
1313 release :
1414 runs-on : ubuntu-latest
15+
1516 steps :
1617 - name : Checkout
1718 uses : actions/checkout@v5
Original file line number Diff line number Diff 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 ]
3030dev = [
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]
You can’t perform that action at this time.
0 commit comments