chore: update package versions to 0.4.5 and remove deprecated requirements (#5280)

This commit is contained in:
Eric Zhu
2025-01-30 17:52:45 -08:00
committed by GitHub
parent 3fcb6e6b47
commit 71bf20b8a2
7 changed files with 18 additions and 1221 deletions

View File

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