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'" },