Skip to content

Commit 16e1943

Browse files
authored
Update version to 0.6.0 (#6624)
1 parent 76f0a97 commit 16e1943

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

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.5.7"
7+
version = "0.6.0"
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.5.7",
18+
"autogen-core==0.6.0",
1919
]
2020

2121
[tool.ruff]

python/packages/autogen-core/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-core"
7-
version = "0.5.7"
7+
version = "0.6.0"
88
license = {file = "LICENSE-CODE"}
99
description = "Foundational interfaces and agent runtime implementation for AutoGen"
1010
readme = "README.md"
@@ -69,7 +69,7 @@ dev = [
6969
"pygments",
7070
"sphinxext-rediraffe",
7171

72-
"autogen_ext==0.5.7",
72+
"autogen_ext==0.6.0",
7373

7474
# Documentation tooling
7575
"diskcache",

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.5.7"
7+
version = "0.6.0"
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.5.7",
18+
"autogen-core==0.6.0",
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.5.7",
35+
"autogen-agentchat==0.6.0",
3636
"magika>=0.6.1rc2",
3737
"markitdown[all]~=0.1.0a3",
3838
]
@@ -44,21 +44,21 @@ llama-cpp = [
4444
graphrag = ["graphrag>=1.0.1"]
4545
chromadb = ["chromadb>=1.0.0"]
4646
web-surfer = [
47-
"autogen-agentchat==0.5.7",
47+
"autogen-agentchat==0.6.0",
4848
"playwright>=1.48.0",
4949
"pillow>=11.0.0",
5050
"magika>=0.6.1rc2",
5151
"markitdown[all]~=0.1.0a3",
5252
]
5353
magentic-one = [
54-
"autogen-agentchat==0.5.7",
54+
"autogen-agentchat==0.6.0",
5555
"magika>=0.6.1rc2",
5656
"markitdown[all]~=0.1.0a3",
5757
"playwright>=1.48.0",
5858
"pillow>=11.0.0",
5959
]
6060
video-surfer = [
61-
"autogen-agentchat==0.5.7",
61+
"autogen-agentchat==0.6.0",
6262
"opencv-python>=4.5",
6363
"ffmpeg-python",
6464
"openai-whisper",

python/packages/autogen-studio/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ dependencies = [
3232
"loguru",
3333
"pyyaml",
3434
"html2text",
35-
"autogen-core>=0.4.9.2,<0.6",
36-
"autogen-agentchat>=0.4.9.2,<0.6",
37-
"autogen-ext[magentic-one, openai, azure]>=0.4.2,<0.6",
35+
"autogen-core>=0.4.9.2,<0.7",
36+
"autogen-agentchat>=0.4.9.2,<0.7",
37+
"autogen-ext[magentic-one, openai, azure]>=0.4.2,<0.7",
3838
"anthropic",
3939
]
4040
optional-dependencies = {web = ["fastapi", "uvicorn"], database = ["psycopg"]}

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)