Update version to 0.4.1 (#5029)

* Update version to 0.4.1

* lock

* dest dir

* remove website changes
This commit is contained in:
Jack Gerrits 2025-01-13 16:22:03 -05:00 committed by GitHub
parent 404522bd6b
commit 91ec611338
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 27 additions and 22 deletions

View File

@ -1,6 +1,6 @@
[
{
"name": "0.4.0 (stable)",
"name": "0.4.1 (stable)",
"version": "stable",
"url": "/autogen/stable/",
"preferred": true
@ -15,6 +15,11 @@
"version": "0.2",
"url": "/autogen/0.2/"
},
{
"name": "0.4.0",
"version": "0.4.0",
"url": "/autogen/0.4.0/"
},
{
"name": "0.4.0.dev0",
"version": "0.4.0.dev0",

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "autogen-agentchat"
version = "0.4.0"
version = "0.4.1"
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.0",
"autogen-core==0.4.1",
"aioconsole>=0.8.1"
]

View File

@ -60,7 +60,7 @@ A console-based multi-agent assistant for web and file-based tasks.
Built on AgentChat.
```bash
pip install magentic-one-cli
pip install -U magentic-one-cli
m1 "Find flights from Seattle to Paris and format the result in a table"
```
@ -83,7 +83,7 @@ An app for prototyping and managing agents without writing code.
Built on AgentChat.
```bash
pip install autogenstudio
pip install -U autogenstudio
autogenstudio ui --port 8080 --appdir ./myapp
```

View File

@ -80,5 +80,5 @@ pip install "autogen-ext[openai]"
If you are using Azure OpenAI with AAD authentication, you need to install the following:
```bash
pip install "autogen-ext[azure]==0.4.0.dev13"
pip install "autogen-ext[azure]"
```

View File

@ -67,13 +67,13 @@ To use the OpenAI and Azure OpenAI models, you need to install the following
extensions:
```bash
pip install "autogen-ext[openai]==0.4.0.dev13"
pip install "autogen-ext[openai]"
```
If you are using Azure OpenAI with AAD authentication, you need to install the following:
```bash
pip install "autogen-ext[azure]==0.4.0.dev13"
pip install "autogen-ext[azure]"
```
## Install Docker for Code Execution (Optional)

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "autogen-core"
version = "0.4.0"
version = "0.4.1"
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.0",
"autogen_ext==0.4.1",
# Documentation tooling
"sphinx-autobuild",

View File

@ -15,7 +15,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"autogen-core==0.4.0",
"autogen-core==0.4.1",
]
[project.optional-dependencies]
@ -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.0",
"autogen-agentchat==0.4.1",
"markitdown>=0.0.1a2",
]
web-surfer = [
"autogen-agentchat==0.4.0",
"autogen-agentchat==0.4.1",
"playwright>=1.48.0",
"pillow>=11.0.0",
"markitdown>=0.0.1a2",
]
magentic-one = [
"autogen-agentchat==0.4.0",
"autogen-agentchat==0.4.1",
"markitdown>=0.0.1a2",
"playwright>=1.48.0",
"pillow>=11.0.0",
]
video-surfer = [
"autogen-agentchat==0.4.0",
"autogen-agentchat==0.4.1",
"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.0"
version = "0.2.1"
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.0,<0.5",
"autogen-ext[openai,magentic-one]>=0.4.0,<0.5",
"autogen-agentchat>=0.4.1,<0.5",
"autogen-ext[openai,magentic-one]>=0.4.1,<0.5",
]
[project.scripts]

View File

@ -1,2 +1,2 @@
chainlit
autogen-agentchat==0.4.0
autogen-agentchat>=0.4.1,<0.5

View File

@ -347,7 +347,7 @@ wheels = [
[[package]]
name = "autogen-agentchat"
version = "0.4.0"
version = "0.4.1"
source = { editable = "packages/autogen-agentchat" }
dependencies = [
{ name = "aioconsole" },
@ -362,7 +362,7 @@ requires-dist = [
[[package]]
name = "autogen-core"
version = "0.4.0"
version = "0.4.1"
source = { editable = "packages/autogen-core" }
dependencies = [
{ name = "jsonref" },
@ -2470,7 +2470,7 @@ wheels = [
[[package]]
name = "magentic-one-cli"
version = "0.2.0"
version = "0.2.1"
source = { editable = "packages/magentic-one-cli" }
dependencies = [
{ name = "autogen-agentchat" },