chore: push first pypi package

This commit is contained in:
Junyan Qin
2025-11-16 20:25:48 +08:00
parent ed0ea68037
commit bc7c5fa864
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "langbot"
version = "4.6.0-beta.2"
version = "4.5.2"
description = "Easy-to-use global IM bot platform designed for LLM era"
readme = "README.md"
license-files = ["LICENSE"]
@@ -63,7 +63,7 @@ dependencies = [
"langchain-text-splitters>=0.0.1",
"chromadb>=0.4.24",
"qdrant-client (>=1.15.1,<2.0.0)",
"langbot-plugin==0.1.11b1",
"langbot-plugin==0.1.11",
"asyncpg>=0.30.0",
"line-bot-sdk>=3.19.0",
"tboxsdk>=0.0.10",

View File

@@ -1,3 +1,3 @@
"""LangBot - Easy-to-use global IM bot platform designed for LLM era"""
__version__ = '4.6.0-beta.2'
__version__ = '4.5.2'

View File

@@ -1,4 +1,4 @@
semantic_version = 'v4.6.0-beta.2'
semantic_version = 'v4.5.2'
required_database_version = 11
"""Tag the version of the database schema, used to check if the database needs to be migrated"""