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
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:2023.11.20260514.0@sha256:d644ae2e12b5fae7826c11c28a6c47d28ebfdb15e4dc7849af3c00317d4d0bc8 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.3",
"uvicorn[standard]==0.44.0",
"fastapi==0.136.1",
"uvicorn[standard]==0.47.0",
"gunicorn==25.3.0",
"boto3==1.42.89",
"boto3==1.43.13",
"dataclasses-json>=0.5.2,<0.6.0",
"python-dotenv==1.2.2",
"structlog==25.5.0",
"requests==2.33.1",
"requests==2.34.2",
"tenacity>=9.1.2",
"benchling-sdk>=1.23.1",
"quilt3>=7.0.0",
Expand All @@ -46,10 +46,10 @@ dev = [
"pytest-cov==7.1.0",
"pytest-xdist==3.8.0",
"httpx==0.28.1",
"black==26.3.1",
"black==26.5.1",
"flake8==7.3.0",
"isort==8.0.1",
"pyright==1.1.408",
"pyright==1.1.409",
]

[project.urls]
Expand Down
Loading