refactor: switch to dynamic versioning in package configuration (#19019)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN- 2025-04-28 19:51:50 +08:00 committed by GitHub
parent b8bb45b106
commit a54773fbff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "dify-api"
version = "1.3.1"
dynamic = ["version"]
requires-python = ">=3.11,<3.13"
dependencies = [
@ -89,8 +89,12 @@ dependencies = [
# Before adding new dependency, consider place it in
# alphabet order (a-z) and suitable group.
[tool.setuptools]
packages = []
[tool.uv]
default-groups = ["storage", "tools", "vdb"]
package = false
[dependency-groups]

1
api/uv.lock generated
View File

@ -1155,7 +1155,6 @@ wheels = [
[[package]]
name = "dify-api"
version = "1.3.1"
source = { virtual = "." }
dependencies = [
{ name = "authlib" },