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
+2 -2
View File
@@ -4,7 +4,7 @@ description = "OpenAI ChatKit integration for Microsoft Agent Framework."
authors = [{ name = "Microsoft", email = "af-support@microsoft.com"}]
readme = "README.md"
requires-python = ">=3.10"
version = "1.0.0b260319"
version = "1.0.0b260330"
license-files = ["LICENSE"]
urls.homepage = "https://aka.ms/agent-framework"
urls.source = "https://github.com/microsoft/agent-framework/tree/main/python"
@@ -22,7 +22,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"agent-framework-core>=1.0.0rc5",
"agent-framework-core>=1.0.0rc6",
"openai-chatkit>=1.4.1,<2.0.0",
]