fix: incorrect api module version in pyproject.toml (#21755)

Co-authored-by: crazywoola <427733928@qq.com>
pull/21761/head
Bowen Liang 11 months ago committed by GitHub
parent 8516d15a4e
commit b9ff716c18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save