Skip to content

Commit d466c2c

Browse files
[BUZZOK-27707] [BUZZOK-27708] [BUZZOK-27709] [BUZZOK-27710] [BUZZOK-27711] [BUZZOK-27712] [BUZZOK-27713] Fix CVEs (#1666)
* Update requirements * Reconcile dependencies, updated IDs, tags --------- Co-authored-by: svc-harness-git2 <[email protected]>
1 parent 4fe44ec commit d466c2c

File tree

3 files changed

+25
-30
lines changed

3 files changed

+25
-30
lines changed

public_dropin_environments/python311_genai_agents/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create GenAI-powered agents using CrewAI, LangGraph, or Llama-Index. Similar to other drop-in environments, you can either include a .pth artifact or any other code needed to deserialize your model, and optionally a custom.py file. You can also use this environment in codespaces.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68c41d6031714f1240b5694c",
7+
"environmentVersionId": "68d25b5e0e1e2511e4380df6",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -15,8 +15,8 @@
1515
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python311_genai_agents",
1616
"imageRepository": "env-python-genai-agents",
1717
"tags": [
18-
"v11.2.0-68c41d6031714f1240b5694c",
19-
"68c41d6031714f1240b5694c",
18+
"v11.2.0-68d25b5e0e1e2511e4380df6",
19+
"68d25b5e0e1e2511e4380df6",
2020
"v11.2.0-latest"
2121
]
2222
}

public_dropin_environments/python311_genai_agents/requirements.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ uwsgi
1515
flask>=3.1.1
1616
requests>=2.32.4
1717
protobuf>=5.29.5,<6.0.0
18-
starlette>=0.40.0
18+
starlette>=0.47.2
1919
pillow>=11.3.0
2020
urllib3>=2.5.0
21+
uv>=0.8.6
22+
aiohttp>=3.12.14
23+
h2>=4.3.0
24+
pypdf>=6.0.0
2125

2226
# GenAI Environment
2327
click>=8.1.8

