Skip to content

Commit 6dd1ffc

Browse files
committed
merge(master): rehearse merge with wecom webhook-only strategy
2 parents 7d580cf + 6896a55 commit 6dd1ffc

46 files changed

Lines changed: 2625 additions & 834 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langbot"
3-
version = "4.9.0"
3+
version = "4.9.2"
44
description = "Production-grade platform for building agentic IM bots"
55
readme = "README.md"
66
license-files = ["LICENSE"]
@@ -64,7 +64,7 @@ dependencies = [
6464
"chromadb>=1.0.0,<2.0.0",
6565
"qdrant-client (>=1.15.1,<2.0.0)",
6666
"pyseekdb==1.1.0.post3",
67-
"langbot-plugin==0.3.0",
67+
"langbot-plugin==0.3.1",
6868
"asyncpg>=0.30.0",
6969
"line-bot-sdk>=3.19.0",
7070
"tboxsdk>=0.0.10",

src/langbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""LangBot - Production-grade platform for building agentic IM bots"""
22

3-
__version__ = '4.9.0'
3+
__version__ = '4.9.2'

src/langbot/libs/wecom_ai_bot_api/api.py

Lines changed: 249 additions & 223 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)