Skip to content

Commit bb8439c

Browse files
authored
update version to v0.4.9 (microsoft#5903)
1 parent 58a5583 commit bb8439c

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.4.8"
7+
version = "0.4.9"
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.8",
18+
"autogen-core==0.4.9",
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.4.8"
7+
version = "0.4.9"
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.8",
72+
"autogen_ext==0.4.9",
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.4.8"
7+
version = "0.4.9"
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.8",
18+
"autogen-core==0.4.9",
1919
]
2020

2121
[project.optional-dependencies]
@@ -29,7 +29,7 @@ docker = ["docker~=7.0", "asyncio_atexit>=1.0.1"]
2929
ollama = ["ollama>=0.4.7", "tiktoken>=0.8.0"]
3030
openai = ["openai>=1.52.2", "tiktoken>=0.8.0", "aiofiles"]
3131
file-surfer = [
32-
"autogen-agentchat==0.4.8",
32+
"autogen-agentchat==0.4.9",
3333
"markitdown~=0.0.1",
3434
]
3535

@@ -40,19 +40,19 @@ llama-cpp = [
4040
graphrag = ["graphrag>=1.0.1"]
4141
chromadb = ["chromadb"]
4242
web-surfer = [
43-
"autogen-agentchat==0.4.8",
43+
"autogen-agentchat==0.4.9",
4444
"playwright>=1.48.0",
4545
"pillow>=11.0.0",
4646
"markitdown~=0.0.1",
4747
]
4848
magentic-one = [
49-
"autogen-agentchat==0.4.8",
49+
"autogen-agentchat==0.4.9",
5050
"markitdown~=0.0.1",
5151
"playwright>=1.48.0",
5252
"pillow>=11.0.0",
5353
]
5454
video-surfer = [
55-
"autogen-agentchat==0.4.8",
55+
"autogen-agentchat==0.4.9",
5656
"opencv-python>=4.5",
5757
"ffmpeg-python",
5858
"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)