Skip to content

Commit 9f2c5aa

Browse files
authored
Update to version 0.6.4 (#6784)
1 parent af85eb2 commit 9f2c5aa

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.github/ISSUE_TEMPLATE/1-bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ body:
9090
multiple: false
9191
options:
9292
- "Python dev (main branch)"
93-
- "Python 0.6.3"
93+
- "Python 0.6.4"
9494
- "Python 0.6.2"
9595
- "Python 0.6.1"
9696
- "Python 0.6.0"

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
poe-dir: ".",
4040
},
4141
{
42-
ref: "python-v0.6.3",
42+
ref: "python-v0.6.4",
4343
dest-dir: stable,
4444
uv-version: "0.7.13",
4545
sphinx-release-override: "stable",
@@ -179,8 +179,8 @@ jobs:
179179
poe-dir: "./packages/autogen-core",
180180
},
181181
{
182-
ref: "python-v0.6.3",
183-
dest-dir: "0.6.3",
182+
ref: "python-v0.6.4",
183+
dest-dir: "0.6.4",
184184
uv-version: "0.7.13",
185185
sphinx-release-override: "",
186186
poe-dir: ".",

docs/switcher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "/autogen/dev/"
66
},
77
{
8-
"name": "0.6.3 (stable)",
8+
"name": "0.6.4 (stable)",
99
"version": "stable",
1010
"url": "/autogen/stable/",
1111
"preferred": true

python/packages/autogen-agentchat/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "autogen-agentchat"
7-
version = "0.6.3"
7+
version = "0.6.4"
88
license = {file = "LICENSE-CODE"}
99
description = "AutoGen agents and teams library"
1010
readme = "README.md"
@@ -15,7 +15,7 @@ classifiers = [
1515
"Operating System :: OS Independent",
1616
]
1717
dependencies = [
18-
"autogen-core==0.6.3",
18+
"autogen-core==0.6.4",
1919
]
2020

2121
[tool.ruff]

python/packages/autogen-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "autogen-core"
7-
version = "0.6.3"
7+
version = "0.6.4"
88
license = {file = "LICENSE-CODE"}
99
description = "Foundational interfaces and agent runtime implementation for AutoGen"
1010
readme = "README.md"

python/packages/autogen-ext/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "autogen-ext"
7-
version = "0.6.3"
7+
version = "0.6.4"
88
license = {file = "LICENSE-CODE"}
99
description = "AutoGen extensions library"
1010
readme = "README.md"
@@ -15,7 +15,7 @@ classifiers = [
1515
"Operating System :: OS Independent",
1616
]
1717
dependencies = [
18-
"autogen-core==0.6.3",
18+
"autogen-core==0.6.4",
1919
]
2020

2121
[project.optional-dependencies]
@@ -32,7 +32,7 @@ docker = ["docker~=7.0", "asyncio_atexit>=1.0.1"]
3232
ollama = ["ollama>=0.4.7", "tiktoken>=0.8.0"]
3333
openai = ["openai>=1.66.5", "tiktoken>=0.8.0", "aiofiles"]
3434
file-surfer = [
35-
"autogen-agentchat==0.6.3",
35+
"autogen-agentchat==0.6.4",
3636
"magika>=0.6.1rc2",
3737
"markitdown[all]~=0.1.0a3",
3838
]
@@ -50,21 +50,21 @@ mem0-local = [
5050
"chromadb>=1.0.0"
5151
]
5252
web-surfer = [
53-
"autogen-agentchat==0.6.3",
53+
"autogen-agentchat==0.6.4",
5454
"playwright>=1.48.0",
5555
"pillow>=11.0.0",
5656
"magika>=0.6.1rc2",
5757
"markitdown[all]~=0.1.0a3",
5858
]
5959
magentic-one = [
60-
"autogen-agentchat==0.6.3",
60+
"autogen-agentchat==0.6.4",
6161
"magika>=0.6.1rc2",
6262
"markitdown[all]~=0.1.0a3",
6363
"playwright>=1.48.0",
6464
"pillow>=11.0.0",
6565
]
6666
video-surfer = [
67-
"autogen-agentchat==0.6.3",
67+
"autogen-agentchat==0.6.4",
6868
"opencv-python>=4.5",
6969
"ffmpeg-python",
7070
"openai-whisper",

python/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)