update versions to 0.4.4 and m1 cli to 0.2.3 (#5229)

This commit is contained in:
Eric Zhu 2025-01-28 09:59:14 -08:00 committed by GitHub
parent 7445e4b276
commit b29d0bda2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 24 additions and 24 deletions

View File

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

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "autogen-core"
version = "0.4.3"
version = "0.4.4"
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.3",
"autogen_ext==0.4.4",
# Documentation tooling
"diskcache",

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "autogen-ext"
version = "0.4.3"
version = "0.4.4"
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.3",
"autogen-core==0.4.4",
]
[project.optional-dependencies]
@ -28,24 +28,24 @@ azure = [
docker = ["docker~=7.0"]
openai = ["openai>=1.52.2", "tiktoken>=0.8.0", "aiofiles"]
file-surfer = [
"autogen-agentchat==0.4.3",
"autogen-agentchat==0.4.4",
"markitdown>=0.0.1a2",
]
graphrag = ["graphrag>=1.0.1"]
web-surfer = [
"autogen-agentchat==0.4.3",
"autogen-agentchat==0.4.4",
"playwright>=1.48.0",
"pillow>=11.0.0",
"markitdown>=0.0.1a2",
]
magentic-one = [
"autogen-agentchat==0.4.3",
"autogen-agentchat==0.4.4",
"markitdown>=0.0.1a2",
"playwright>=1.48.0",
"pillow>=11.0.0",
]
video-surfer = [
"autogen-agentchat==0.4.3",
"autogen-agentchat==0.4.4",
"opencv-python>=4.5",
"ffmpeg-python",
"openai-whisper",

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "magentic-one-cli"
version = "0.2.1"
version = "0.2.3"
license = {file = "LICENSE-CODE"}
description = "Magentic-One is a generalist multi-agent system, built on `AutoGen-AgentChat`, for solving complex web and file-based tasks. This package installs the `m1` command-line utility to quickly get started with Magentic-One."
readme = "README.md"
@ -15,8 +15,8 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"autogen-agentchat>=0.4.2,<0.5",
"autogen-ext[openai,magentic-one,rich]>=0.4.2,<0.5",
"autogen-agentchat>=0.4.4,<0.5",
"autogen-ext[openai,magentic-one,rich]>=0.4.4,<0.5",
]
[project.scripts]

View File

@ -1,5 +1,5 @@
autogen-ext[openai]==0.4.3
autogen-ext[openai]==0.4.4
azure-identity
chainlit
rich
pyyaml
pyyaml

View File

@ -24,11 +24,11 @@ asyncer==0.0.7 \
--hash=sha256:d5e563fb0f56eb87b97257984703658a4f5bbdb52ff851b3e8ed864cc200b1d2 \
--hash=sha256:f0d579d4f67c4ead52ede3a45c854f462cae569058a8a6a68a4ebccac1c335d8
# via chainlit
autogen-core==0.4.3 \
autogen-core==0.4.4 \
--hash=sha256:39b889fdb03f58d1d656ac8aca8b80d28d447b2a505f77fd2ce27b932b02aa85 \
--hash=sha256:ffff153f42bd96ab99fac2ec7b00939e39a45e334e4653b04b1039f2d6b3b4e4
# via autogen-ext
autogen-ext==0.4.3 \
autogen-ext==0.4.4 \
--hash=sha256:a32c1646fccdd5d3f2a81c961cbf18f0e795dc9b9c4c9ecfbf659a83d5c49896 \
--hash=sha256:a96546dfb055c137d6ab10b8ae1764d7037c5a7c1f6aa44b4b0ccf926d566229
# via -r requirements.in

View File

@ -423,7 +423,7 @@ wheels = [
[[package]]
name = "autogen-agentchat"
version = "0.4.3"
version = "0.4.4"
source = { editable = "packages/autogen-agentchat" }
dependencies = [
{ name = "autogen-core" },
@ -434,7 +434,7 @@ requires-dist = [{ name = "autogen-core", editable = "packages/autogen-core" }]
[[package]]
name = "autogen-core"
version = "0.4.3"
version = "0.4.4"
source = { editable = "packages/autogen-core" }
dependencies = [
{ name = "jsonref" },
@ -553,7 +553,7 @@ dev = [
[[package]]
name = "autogen-ext"
version = "0.4.3"
version = "0.4.4"
source = { editable = "packages/autogen-ext" }
dependencies = [
{ name = "autogen-core" },
@ -3395,7 +3395,7 @@ wheels = [
[[package]]
name = "llama-index-readers-file"
version = "0.4.3"
version = "0.4.4"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "beautifulsoup4" },
@ -3404,9 +3404,9 @@ dependencies = [
{ name = "pypdf" },
{ name = "striprtf" },
]
sdist = { url = "https://files.pythonhosted.org/packages/bc/35/62edc3eed9d69d9b5b5faae4c0c82ff05e608b07b0c547a988c23f19a79c/llama_index_readers_file-0.4.3.tar.gz", hash = "sha256:07514bebed7ce431c1b3ef9279d09aa3d1bba8e342d661860a033355b98fb33a", size = 22046 }
sdist = { url = "https://files.pythonhosted.org/packages/f4/73/66e6fbb79a99d2bb9ae01d9f494372ea40c57e18653c9b0c9355d49396f0/llama_index_readers_file-0.4.4.tar.gz", hash = "sha256:e076b3fa1e68eea1594d47cec1f64b384fb6067f2697ca8aae22b4a21ad27ca7", size = 22264 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/a5/06/f41f795000c623d4cdaf95729a045a2be819c31f39951d5e88f4bccf37db/llama_index_readers_file-0.4.3-py3-none-any.whl", hash = "sha256:c669da967ea534e3af3660f9fd730c71c725288f5c57906bcce338414ebeee5c", size = 38914 },
{ url = "https://files.pythonhosted.org/packages/f5/e0/80a3db5ea458dc2c6686b8cf2e7d98bea2750d2cca0d69c35250e6aba205/llama_index_readers_file-0.4.4-py3-none-any.whl", hash = "sha256:01589a4895e2d4abad30294c9b0d2813520ee1f5164922ad92f11e64a1d65d6c", size = 39148 },
]
[[package]]
@ -3586,7 +3586,7 @@ wheels = [
[[package]]
name = "magentic-one-cli"
version = "0.2.1"
version = "0.2.3"
source = { editable = "packages/magentic-one-cli" }
dependencies = [
{ name = "autogen-agentchat" },