From 573aff48259fa526576fbf6746a7d9133e701ad5 Mon Sep 17 00:00:00 2001 From: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:13:52 -0800 Subject: [PATCH] Updated chatkit package version (#1950) --- python/packages/chatkit/pyproject.toml | 2 +- python/uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/packages/chatkit/pyproject.toml b/python/packages/chatkit/pyproject.toml index 31248cf819..c7af5f3a4c 100644 --- a/python/packages/chatkit/pyproject.toml +++ b/python/packages/chatkit/pyproject.toml @@ -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" diff --git a/python/uv.lock b/python/uv.lock index 648601204a..ccd1a2e5d5 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -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'" },