Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: '24'

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.14'

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: npm run test:ci

- name: Upload TypeScript coverage
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
with:
files: ./coverage/lcov.info
flags: typescript
Expand All @@ -88,12 +88,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.14'

Expand Down Expand Up @@ -168,12 +168,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: '24'
# No registry-url needed for OIDC publishing
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand All @@ -37,7 +37,7 @@ jobs:
echo "Git SHA: $GIT_SHA"

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.14'

Expand Down Expand Up @@ -90,10 +90,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.14'

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# BASE STAGE: Shared base image for both builder and runtime stages
# ============================================================================
ARG TARGETARCH
FROM public.ecr.aws/amazonlinux/amazonlinux:2023.11.20260413.0@sha256:fe4122f41784670c960b28c8a32036d8ca268bb56a002ce1e191271b6ddf3293 AS base
FROM public.ecr.aws/amazonlinux/amazonlinux:2027.0.20260914.0@sha256:dc743e9902480f078ff4099d19e4c9095306b88e4c2e7a3bd06a75b23b33f9af AS base
ARG TARGETARCH

# ============================================================================
Expand Down
6 changes: 3 additions & 3 deletions docker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ requires-python = ">=3.11"
dependencies = [
"fastapi==0.135.3",
"uvicorn[standard]==0.44.0",
"gunicorn==25.3.0",
"gunicorn==26.2.0",
"boto3==1.42.89",
"dataclasses-json>=0.5.2,<0.6.0",
"python-dotenv==1.2.2",
"structlog==25.5.0",
"structlog==26.1.0",
"requests==2.33.1",
"tenacity>=9.1.2",
"benchling-sdk>=1.23.1",
Expand All @@ -48,7 +48,7 @@ dev = [
"httpx==0.28.1",
"black==26.3.1",
"flake8==7.3.0",
"isort==8.0.1",
"isort==9.0.1",
"pyright==1.1.408",
]

Expand Down
63 changes: 47 additions & 16 deletions docker/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading