Python: Update Python Packages for rc6 (#4979)

* python package update

* small fix
This commit is contained in:
Giles Odigwe
2026-03-30 14:12:37 -07:00
committed by GitHub
Unverified
parent 31c866172a
commit 0e00e5f8dd
28 changed files with 111 additions and 81 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ description = "Microsoft Agent Framework for building AI Agents with Python. Thi
authors = [{ name = "Microsoft", email = "af-support@microsoft.com"}]
readme = "README.md"
requires-python = ">=3.10"
version = "1.0.0rc5"
version = "1.0.0rc6"
license-files = ["LICENSE"]
urls.homepage = "https://aka.ms/agent-framework"
urls.source = "https://github.com/microsoft/agent-framework/tree/main/python"