From 71551fb5d714ad7d15ddeb950e0722d1548412b7 Mon Sep 17 00:00:00 2001 From: Yuri Chiucconi Date: Tue, 23 Jul 2024 10:24:51 +0200 Subject: [PATCH 1/2] poetry update sqlmodel --- poetry.lock | 11 +++++------ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index b4b127cd9a..7eccb3b616 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "a2wsgi" @@ -2063,7 +2063,6 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, - {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, @@ -2364,13 +2363,13 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "sqlmodel" -version = "0.0.19" +version = "0.0.21" description = "SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness." optional = false python-versions = ">=3.7" files = [ - {file = "sqlmodel-0.0.19-py3-none-any.whl", hash = "sha256:6c8125d4101970d031e9aae970b20cbeaf44149989f8366d939f4ab21aab8763"}, - {file = "sqlmodel-0.0.19.tar.gz", hash = "sha256:95449b0b48a40a3eecf0a629fa5735b9dfc8a5574a91090d24ca17f02246ad96"}, + {file = "sqlmodel-0.0.21-py3-none-any.whl", hash = "sha256:eca104afe8a643f0764076b29f02e51d19d6b35c458f4c119942960362a4b52a"}, + {file = "sqlmodel-0.0.21.tar.gz", hash = "sha256:b2034c23d930f66d2091b17a4280a9c23a7ea540a71e7fcf9c746d262f06f74a"}, ] [package.dependencies] @@ -2641,4 +2640,4 @@ postgres-psycopg-binary = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "eda95e83b5cea2d678969f3ca024a165faa018c2b129c30a5f393528c6f0d70a" +content-hash = "0f44666bb370be22d9e295da56019c97c5f34250b85af4f0c497ea378ced0c79" diff --git a/pyproject.toml b/pyproject.toml index ce29e2b663..dd1d3ea90e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ exclude = [ python = "^3.9" python-dotenv = "^1.0.0" fastapi = "^0.110.0" -sqlmodel = "^0.0.19" +sqlmodel = "^0.0.21" sqlalchemy = {extras = ["asyncio"], version = ">=2.0.23,<2.1"} aiosqlite = "^0.19.0" fastapi-users = {extras = ["oauth"], version = "^12.1.0"} From d1eb2f0377602392595b83fc33d7e85d93affa6d Mon Sep 17 00:00:00 2001 From: Yuri Chiucconi Date: Tue, 23 Jul 2024 10:26:38 +0200 Subject: [PATCH 2/2] changelog [skip ci] --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99161fb9cc..1d76c045d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ **Note**: Numbers like (\#1234) point to closed Pull Requests on the fractal-server repository. +# 2.3.5 (Unreleased) + +* Dependencies: + * Update `sqlmodel` to `^0.0.21` (\#1674). + # 2.3.4 * SSH SLURM runner: