Skip to content

Commit 83afbf5

Browse files
authored
Update version to 0.7.5 (#7058)
1 parent e045643 commit 83afbf5

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

python/packages/autogen-agentchat/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "autogen-agentchat"
7-
version = "0.7.4"
7+
version = "0.7.5"
88
license = {file = "LICENSE-CODE"}
99
description = "AutoGen agents and teams library"
1010
readme = "README.md"
@@ -15,7 +15,7 @@ classifiers = [
1515
"Operating System :: OS Independent",
1616
]
1717
dependencies = [
18-
"autogen-core==0.7.4",
18+
"autogen-core==0.7.5",
1919
]
2020

2121
[tool.ruff]

python/packages/autogen-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "autogen-core"
7-
version = "0.7.4"
7+
version = "0.7.5"
88
license = {file = "LICENSE-CODE"}
99
description = "Foundational interfaces and agent runtime implementation for AutoGen"
1010
readme = "README.md"

python/packages/autogen-ext/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "autogen-ext"
7-
version = "0.7.4"
7+
version = "0.7.5"
88
license = {file = "LICENSE-CODE"}
99
description = "AutoGen extensions library"
1010
readme = "README.md"
@@ -15,7 +15,7 @@ classifiers = [
1515
"Operating System :: OS Independent",
1616
]
1717
dependencies = [
18-
"autogen-core==0.7.4",
18+
"autogen-core==0.7.5",
1919
]
2020

2121
[project.optional-dependencies]
@@ -32,7 +32,7 @@ docker = ["docker~=7.0", "asyncio_atexit>=1.0.1"]
3232
ollama = ["ollama>=0.4.7", "tiktoken>=0.8.0"]
3333
openai = ["openai>=1.93", "tiktoken>=0.8.0", "aiofiles"]
3434
file-surfer = [
35-
"autogen-agentchat==0.7.4",
35+
"autogen-agentchat==0.7.5",
3636
"magika>=0.6.1rc2",
3737
"markitdown[all]~=0.1.0a3",
3838
]
@@ -50,21 +50,21 @@ mem0-local = [
5050
"chromadb>=1.0.0"
5151
]
5252
web-surfer = [
53-
"autogen-agentchat==0.7.4",
53+
"autogen-agentchat==0.7.5",
5454
"playwright>=1.48.0",
5555
"pillow>=11.0.0",
5656
"magika>=0.6.1rc2",
5757
"markitdown[all]~=0.1.0a3",
5858
]
5959
magentic-one = [
60-
"autogen-agentchat==0.7.4",
60+
"autogen-agentchat==0.7.5",
6161
"magika>=0.6.1rc2",
6262
"markitdown[all]~=0.1.0a3",
6363
"playwright>=1.48.0",
6464
"pillow>=11.0.0",
6565
]
6666
video-surfer = [
67-
"autogen-agentchat==0.7.4",
67+
"autogen-agentchat==0.7.5",
6868
"opencv-python>=4.5",
6969
"ffmpeg-python",
7070
"openai-whisper",

python/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)