update version to v0.4.9 (#5903)

This commit is contained in:
Eric Zhu 2025-03-11 19:35:22 -07:00 committed by GitHub
parent 58a5583549
commit bb8439c7bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 13 additions and 13 deletions

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "autogen-agentchat"
version = "0.4.8"
version = "0.4.9"
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.4.8",
"autogen-core==0.4.9",
]
[tool.ruff]

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "autogen-core"
version = "0.4.8"
version = "0.4.9"
license = {file = "LICENSE-CODE"}
description = "Foundational interfaces and agent runtime implementation for AutoGen"
readme = "README.md"
@ -69,7 +69,7 @@ dev = [
"pygments",
"sphinxext-rediraffe",
"autogen_ext==0.4.8",
"autogen_ext==0.4.9",
# Documentation tooling
"diskcache",

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "autogen-ext"
version = "0.4.8"
version = "0.4.9"
license = {file = "LICENSE-CODE"}
description = "AutoGen extensions library"
readme = "README.md"
@ -15,7 +15,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"autogen-core==0.4.8",
"autogen-core==0.4.9",
]
[project.optional-dependencies]
@ -29,7 +29,7 @@ docker = ["docker~=7.0", "asyncio_atexit>=1.0.1"]
ollama = ["ollama>=0.4.7", "tiktoken>=0.8.0"]
openai = ["openai>=1.52.2", "tiktoken>=0.8.0", "aiofiles"]
file-surfer = [
"autogen-agentchat==0.4.8",
"autogen-agentchat==0.4.9",
"markitdown~=0.0.1",
]
@ -40,19 +40,19 @@ llama-cpp = [
graphrag = ["graphrag>=1.0.1"]
chromadb = ["chromadb"]
web-surfer = [
"autogen-agentchat==0.4.8",
"autogen-agentchat==0.4.9",
"playwright>=1.48.0",
"pillow>=11.0.0",
"markitdown~=0.0.1",
]
magentic-one = [
"autogen-agentchat==0.4.8",
"autogen-agentchat==0.4.9",
"markitdown~=0.0.1",
"playwright>=1.48.0",
"pillow>=11.0.0",
]
video-surfer = [
"autogen-agentchat==0.4.8",
"autogen-agentchat==0.4.9",
"opencv-python>=4.5",
"ffmpeg-python",
"openai-whisper",

View File

@ -452,7 +452,7 @@ wheels = [
[[package]]
name = "autogen-agentchat"
version = "0.4.8"
version = "0.4.9"
source = { editable = "packages/autogen-agentchat" }
dependencies = [
{ name = "autogen-core" },
@ -463,7 +463,7 @@ requires-dist = [{ name = "autogen-core", editable = "packages/autogen-core" }]
[[package]]
name = "autogen-core"
version = "0.4.8"
version = "0.4.9"
source = { editable = "packages/autogen-core" }
dependencies = [
{ name = "jsonref" },
@ -582,7 +582,7 @@ dev = [
[[package]]
name = "autogen-ext"
version = "0.4.8"
version = "0.4.9"
source = { editable = "packages/autogen-ext" }
dependencies = [
{ name = "autogen-core" },