chore: bump version to 4.14.3

This commit is contained in:
Soulter
2026-02-04 20:31:19 +08:00
parent a954e75547
commit 1f75255950
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "4.14.2"
__version__ = "4.14.3"
+1 -1
View File
@@ -7,6 +7,7 @@ import datetime
import json
import os
import zoneinfo
from collections.abc import Coroutine
from dataclasses import dataclass, field
from astrbot.api import sp
@@ -51,7 +52,6 @@ from astrbot.core.tools.cron_tools import (
)
from astrbot.core.utils.file_extract import extract_file_moonshotai
from astrbot.core.utils.llm_metadata import LLM_METADATAS
from typing import Coroutine
@dataclass(slots=True)
+4
View File
@@ -0,0 +1,4 @@
## What's Changed
### 修复
- 修复 `on_llm_request` 钩子可能无法应用效果的问题
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "4.14.2"
version = "4.14.3"
description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md"
requires-python = ">=3.10"