chore: update 0.7.3 version (#2860)

This commit is contained in:
alanchen 2025-07-25 11:21:15 +08:00 committed by GitHub
parent fd6572322c
commit 3a614c67bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 193 additions and 193 deletions

View File

@ -9,7 +9,7 @@ Integration Packages
# Datasource Providers
| Provider | Supported | Install Packages |
|-------------|-----------|----------------------|
|-------------|-----------|---------------------------------|
| MySQL | ✅ | --extra datasource_mysql |
| OceanBase | ✅ | |
| ClickHouse | ✅ | --extra datasource_clickhouse |
@ -17,9 +17,10 @@ Integration Packages
| MSSQL | ✅ | --extra datasource_mssql |
| PostgreSQL | ✅ | --extra datasource_postgres |
| ApacheDoris | ✅ | |
| StarRocks | ✅ | --extra datasource_starroks |
| StarRocks | ✅ | |
| Spark | ✅ | --extra datasource_spark |
| Oracle | ✅ | --extra datasource_oracle |
| Gaussdb | ✅ | --extra datasource_postgres |
# RAG Storage Providers

View File

@ -1,6 +1,6 @@
[project]
name = "dbgpt-acc-auto"
version = "0.7.1"
version = "0.7.3"
description = "Add your description here"
authors = [
{ name = "csunny", email = "cfqcsunny@gmail.com" }

View File

@ -1 +1 @@
version = "0.7.1"
version = "0.7.3"

View File

@ -2,7 +2,7 @@
# https://github.com/astral-sh/uv/issues/2252#issuecomment-2624150395
[project]
name = "dbgpt-acc-flash-attn"
version = "0.7.1"
version = "0.7.3"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"

View File

@ -1 +1 @@
version = "0.7.1"
version = "0.7.3"

View File

@ -1,6 +1,6 @@
[project]
name = "dbgpt-app"
version = "0.7.1"
version = "0.7.3"
description = "Add your description here"
authors = [
{ name = "csunny", email = "cfqcsunny@gmail.com" }

View File

@ -1 +1 @@
version = "0.7.2"
version = "0.7.3"

View File

@ -1,6 +1,6 @@
[project]
name = "dbgpt-client"
version = "0.7.1"
version = "0.7.3"
description = "Add your description here"
authors = [
{ name = "csunny", email = "cfqcsunny@gmail.com" }

View File

@ -1 +1 @@
version = "0.7.2"
version = "0.7.3"

View File

@ -1,6 +1,6 @@
[project]
name = "dbgpt"
version = "0.7.1"
version = "0.7.3"
description = """DB-GPT is an experimental open-source project that uses localized GPT \
large models to interact with your data and environment. With this solution, you can be\
assured that there is no risk of data leakage, and your data is 100% private and secure.\

View File

@ -1 +1 @@
version = "0.7.2"
version = "0.7.3"

View File

@ -1,6 +1,6 @@
[project]
name = "dbgpt-ext"
version = "0.7.1"
version = "0.7.3"
description = "Add your description here"
authors = [
{ name = "csunny", email = "cfqcsunny@gmail.com" }

View File

@ -1 +1 @@
version = "0.7.2"
version = "0.7.3"

View File

@ -1,6 +1,6 @@
[project]
name = "dbgpt-serve"
version = "0.7.1"
version = "0.7.3"
description = "Add your description here"
authors = [
{ name = "csunny", email = "cfqcsunny@gmail.com" }

View File

@ -1 +1 @@
version = "0.7.2"
version = "0.7.3"

View File

@ -1,6 +1,6 @@
[project]
name = "dbgpt-mono"
version = "0.7.2"
version = "0.7.3"
description = """DB-GPT is an experimental open-source project that uses localized GPT \
large models to interact with your data and environment. With this solution, you can be\
assured that there is no risk of data leakage, and your data is 100% private and secure.\

331
uv.lock

File diff suppressed because one or more lines are too long