Skip to content
Merged
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
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.10.20260302.1@sha256:139c488a2b47155ccb61262cfe299509793a8edad74572473e14960630f1559a AS base
FROM public.ecr.aws/amazonlinux/amazonlinux:2023.11.20260406.2@sha256:78683b373d27fb2ea73835ee5286f69a941be7508214213dd041334d2513cffa AS base
ARG TARGETARCH

# ============================================================================
Expand Down
12 changes: 6 additions & 6 deletions docker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ classifiers = [
]
requires-python = ">=3.11"
dependencies = [
"fastapi==0.135.2",
"uvicorn[standard]==0.42.0",
"gunicorn==25.2.0",
"boto3==1.42.76",
"fastapi==0.135.3",
"uvicorn[standard]==0.44.0",
"gunicorn==25.3.0",
"boto3==1.42.85",
"dataclasses-json>=0.5.2,<0.6.0",
"python-dotenv==1.2.2",
"structlog==25.5.0",
"requests==2.33.0",
"requests==2.33.1",
"tenacity>=9.1.2",
"benchling-sdk>=1.23.1",
"quilt3>=7.0.0",
Expand All @@ -41,7 +41,7 @@ dependencies = [

[dependency-groups]
dev = [
"pytest==9.0.2",
"pytest==9.0.3",
"pytest-mock==3.15.1",
"pytest-cov==7.1.0",
"pytest-xdist==3.8.0",
Expand Down
54 changes: 27 additions & 27 deletions docker/uv.lock

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

Loading