Browse Source

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

tags/1.3.1
Junjie.M 6 months ago
parent
commit
cd9e6609ad
No account linked to committer's email address
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      api/pyproject.toml
  2. 1
    1
      api/uv.lock

+ 1
- 1
api/pyproject.toml View File

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

dependencies = [

+ 1
- 1
api/uv.lock View File

@@ -1148,7 +1148,7 @@ wheels = [

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

Loading…
Cancel
Save