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

View File

@ -1,6 +1,6 @@
[project] [project]
name = "dbgpt-acc-auto" name = "dbgpt-acc-auto"
version = "0.7.1" version = "0.7.3"
description = "Add your description here" description = "Add your description here"
authors = [ authors = [
{ name = "csunny", email = "cfqcsunny@gmail.com" } { 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 # https://github.com/astral-sh/uv/issues/2252#issuecomment-2624150395
[project] [project]
name = "dbgpt-acc-flash-attn" name = "dbgpt-acc-flash-attn"
version = "0.7.1" version = "0.7.3"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

View File

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

View File

@ -1,6 +1,6 @@
[project] [project]
name = "dbgpt-app" name = "dbgpt-app"
version = "0.7.1" version = "0.7.3"
description = "Add your description here" description = "Add your description here"
authors = [ authors = [
{ name = "csunny", email = "cfqcsunny@gmail.com" } { 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] [project]
name = "dbgpt-client" name = "dbgpt-client"
version = "0.7.1" version = "0.7.3"
description = "Add your description here" description = "Add your description here"
authors = [ authors = [
{ name = "csunny", email = "cfqcsunny@gmail.com" } { 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] [project]
name = "dbgpt" name = "dbgpt"
version = "0.7.1" version = "0.7.3"
description = """DB-GPT is an experimental open-source project that uses localized GPT \ 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\ 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.\ 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] [project]
name = "dbgpt-ext" name = "dbgpt-ext"
version = "0.7.1" version = "0.7.3"
description = "Add your description here" description = "Add your description here"
authors = [ authors = [
{ name = "csunny", email = "cfqcsunny@gmail.com" } { 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] [project]
name = "dbgpt-serve" name = "dbgpt-serve"
version = "0.7.1" version = "0.7.3"
description = "Add your description here" description = "Add your description here"
authors = [ authors = [
{ name = "csunny", email = "cfqcsunny@gmail.com" } { 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] [project]
name = "dbgpt-mono" name = "dbgpt-mono"
version = "0.7.2" version = "0.7.3"
description = """DB-GPT is an experimental open-source project that uses localized GPT \ 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\ 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.\ 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