From a5a36bbed4eb0eae4a85197c6977894e60021aed Mon Sep 17 00:00:00 2001 From: hazeone <709547807@qq.com> Date: Sat, 10 Jan 2026 18:10:27 +0800 Subject: [PATCH] release/v0.1.20_tag_commit --- frontend/src-tauri/tauri.conf.json | 16 +++++++--------- python/pyproject.toml | 3 ++- python/uv.lock | 15 +++++++++++++-- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index 5b2446ab..75a089dc 100644 --- a/frontend/src-tauri/tauri.conf.json +++ b/frontend/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "ValueCell", - "version": "0.1.19", + "version": "0.1.20", "identifier": "com.valuecell.valuecellapp", "build": { "beforeDevCommand": "bun run dev:tauri", @@ -10,14 +10,12 @@ "frontendDist": "../build/client" }, "app": { - "windows": [ - { - "title": "ValueCell", - "minWidth": 1300, - "minHeight": 780, - "hiddenTitle": true - } - ], + "windows": [{ + "title": "ValueCell", + "minWidth": 1300, + "minHeight": 780, + "hiddenTitle": true + }], "security": { "csp": null } diff --git a/python/pyproject.toml b/python/pyproject.toml index 0e6955b5..3a754b45 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "valuecell" -version = "0.1.19" +version = "0.1.20" description = "ValueCell is a community-driven, multi-agent platform for financial applications." readme = "README.md" requires-python = ">=3.12" @@ -31,6 +31,7 @@ dependencies = [ "ccxt>=4.5.15", "baostock>=0.8.9", "func-timeout>=4.3.5", + "pymysql>=1.1.0" ] [project.optional-dependencies] diff --git a/python/uv.lock b/python/uv.lock index b20206cb..ff346077 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.12" resolution-markers = [ "python_full_version >= '3.14'", @@ -2548,6 +2548,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/06/49/84966b5e28648740b157bd90e7a89ec99a835cb66a0a619e41c60ec71073/pylance-0.38.3-cp39-abi3-win_amd64.whl", hash = "sha256:ea106742c2032d3ed8aa9232923eed2054aabf683a769ddc564c285ce20b950d", size = 49747295, upload-time = "2025-10-28T11:56:25.262Z" }, ] +[[package]] +name = "pymysql" +version = "1.1.2" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/f5/ae/1fe3fcd9f959efa0ebe200b8de88b5a5ce3e767e38c7ac32fb179f16a388/pymysql-1.1.2.tar.gz", hash = "sha256:4961d3e165614ae65014e361811a724e2044ad3ea3739de9903ae7c21f539f03", size = 48258, upload-time = "2025-08-24T12:55:55.146Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/7c/4c/ad33b92b9864cbde84f259d5df035a6447f91891f5be77788e2a3892bce3/pymysql-1.1.2-py3-none-any.whl", hash = "sha256:e6b1d89711dd51f8f74b1631fe08f039e7d76cf67a42a323d3178f0f25762ed9", size = 45300, upload-time = "2025-08-24T12:55:53.394Z" }, +] + [[package]] name = "pyopenssl" version = "25.3.0" @@ -3654,7 +3663,7 @@ wheels = [ [[package]] name = "valuecell" -version = "0.1.19" +version = "0.1.20" source = { editable = "." } dependencies = [ { name = "a2a-sdk", extra = ["http-server"] }, @@ -3671,6 +3680,7 @@ dependencies = [ { name = "loguru" }, { name = "markdown" }, { name = "pydantic" }, + { name = "pymysql" }, { name = "python-dateutil" }, { name = "python-okx" }, { name = "pytz" }, @@ -3730,6 +3740,7 @@ requires-dist = [ { name = "loguru", specifier = ">=0.7.3" }, { name = "markdown", specifier = ">=3.9" }, { name = "pydantic", specifier = ">=2.0.0" }, + { name = "pymysql", specifier = ">=1.1.0" }, { name = "pytest", marker = "extra == 'dev'", specifier = ">=7.4.0" }, { name = "pytest-asyncio", marker = "extra == 'dev'", specifier = ">=1.0.0" }, { name = "pytest-cov", marker = "extra == 'dev'", specifier = ">=4.1.0" },