From 59d55b382d136e271ad6a7fa04a9111651c89472 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Mon, 2 Feb 2026 01:07:46 +0800 Subject: [PATCH] chore: bump version to 4.8.3 in pyproject.toml and uv.lock --- pyproject.toml | 2 +- src/langbot/__init__.py | 2 +- uv.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50e4d679..39150229 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.8.2" +version = "4.8.3" description = "Production-grade platform for building agentic IM bots" readme = "README.md" license-files = ["LICENSE"] diff --git a/src/langbot/__init__.py b/src/langbot/__init__.py index 91e6d26b..7aebb189 100644 --- a/src/langbot/__init__.py +++ b/src/langbot/__init__.py @@ -1,3 +1,3 @@ """LangBot - Production-grade platform for building agentic IM bots""" -__version__ = '4.8.2' +__version__ = '4.8.3' diff --git a/uv.lock b/uv.lock index e79b3283..9399bded 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.11, <4.0" resolution-markers = [ "python_full_version >= '3.14' and sys_platform == 'win32'", @@ -1799,7 +1799,7 @@ wheels = [ [[package]] name = "langbot" -version = "4.8.2" +version = "4.8.3" source = { editable = "." } dependencies = [ { name = "aiocqhttp" },