Skip to content

Commit 47602ea

Browse files
authored
Update version to 0.5.1 (#6195)
1 parent d4ac2ca commit 47602ea

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
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.0"
7+
version = "0.5.1"
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.0",
18+
"autogen-core==0.5.1",
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.0"
7+
version = "0.5.1"
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.0",
72+
"autogen_ext==0.5.1",
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.0"
7+
version = "0.5.1"
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.0",
18+
"autogen-core==0.5.1",
1919
]
2020

2121
[project.optional-dependencies]
@@ -31,7 +31,7 @@ docker = ["docker~=7.0", "asyncio_atexit>=1.0.1"]
3131
ollama = ["ollama>=0.4.7", "tiktoken>=0.8.0"]
3232
openai = ["openai>=1.66.5", "tiktoken>=0.8.0", "aiofiles"]
3333
file-surfer = [
34-
"autogen-agentchat==0.5.0",
34+
"autogen-agentchat==0.5.1",
3535
"magika>=0.6.1rc2",
3636
"markitdown[all]~=0.1.0a3",
3737
]
@@ -43,21 +43,21 @@ llama-cpp = [
4343
graphrag = ["graphrag>=1.0.1"]
4444
chromadb = ["chromadb"]
4545
web-surfer = [
46-
"autogen-agentchat==0.5.0",
46+
"autogen-agentchat==0.5.1",
4747
"playwright>=1.48.0",
4848
"pillow>=11.0.0",
4949
"magika>=0.6.1rc2",
5050
"markitdown[all]~=0.1.0a3",
5151
]
5252
magentic-one = [
53-
"autogen-agentchat==0.5.0",
53+
"autogen-agentchat==0.5.1",
5454
"magika>=0.6.1rc2",
5555
"markitdown[all]~=0.1.0a3",
5656
"playwright>=1.48.0",
5757
"pillow>=11.0.0",
5858
]
5959
video-surfer = [
60-
"autogen-agentchat==0.5.0",
60+
"autogen-agentchat==0.5.1",
6161
"opencv-python>=4.5",
6262
"ffmpeg-python",
6363
"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)