Skip to content

Commit 9e61282

Browse files
Bump tornado from 6.4.2 to 6.5.1 in /public_dropin_environments/python311_genai_agents (#1478)
* Bump tornado in /public_dropin_environments/python311_genai_agents Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.2 to 6.5.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.4.2...v6.5.1) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Reconcile dependencies, updated IDs, tags --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: svc-harness-git2 <svc-harness-git2@datarobot.com>
1 parent 22bf24e commit 9e61282

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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": "682f9981114ca0124326ec6c",
7+
"environmentVersionId": "6830d3140012af0f96ebdc53",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"useCases": [
@@ -13,8 +13,8 @@
1313
],
1414
"imageRepository": "env-python-genai-agents",
1515
"tags": [
16-
"v11.1.0-682f9981114ca0124326ec6c",
17-
"682f9981114ca0124326ec6c",
16+
"v11.1.0-6830d3140012af0f96ebdc53",
17+
"6830d3140012af0f96ebdc53",
1818
"v11.1.0-latest"
1919
]
2020
}

public_dropin_environments/python311_genai_agents/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ tinycss2==1.4.0
326326
tokenizers==0.20.3
327327
tomli==2.2.1
328328
tomli-w==1.2.0
329-
tornado==6.4.2
329+
tornado==6.5.1
330330
tqdm==4.67.1
331331
traceloop-sdk==0.40.3
332332
trafaret==2.1.1

0 commit comments

Comments
 (0)