diff --git a/pyproject.toml b/pyproject.toml index 69dccfdb..abba2da8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11" dependencies = [ "fastapi[standard]>=0.115", "aiosqlite>=0.20", - "sixty-nuts>=0.0.2", + "sixty-nuts>=0.0.3", "sqlmodel>=0.0.24", "httpx[socks]>=0.25.2", "greenlet>=3.2.1", diff --git a/uv.lock b/uv.lock index 0ffe1979..0c0cdeab 100644 --- a/uv.lock +++ b/uv.lock @@ -819,7 +819,7 @@ requires-dist = [ { name = "fastapi", extras = ["standard"], specifier = ">=0.115" }, { name = "greenlet", specifier = ">=3.2.1" }, { name = "httpx", extras = ["socks"], specifier = ">=0.25.2" }, - { name = "sixty-nuts", specifier = ">=0.0.2" }, + { name = "sixty-nuts", specifier = ">=0.0.3" }, { name = "sqlmodel", specifier = ">=0.0.24" }, ] @@ -869,7 +869,7 @@ wheels = [ [[package]] name = "sixty-nuts" -version = "0.0.2" +version = "0.0.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "bech32" }, @@ -879,9 +879,9 @@ dependencies = [ { name = "httpx" }, { name = "websockets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/5f/48/93c84e8b28b6cd35f692b607e5083152e0fce7f12757b3b8991baec2f501/sixty_nuts-0.0.2.tar.gz", hash = "sha256:23b6e6e2f97f6368b1f250ef8e0b96497c9e6239858ab420485bc4172a02ce94", size = 54603 } +sdist = { url = "https://files.pythonhosted.org/packages/a0/ab/b55441b5255cb3d0349f17ff9c31847cd27056ffce18f681e9c8b8be578d/sixty_nuts-0.0.3.tar.gz", hash = "sha256:c1e2395574289d8c8e098abfa6a21bbd4bd1c10845660c6eb405aa19772ff0ab", size = 86506 } wheels = [ - { url = "https://files.pythonhosted.org/packages/74/f3/ea964f81e3da5eec27669ce13e074508399139357cf8d3fa8509118c3c8e/sixty_nuts-0.0.2-py3-none-any.whl", hash = "sha256:8bd72f238dc503ec64134ff75a3d455f376a3744301e074eb5b2ebc0455c32b9", size = 27232 }, + { url = "https://files.pythonhosted.org/packages/90/4e/a150c108b79d32ca861e3d0805388388797fa0eebb00858aa8595fa75ff0/sixty_nuts-0.0.3-py3-none-any.whl", hash = "sha256:988585a1554acfb09fc4225929d7b2e0db98610dcd90baa0b8494e8531d91a68", size = 29817 }, ] [[package]]