Skip to content

Commit 5b48b59

Browse files
authored
fix: update build workflow configuration
Updates build workflow configuration and other improvements
2 parents 5359d1a + 234a158 commit 5b48b59

36 files changed

+765
-4595
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.12'
27+
python-version: '3.13'
2828

2929
- name: Install uv
3030
uses: astral-sh/setup-uv@v4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use Python slim image as the base
2-
FROM python:3.12-slim
2+
FROM python:3.13-slim
33

44
# Install uv
55
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/

app/admin/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from app.admin.agent_generator_api import router as agent_generator_router
21
from app.admin.api import admin_router, admin_router_readonly
32
from app.admin.credit import credit_router, credit_router_readonly
43
from app.admin.health import health_router

0 commit comments

Comments
 (0)