Skip to content

Commit e6679cf

Browse files
new parent image (#58)
1 parent 59d7038 commit e6679cf

File tree

4 files changed

+18
-81
lines changed

4 files changed

+18
-81
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.16.0-common
1+
FROM kernai/refinery-parent-images:v1.17.0-common
22

33
WORKDIR /program
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.16.0-common
1+
FROM kernai/refinery-parent-images:v1.17.0-common
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt requirements/requirements.in
66
#
7-
anyio==4.3.0
7+
anyio==4.4.0
88
# via
99
# -r requirements/common-requirements.txt
1010
# starlette
@@ -22,7 +22,7 @@ catalogue==2.0.8
2222
# spacy
2323
# srsly
2424
# thinc
25-
certifi==2024.2.2
25+
certifi==2024.6.2
2626
# via
2727
# -r requirements/common-requirements.txt
2828
# minio
@@ -43,16 +43,12 @@ cymem==2.0.7
4343
# preshed
4444
# spacy
4545
# thinc
46-
exceptiongroup==1.2.0
46+
exceptiongroup==1.2.1
4747
# via
4848
# -r requirements/common-requirements.txt
4949
# anyio
50-
fastapi==0.110.0
50+
fastapi==0.110.3
5151
# via -r requirements/common-requirements.txt
52-
greenlet==3.0.3
53-
# via
54-
# -r requirements/common-requirements.txt
55-
# sqlalchemy
5652
h11==0.14.0
5753
# via
5854
# -r requirements/common-requirements.txt
@@ -99,7 +95,7 @@ preshed==3.0.8
9995
# thinc
10096
psycopg2-binary==2.9.9
10197
# via -r requirements/common-requirements.txt
102-
pydantic==1.10.8
98+
pydantic==1.10.13
10399
# via
104100
# -r requirements/common-requirements.txt
105101
# confection
@@ -117,7 +113,7 @@ pytz==2024.1
117113
# via
118114
# -r requirements/common-requirements.txt
119115
# pandas
120-
requests==2.31.0
116+
requests==2.32.0
121117
# via
122118
# -r requirements/common-requirements.txt
123119
# spacy
@@ -148,7 +144,7 @@ srsly==2.4.5
148144
# confection
149145
# spacy
150146
# thinc
151-
starlette==0.36.3
147+
starlette==0.37.2
152148
# via
153149
# -r requirements/common-requirements.txt
154150
# fastapi
@@ -160,12 +156,13 @@ typer==0.4.2
160156
# via
161157
# pathy
162158
# spacy
163-
typing-extensions==4.11.0
159+
typing-extensions==4.12.1
164160
# via
165161
# -r requirements/common-requirements.txt
166162
# anyio
167163
# fastapi
168164
# pydantic
165+
# starlette
169166
urllib3==1.26.18
170167
# via
171168
# -r requirements/common-requirements.txt

requirements/common-requirements.txt

Lines changed: 6 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
# pip-compile common-requirements.in
66
#
77
anyio==4.4.0
8-
# via
9-
# httpx
10-
# starlette
11-
# watchfiles
8+
# via starlette
129
boto3==1.25.0
1310
# via -r common-requirements.in
1411
botocore==1.28.5
@@ -17,62 +14,32 @@ botocore==1.28.5
1714
# s3transfer
1815
certifi==2024.6.2
1916
# via
20-
# httpcore
21-
# httpx
2217
# minio
2318
# requests
2419
charset-normalizer==3.3.2
2520
# via requests
2621
click==8.1.7
27-
# via
28-
# typer
29-
# uvicorn
30-
dnspython==2.6.1
31-
# via email-validator
32-
email-validator==2.1.1
33-
# via fastapi
22+
# via uvicorn
3423
exceptiongroup==1.2.1
3524
# via anyio
36-
fastapi==0.111.0
25+
fastapi==0.110.3
3726
# via -r mini-requirements.in
38-
fastapi-cli==0.0.4
39-
# via fastapi
4027
h11==0.14.0
41-
# via
42-
# httpcore
43-
# uvicorn
44-
httpcore==1.0.5
45-
# via httpx
46-
httptools==0.6.1
4728
# via uvicorn
48-
httpx==0.27.0
49-
# via fastapi
5029
idna==3.7
5130
# via
5231
# anyio
53-
# email-validator
54-
# httpx
5532
# requests
56-
jinja2==3.1.4
57-
# via fastapi
5833
jmespath==1.0.1
5934
# via
6035
# boto3
6136
# botocore
62-
markdown-it-py==3.0.0
63-
# via rich
64-
markupsafe==2.1.5
65-
# via jinja2
66-
mdurl==0.1.2
67-
# via markdown-it-py
6837
minio==7.1.12
6938
# via -r common-requirements.in
7039
numpy==1.23.4
7140
# via
7241
# -r common-requirements.in
7342
# pandas
74-
orjson==3.10.3
75-
# via fastapi
7643
pandas==1.5.1
7744
# via -r common-requirements.in
7845
psycopg2-binary==2.9.9
@@ -81,61 +48,34 @@ pydantic==1.10.13
8148
# via
8249
# -r mini-requirements.in
8350
# fastapi
84-
pygments==2.18.0
85-
# via rich
8651
python-dateutil==2.9.0.post0
8752
# via
8853
# botocore
8954
# pandas
90-
python-dotenv==1.0.1
91-
# via uvicorn
92-
python-multipart==0.0.9
93-
# via fastapi
9455
pytz==2024.1
9556
# via pandas
96-
pyyaml==6.0.1
97-
# via uvicorn
9857
requests==2.32.0
9958
# via -r mini-requirements.in
100-
rich==13.7.1
101-
# via typer
10259
s3transfer==0.6.2
10360
# via boto3
104-
shellingham==1.5.4
105-
# via typer
10661
six==1.16.0
10762
# via python-dateutil
10863
sniffio==1.3.1
109-
# via
110-
# anyio
111-
# httpx
64+
# via anyio
11265
sqlalchemy==1.4.42
11366
# via -r common-requirements.in
11467
starlette==0.37.2
11568
# via fastapi
116-
typer==0.12.3
117-
# via fastapi-cli
11869
typing-extensions==4.12.1
11970
# via
12071
# anyio
12172
# fastapi
12273
# pydantic
12374
# starlette
124-
# typer
125-
ujson==5.10.0
126-
# via fastapi
12775
urllib3==1.26.18
12876
# via
12977
# botocore
13078
# minio
13179
# requests
132-
uvicorn[standard]==0.22.0
133-
# via
134-
# -r mini-requirements.in
135-
# fastapi
136-
uvloop==0.19.0
137-
# via uvicorn
138-
watchfiles==0.22.0
139-
# via uvicorn
140-
websockets==12.0
141-
# via uvicorn
80+
uvicorn==0.22.0
81+
# via -r mini-requirements.in

0 commit comments

Comments
 (0)