bump version to 1.6.4

This commit is contained in:
小鱼开发
2026-05-26 19:54:02 +08:00
parent 943358bafc
commit 790cf3a7fb
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# === 基础配置 ===
APP_NAME=美家卡智影 API
APP_VERSION=1.6.3
APP_VERSION=1.6.4
# ⚠️ 生产环境必须设为 false
DEBUG=true
ENV=development
+1 -1
View File
@@ -24,7 +24,7 @@ class Settings(BaseSettings):
# 应用基础配置
APP_NAME: str = Field(default="美家卡智影 API", description="应用名称")
APP_VERSION: str = Field(default="1.6.3", description="应用版本")
APP_VERSION: str = Field(default="1.6.4", description="应用版本")
DEBUG: bool = Field(default=False, description="调试模式")
ENV: Literal["development", "staging", "production"] = Field(
default="development", description="运行环境"
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "meijiaka-ai-api"
version = "1.6.3"
version = "1.6.4"
description = "美家卡智影 - AI 视频创作后端 API"
authors = [{ name = "Meijiaka Team" }]
readme = "README.md"
+1 -1
View File
@@ -944,7 +944,7 @@ wheels = [
[[package]]
name = "meijiaka-ai-api"
version = "1.6.3"
version = "1.6.4"
source = { virtual = "." }
dependencies = [
{ name = "aiohttp" },