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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernai/refinery-parent-images:v1.20.1-common
FROM kernai/refinery-parent-images:v1.21.0-common

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernai/refinery-parent-images:v1.20.1-common
FROM kernai/refinery-parent-images:v1.21.0-common

WORKDIR /app

Expand Down
27 changes: 15 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ annotated-types==0.7.0
# via
# -r requirements/common-requirements.txt
# pydantic
anyio==4.8.0
anyio==4.9.0
# via
# -r requirements/common-requirements.txt
# httpx
Expand All @@ -30,14 +30,14 @@ catalogue==2.0.10
# spacy
# srsly
# thinc
certifi==2025.1.31
certifi==2025.6.15
# via
# -r requirements/common-requirements.txt
# httpcore
# httpx
# minio
# requests
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via
# -r requirements/common-requirements.txt
# requests
Expand All @@ -63,20 +63,22 @@ docker==5.0.0
# via -r requirements/requirements.in
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.2
exceptiongroup==1.3.0
# via
# -r requirements/common-requirements.txt
# anyio
fastapi==0.115.2
# via -r requirements/common-requirements.txt
h11==0.14.0
h11==0.16.0
# via
# -r requirements/common-requirements.txt
# httpcore
# uvicorn
httpcore==1.0.7
# via httpx
httpx==0.27.2
httpcore==1.0.9
# via
# -r requirements/requirements.in
# httpx
httpx==0.28.1
# via
# -r requirements/requirements.in
# openai
Expand Down Expand Up @@ -161,7 +163,7 @@ python-dateutil==2.9.0.post0
# -r requirements/common-requirements.txt
# botocore
# pandas
pytz==2025.1
pytz==2025.2
# via
# -r requirements/common-requirements.txt
# pandas
Expand All @@ -187,7 +189,6 @@ sniffio==1.3.1
# via
# -r requirements/common-requirements.txt
# anyio
# httpx
# openai
spacy[ja]==3.7.5
# via -r requirements/requirements.in
Expand Down Expand Up @@ -225,23 +226,25 @@ typer==0.4.2
# via
# spacy
# weasel
typing-extensions==4.12.2
typing-extensions==4.14.0
# via
# -r requirements/common-requirements.txt
# anyio
# cloudpathlib
# exceptiongroup
# fastapi
# openai
# pydantic
# pydantic-core
# starlette
# uvicorn
urllib3==1.26.20
# via
# -r requirements/common-requirements.txt
# botocore
# minio
# requests
uvicorn==0.22.0
uvicorn==0.35.0
# via -r requirements/common-requirements.txt
wasabi==0.10.1
# via
Expand Down
18 changes: 10 additions & 8 deletions requirements/common-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
#
annotated-types==0.7.0
# via pydantic
anyio==4.8.0
anyio==4.9.0
# via starlette
boto3==1.25.0
# via -r common-requirements.in
botocore==1.28.5
# via
# boto3
# s3transfer
certifi==2025.1.31
certifi==2025.6.15
# via
# minio
# requests
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
click==8.1.8
# via uvicorn
exceptiongroup==1.2.2
exceptiongroup==1.3.0
# via anyio
fastapi==0.115.2
# via -r mini-requirements.in
h11==0.14.0
h11==0.16.0
# via uvicorn
idna==3.10
# via
Expand Down Expand Up @@ -56,7 +56,7 @@ python-dateutil==2.9.0.post0
# via
# botocore
# pandas
pytz==2025.1
pytz==2025.2
# via pandas
requests==2.31.0
# via -r mini-requirements.in
Expand All @@ -70,17 +70,19 @@ sqlalchemy==1.4.42
# via -r common-requirements.in
starlette==0.40.0
# via fastapi
typing-extensions==4.12.2
typing-extensions==4.14.0
# via
# anyio
# exceptiongroup
# fastapi
# pydantic
# pydantic-core
# starlette
# uvicorn
urllib3==1.26.20
# via
# botocore
# minio
# requests
uvicorn==0.22.0
uvicorn==0.35.0
# via -r mini-requirements.in
5 changes: 3 additions & 2 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ spacy[ja]==3.7.5
pyminizip==0.2.6
rncryptor==3.3.0
pydantic==2.7.4
httpx==0.27.2
openai==1.31.0
httpx==0.28.1
openai==1.31.0
httpcore==1.0.9