Updated chatkit package version (#1950)

This commit is contained in:
Dmytro Struk
2025-11-05 16:13:52 -08:00
committed by GitHub
Unverified
parent 9b471cc479
commit 573aff4825
2 changed files with 2 additions and 2 deletions
+1 -1
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.0b251001"
version = "1.0.0b251105"
license-files = ["LICENSE"]
urls.homepage = "https://aka.ms/agent-framework"
urls.source = "https://github.com/microsoft/agent-framework/tree/main/python"
+1 -1
View File
@@ -257,7 +257,7 @@ requires-dist = [
[[package]]
name = "agent-framework-chatkit"
version = "1.0.0b251001"
version = "1.0.0b251105"
source = { editable = "packages/chatkit" }
dependencies = [
{ name = "agent-framework-core", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" },