Skip to content

Commit 34aff59

Browse files
Parent image update (#313)
* new parent image * Httpcore --------- Co-authored-by: JWittmeyer <[email protected]>
1 parent 06684b8 commit 34aff59

File tree

5 files changed

+30
-24
lines changed

5 files changed

+30
-24
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.20.1-common
1+
FROM kernai/refinery-parent-images:v1.21.0-common
22

33
WORKDIR /app
44

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.20.1-common
1+
FROM kernai/refinery-parent-images:v1.21.0-common
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ annotated-types==0.7.0
1010
# via
1111
# -r requirements/common-requirements.txt
1212
# pydantic
13-
anyio==4.8.0
13+
anyio==4.9.0
1414
# via
1515
# -r requirements/common-requirements.txt
1616
# httpx
@@ -30,14 +30,14 @@ catalogue==2.0.10
3030
# spacy
3131
# srsly
3232
# thinc
33-
certifi==2025.1.31
33+
certifi==2025.6.15
3434
# via
3535
# -r requirements/common-requirements.txt
3636
# httpcore
3737
# httpx
3838
# minio
3939
# requests
40-
charset-normalizer==3.4.1
40+
charset-normalizer==3.4.2
4141
# via
4242
# -r requirements/common-requirements.txt
4343
# requests
@@ -63,20 +63,22 @@ docker==5.0.0
6363
# via -r requirements/requirements.in
6464
et-xmlfile==1.1.0
6565
# via openpyxl
66-
exceptiongroup==1.2.2
66+
exceptiongroup==1.3.0
6767
# via
6868
# -r requirements/common-requirements.txt
6969
# anyio
7070
fastapi==0.115.2
7171
# via -r requirements/common-requirements.txt
72-
h11==0.14.0
72+
h11==0.16.0
7373
# via
7474
# -r requirements/common-requirements.txt
7575
# httpcore
7676
# uvicorn
77-
httpcore==1.0.7
78-
# via httpx
79-
httpx==0.27.2
77+
httpcore==1.0.9
78+
# via
79+
# -r requirements/requirements.in
80+
# httpx
81+
httpx==0.28.1
8082
# via
8183
# -r requirements/requirements.in
8284
# openai
@@ -161,7 +163,7 @@ python-dateutil==2.9.0.post0
161163
# -r requirements/common-requirements.txt
162164
# botocore
163165
# pandas
164-
pytz==2025.1
166+
pytz==2025.2
165167
# via
166168
# -r requirements/common-requirements.txt
167169
# pandas
@@ -187,7 +189,6 @@ sniffio==1.3.1
187189
# via
188190
# -r requirements/common-requirements.txt
189191
# anyio
190-
# httpx
191192
# openai
192193
spacy[ja]==3.7.5
193194
# via -r requirements/requirements.in
@@ -225,23 +226,25 @@ typer==0.4.2
225226
# via
226227
# spacy
227228
# weasel
228-
typing-extensions==4.12.2
229+
typing-extensions==4.14.0
229230
# via
230231
# -r requirements/common-requirements.txt
231232
# anyio
232233
# cloudpathlib
234+
# exceptiongroup
233235
# fastapi
234236
# openai
235237
# pydantic
236238
# pydantic-core
237239
# starlette
240+
# uvicorn
238241
urllib3==1.26.20
239242
# via
240243
# -r requirements/common-requirements.txt
241244
# botocore
242245
# minio
243246
# requests
244-
uvicorn==0.22.0
247+
uvicorn==0.35.0
245248
# via -r requirements/common-requirements.txt
246249
wasabi==0.10.1
247250
# via

requirements/common-requirements.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
anyio==4.8.0
9+
anyio==4.9.0
1010
# via starlette
1111
boto3==1.25.0
1212
# via -r common-requirements.in
1313
botocore==1.28.5
1414
# via
1515
# boto3
1616
# s3transfer
17-
certifi==2025.1.31
17+
certifi==2025.6.15
1818
# via
1919
# minio
2020
# requests
21-
charset-normalizer==3.4.1
21+
charset-normalizer==3.4.2
2222
# via requests
2323
click==8.1.8
2424
# via uvicorn
25-
exceptiongroup==1.2.2
25+
exceptiongroup==1.3.0
2626
# via anyio
2727
fastapi==0.115.2
2828
# via -r mini-requirements.in
29-
h11==0.14.0
29+
h11==0.16.0
3030
# via uvicorn
3131
idna==3.10
3232
# via
@@ -56,7 +56,7 @@ python-dateutil==2.9.0.post0
5656
# via
5757
# botocore
5858
# pandas
59-
pytz==2025.1
59+
pytz==2025.2
6060
# via pandas
6161
requests==2.31.0
6262
# via -r mini-requirements.in
@@ -70,17 +70,19 @@ sqlalchemy==1.4.42
7070
# via -r common-requirements.in
7171
starlette==0.40.0
7272
# via fastapi
73-
typing-extensions==4.12.2
73+
typing-extensions==4.14.0
7474
# via
7575
# anyio
76+
# exceptiongroup
7677
# fastapi
7778
# pydantic
7879
# pydantic-core
7980
# starlette
81+
# uvicorn
8082
urllib3==1.26.20
8183
# via
8284
# botocore
8385
# minio
8486
# requests
85-
uvicorn==0.22.0
87+
uvicorn==0.35.0
8688
# via -r mini-requirements.in

requirements/requirements.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ spacy[ja]==3.7.5
1010
pyminizip==0.2.6
1111
rncryptor==3.3.0
1212
pydantic==2.7.4
13-
httpx==0.27.2
14-
openai==1.31.0
13+
httpx==0.28.1
14+
openai==1.31.0
15+
httpcore==1.0.9

0 commit comments

Comments
 (0)