fix: project version to 1.3.0 in package.json and uv.lock (#18684)

This commit is contained in:
Junjie.M 2025-04-24 17:16:41 +08:00 committed by GitHub
parent 9982445dad
commit cd9e6609ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "dify-api" name = "dify-api"
version = "1.2.0" version = "1.3.0"
requires-python = ">=3.11,<3.13" requires-python = ">=3.11,<3.13"
dependencies = [ dependencies = [

2
api/uv.lock generated
View File

@ -1148,7 +1148,7 @@ wheels = [
[[package]] [[package]]
name = "dify-api" name = "dify-api"
version = "1.2.0" version = "1.3.0"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "authlib" }, { name = "authlib" },