From 49fe75a41f2331610a98969ec6bfde7fbaa24cc4 Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Mon, 29 Sep 2025 23:01:51 -0700 Subject: [PATCH] Update version to 0.7.5 --- python/packages/autogen-agentchat/pyproject.toml | 4 ++-- python/packages/autogen-core/pyproject.toml | 2 +- python/packages/autogen-ext/pyproject.toml | 12 ++++++------ python/uv.lock | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/python/packages/autogen-agentchat/pyproject.toml b/python/packages/autogen-agentchat/pyproject.toml index c907d2ceace7..0b2c3079736a 100644 --- a/python/packages/autogen-agentchat/pyproject.toml +++ b/python/packages/autogen-agentchat/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "autogen-agentchat" -version = "0.7.4" +version = "0.7.5" license = {file = "LICENSE-CODE"} description = "AutoGen agents and teams library" readme = "README.md" @@ -15,7 +15,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "autogen-core==0.7.4", + "autogen-core==0.7.5", ] [tool.ruff] diff --git a/python/packages/autogen-core/pyproject.toml b/python/packages/autogen-core/pyproject.toml index 1709996c7537..ee5c235a6a88 100644 --- a/python/packages/autogen-core/pyproject.toml +++ b/python/packages/autogen-core/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "autogen-core" -version = "0.7.4" +version = "0.7.5" license = {file = "LICENSE-CODE"} description = "Foundational interfaces and agent runtime implementation for AutoGen" readme = "README.md" diff --git a/python/packages/autogen-ext/pyproject.toml b/python/packages/autogen-ext/pyproject.toml index 904ea0626be6..6c5b5afc11b4 100644 --- a/python/packages/autogen-ext/pyproject.toml +++ b/python/packages/autogen-ext/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "autogen-ext" -version = "0.7.4" +version = "0.7.5" license = {file = "LICENSE-CODE"} description = "AutoGen extensions library" readme = "README.md" @@ -15,7 +15,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "autogen-core==0.7.4", + "autogen-core==0.7.5", ] [project.optional-dependencies] @@ -32,7 +32,7 @@ docker = ["docker~=7.0", "asyncio_atexit>=1.0.1"] ollama = ["ollama>=0.4.7", "tiktoken>=0.8.0"] openai = ["openai>=1.93", "tiktoken>=0.8.0", "aiofiles"] file-surfer = [ - "autogen-agentchat==0.7.4", + "autogen-agentchat==0.7.5", "magika>=0.6.1rc2", "markitdown[all]~=0.1.0a3", ] @@ -50,21 +50,21 @@ mem0-local = [ "chromadb>=1.0.0" ] web-surfer = [ - "autogen-agentchat==0.7.4", + "autogen-agentchat==0.7.5", "playwright>=1.48.0", "pillow>=11.0.0", "magika>=0.6.1rc2", "markitdown[all]~=0.1.0a3", ] magentic-one = [ - "autogen-agentchat==0.7.4", + "autogen-agentchat==0.7.5", "magika>=0.6.1rc2", "markitdown[all]~=0.1.0a3", "playwright>=1.48.0", "pillow>=11.0.0", ] video-surfer = [ - "autogen-agentchat==0.7.4", + "autogen-agentchat==0.7.5", "opencv-python>=4.5", "ffmpeg-python", "openai-whisper", diff --git a/python/uv.lock b/python/uv.lock index cdc66730281b..68fe6be74d03 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -469,7 +469,7 @@ wheels = [ [[package]] name = "autogen-agentchat" -version = "0.7.4" +version = "0.7.5" source = { editable = "packages/autogen-agentchat" } dependencies = [ { name = "autogen-core" }, @@ -480,7 +480,7 @@ requires-dist = [{ name = "autogen-core", editable = "packages/autogen-core" }] [[package]] name = "autogen-core" -version = "0.7.4" +version = "0.7.5" source = { editable = "packages/autogen-core" } dependencies = [ { name = "jsonref" }, @@ -573,7 +573,7 @@ dev = [ [[package]] name = "autogen-ext" -version = "0.7.4" +version = "0.7.5" source = { editable = "packages/autogen-ext" } dependencies = [ { name = "autogen-core" },