diff --git a/poetry.lock b/poetry.lock index 7c862f3..b9061cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -442,7 +442,6 @@ description = "Lightweight in-process concurrent programming" optional = false python-versions = ">=3.10" groups = ["main"] -markers = "platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\"" files = [ {file = "greenlet-3.3.2-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:9bc885b89709d901859cf95179ec9f6bb67a3d2bb1f0e88456461bd4b7f8fd0d"}, {file = "greenlet-3.3.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b568183cf65b94919be4438dc28416b234b678c608cafac8874dfeeb2a9bbe13"}, @@ -2632,4 +2631,4 @@ reference = "tsinghua" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "b6818d0575955350eb3baee241d4b21a201d597808a7e9ea0a3ebd0dcb6427cf" +content-hash = "8c1645dc7dcf8bbfe763f01d59e402eec143e53bc925a9e70ca45d47e7df56e1" diff --git a/pyproject.toml b/pyproject.toml index 3f75c68..a421c55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ pydantic-settings = "2.10.1" psutil = "7.0.0" asyncmy = "0.2.10" sqlmodel = "0.0.24" +greenlet = "^3.2.3" aiofiles = "24.1.0" python-multipart = "0.0.20"