Skip to content

Commit

Permalink
Update to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Jan 15, 2025
1 parent b0a3547 commit c23b108
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions python/packages/autogen-agentchat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "autogen-agentchat"
version = "0.4.1"
version = "0.4.2"
license = {file = "LICENSE-CODE"}
description = "AutoGen agents and teams library"
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"autogen-core==0.4.1",
"autogen-core==0.4.2",
]

[tool.ruff]
Expand Down
4 changes: 2 additions & 2 deletions python/packages/autogen-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "autogen-core"
version = "0.4.1"
version = "0.4.2"
license = {file = "LICENSE-CODE"}
description = "Foundational interfaces and agent runtime implementation for AutoGen"
readme = "README.md"
Expand Down Expand Up @@ -69,7 +69,7 @@ dev = [
"pygments",
"sphinxext-rediraffe",

"autogen_ext==0.4.1",
"autogen_ext==0.4.2",

# Documentation tooling
"sphinx-autobuild",
Expand Down
12 changes: 6 additions & 6 deletions python/packages/autogen-ext/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "autogen-ext"
version = "0.4.0"
version = "0.4.2"
license = {file = "LICENSE-CODE"}
description = "AutoGen extensions library"
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"autogen-core==0.4.1",
"autogen-core==0.4.2",
]

[project.optional-dependencies]
Expand All @@ -24,23 +24,23 @@ azure = ["azure-core", "azure-identity"]
docker = ["docker~=7.0"]
openai = ["openai>=1.52.2", "tiktoken>=0.8.0", "aiofiles"]
file-surfer = [
"autogen-agentchat==0.4.1",
"autogen-agentchat==0.4.2",
"markitdown>=0.0.1a2",
]
web-surfer = [
"autogen-agentchat==0.4.1",
"autogen-agentchat==0.4.2",
"playwright>=1.48.0",
"pillow>=11.0.0",
"markitdown>=0.0.1a2",
]
magentic-one = [
"autogen-agentchat==0.4.1",
"autogen-agentchat==0.4.2",
"markitdown>=0.0.1a2",
"playwright>=1.48.0",
"pillow>=11.0.0",
]
video-surfer = [
"autogen-agentchat==0.4.1",
"autogen-agentchat==0.4.2",
"opencv-python>=4.5",
"ffmpeg-python",
"openai-whisper",
Expand Down
6 changes: 3 additions & 3 deletions python/packages/magentic-one-cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "magentic-one-cli"
version = "0.2.1"
version = "0.2.2"
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"
Expand All @@ -15,8 +15,8 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"autogen-agentchat>=0.4.1,<0.5",
"autogen-ext[openai,magentic-one]>=0.4.1,<0.5",
"autogen-agentchat>=0.4.2,<0.5",
"autogen-ext[openai,magentic-one]>=0.4.2,<0.5",
]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion python/samples/agentchat_chainlit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
chainlit
autogen-agentchat>=0.4.1,<0.5
autogen-agentchat>=0.4.2,<0.5
8 changes: 4 additions & 4 deletions python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c23b108

Please sign in to comment.