Compare commits

...

2 Commits

Author SHA1 Message Date
Junyan Qin
696162ee52 chore: release v4.0.3 2025-05-14 22:05:03 +08:00
Junyan Qin
533f993e3a fix: bad Dockerfile CMD 2025-05-14 22:04:08 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -20,4 +20,4 @@ RUN apt update \
&& uv sync \
&& touch /.dockerenv
CMD [ "python", "main.py" ]
CMD [ "uv", "run", "main.py" ]

View File

@@ -1,4 +1,4 @@
semantic_version = 'v4.0.2'
semantic_version = 'v4.0.3'
required_database_version = 1
"""标记本版本所需要的数据库结构版本,用于判断数据库迁移"""

View File

@@ -1,6 +1,6 @@
[project]
name = "langbot"
version = "4.0.2"
version = "4.0.3"
description = "高稳定、支持扩展、多模态 - 大模型原生即时通信机器人平台"
readme = "README.md"
requires-python = ">=3.10.1"