Skip to content

Commit 5508cc7

Browse files
authored
Update versions to 0.5.0 (#6184)
1 parent bd572cc commit 5508cc7

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

python/packages/autogen-agentchat/pyproject.toml

+2-2
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.4.9"
7+
version = "0.5.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.4.9",
18+
"autogen-core==0.5.0",
1919
]
2020

2121
[tool.ruff]

python/packages/autogen-core/pyproject.toml

+2-2
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.4.9"
7+
version = "0.5.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.4.9",
72+
"autogen_ext==0.5.0",
7373

7474
# Documentation tooling
7575
"diskcache",

python/packages/autogen-ext/pyproject.toml

+6-6
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.4.9"
7+
version = "0.5.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.4.9",
18+
"autogen-core==0.5.0",
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.4.9",
34+
"autogen-agentchat==0.5.0",
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.4.9",
46+
"autogen-agentchat==0.5.0",
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.4.9",
53+
"autogen-agentchat==0.5.0",
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.4.9",
60+
"autogen-agentchat==0.5.0",
6161
"opencv-python>=4.5",
6262
"ffmpeg-python",
6363
"openai-whisper",

python/packages/magentic-one-cli/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license={ file="LICENSE-CODE" }
1818
name="magentic-one-cli"
1919
readme="README.md"
2020
requires-python=">=3.10"
21-
version="0.2.3"
21+
version="0.2.4"
2222

2323
[project.scripts]
2424
m1="magentic_one_cli._m1:main"

python/uv.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)