public_dropin_environments/python311_genai_agents/requirements.txt

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ aioboto3==15.1.0
1010
aiobotocore[boto3]==2.24.0
1111
aiofiles==24.1.0
1212
aiohappyeyeballs==2.6.1
13-
aiohttp==3.11.18
13+
aiohttp==3.12.15
1414
aioitertools==0.12.0
15-
aiosignal==1.3.2
15+
aiosignal==1.4.0
1616
aiosqlite==0.21.0
17-
alembic==1.15.2
1817
annotated-types==0.7.0
1918
annoy==1.17.3
2019
anthropic==0.66.0
@@ -52,8 +51,8 @@ cohere==5.17.0
5251
colorama==0.4.6
5352
coloredlogs==15.0.1
5453
comm==0.2.2
55-
crewai==0.177.0
56-
crewai-tools==0.69.0
54+
crewai==0.193.2
55+
crewai-tools==0.73.1
5756
cryptography==44.0.3
5857
dataclasses-json==0.6.7
5958
datarobot[auth]==3.8.2
@@ -78,13 +77,12 @@ docstring-parser==0.16
7877
dotenv==0.9.9
7978
durationpy==0.9
8079
ecs-logging==2.2.0
81-
embedchain==0.1.128
8280
et-xmlfile==2.0.0
8381
eval-type-backport==0.2.2
8482
exceptiongroup==1.3.0
8583
execnet==2.1.1
8684
executing==2.2.0
87-
fastapi==0.115.12
85+
fastapi==0.117.1
8886
fastavro==1.10.0
8987
fastembed==0.6.0
9088
fastjsonschema==2.21.1
@@ -108,20 +106,19 @@ google-crc32c==1.7.1
108106
google-genai==1.36.0
109107
google-resumable-media==2.7.2
110108
googleapis-common-protos[grpc]==1.70.0
111-
gptcache==0.1.44
112109
greenlet==3.2.2
113110
griffe==1.7.3
114111
groq==0.31.1
115112
grpc-google-iam-v1==0.14.2
116113
grpcio==1.71.0
117114
grpcio-status==1.71.0
118115
h11==0.16.0
119-
h2==4.2.0
116+
h2==4.3.0
120117
hf-xet==1.1.9
121118
hpack==4.1.0
122119
httpcore==1.0.9
123120
httptools==0.6.4
124-
httpx[http2]==0.28.1
121+
httpx==0.28.1
125122
httpx-sse==0.4.0
126123
huggingface-hub[inference]==0.34.4
127124
humanfriendly==10.0
@@ -162,10 +159,8 @@ jupyterlab-pygments==0.3.0
162159
kubernetes==32.0.1
163160
lancedb==0.22.0
164161
langchain==0.3.27
165-
langchain-cohere==0.3.5
166-
langchain-community==0.3.29
167-
langchain-core==0.3.75
168-
langchain-experimental==0.3.4
162+
langchain-community==0.3.27
163+
langchain-core==0.3.76
169164
langchain-mcp-adapters==0.1.9
170165
langchain-nvidia-ai-endpoints==0.3.10
171166
langchain-openai==0.2.14
@@ -200,14 +195,13 @@ llama-parse==0.6.12
200195
logfire[httpx]==4.6.0
201196
logfire-api==4.6.0
202197
loguru==0.7.3
203-
mako==1.3.10
198+
lxml==6.0.2
204199
markdown-it-py==3.0.0
205200
markupsafe==3.0.2
206201
marshmallow==3.26.1
207202
matplotlib-inline==0.1.7
208203
mcp==1.14.0
209204
mdurl==0.1.2
210-
mem0ai==0.1.98
211205
memory-profiler==0.61.0
212206
mistralai==1.9.10
213207
mistune==3.1.3
@@ -227,7 +221,6 @@ nest-asyncio==1.6.0
227221
networkx==3.4.2
228222
nexus-rpc==1.1.0
229223
nltk==3.9.1
230-
nodeenv==1.9.1
231224
numpy==2.2.5
232225
oauthlib==3.2.2
233226
ollama==0.5.1
@@ -318,24 +311,23 @@ pydantic-ai-slim[ag-ui,anthropic,bedrock,cli,cohere,evals,google,groq,huggingfac
318311
pydantic-core==2.33.2
319312
pydantic-evals==1.0.5
320313
pydantic-graph==1.0.5
321-
pydantic-settings==2.10.1
314+
pydantic-settings==2.9.1
322315
pyee==13.0.0
323316
pyfiglet==1.0.3
324317
pygments==2.19.1
325318
pyjwt[crypto]==2.10.1
326-
pypdf==5.4.0
319+
pypdf==6.1.0
327320
pypdfium2==4.30.1
328321
pyperclip==1.9.0
329322
pypika==0.48.9
330323
pyproject-hooks==1.2.0
331-
pyright==1.1.400
332-
pysbd==0.3.4
333324
pytest==8.4.0
334325
pytest-asyncio==1.0.0
335326
pytest-repeat==0.9.4
336327
pytest-rerunfailures==12.0
337328
pytest-xdist==3.7.0
338329
python-dateutil==2.9.0.post0
330+
python-docx==1.2.0
339331
python-dotenv==1.1.0
340332
python-json-logger==3.3.0
341333
python-multipart==0.0.20
@@ -344,11 +336,10 @@ pytz==2024.2
344336
pyvis==0.3.2
345337
pyyaml==6.0.2
346338
pyzmq==26.4.0
347-
qdrant-client==1.14.2
348339
ragas @ git+https://github.com/explodinggradients/ragas@5d59549ad5ef511f621502c563bc55ac5aeb9188#subdirectory=ragas
349340
referencing==0.36.2
350341
regex==2024.11.6
351-
requests==2.32.5
342+
requests==2.32.4
352343
requests-oauthlib==2.0.0
353344
requests-toolbelt==1.0.0
354345
rfc3339-validator==0.1.4
@@ -359,7 +350,6 @@ rpds-py==0.24.0
359350
rsa==4.9.1
360351
ruamel-yaml==0.17.4
361352
s3transfer==0.13.1
362-
schema==0.7.7
363353
scipy==1.15.3
364354
send2trash==1.8.3
365355
sentry-sdk==2.29.1
@@ -373,7 +363,7 @@ sqlalchemy[asyncio]==2.0.40
373363
sse-starlette==2.4.1
374364
stack-data==0.6.3
375365
stagehand==0.5.0
376-
starlette==0.46.2
366+
starlette==0.48.0
377367
strenum==0.4.15
378368
strictyaml==1.4.2
379369
striprtf==0.0.26
@@ -404,7 +394,7 @@ typing-inspection==0.4.0
404394
tzdata==2025.2
405395
uri-template==1.3.0
406396
urllib3==2.5.0
407-
uv==0.7.3
397+
uv==0.8.19
408398
uvicorn[standard]==0.35.0
409399
uvloop==0.21.0
410400
uwsgi==2.0.29
@@ -420,6 +410,7 @@ wheel==0.45.1
420410
wrapt==1.17.2
421411
xxhash==3.5.0
422412
yarl==1.20.0
413+
youtube-transcript-api==1.2.2
423414
zipp==3.21.0
424415
zstandard==0.23.0
425416

0 commit comments

Comments
 (0)