diff --git a/pyproject.toml b/pyproject.toml index fcac35c..f17be7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "typing-extensions>=4.15.0", "asyncer>=0.0.8", "result>=0.17.0", - "notion-client>=2.5.0", + "notion-client>=3.0.0", "glom>=25.12.0" ] readme = "README.md" diff --git a/uv.lock b/uv.lock index 315b809..04714af 100644 --- a/uv.lock +++ b/uv.lock @@ -697,7 +697,7 @@ requires-dist = [ { name = "discord-py", extras = ["voice", "speed"], specifier = ">=2.6.4" }, { name = "ductile-ui", specifier = "==0.3.0" }, { name = "glom", specifier = ">=25.12.0" }, - { name = "notion-client", specifier = ">=2.5.0" }, + { name = "notion-client", specifier = ">=3.0.0" }, { name = "pydantic", specifier = ">=2.11.7" }, { name = "result", specifier = ">=0.17.0" }, { name = "typing-extensions", specifier = ">=4.15.0" }, @@ -877,14 +877,14 @@ wheels = [ [[package]] name = "notion-client" -version = "2.7.0" +version = "3.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "httpx" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/9b/ff/06695dca5d0691346fbd89ba300a2ceeeaf0b0632fe8235b588e83e505a3/notion_client-2.7.0.tar.gz", hash = "sha256:31bde3ae03ede77650cadce136152916efdd86579ff65f49fc6705fbe462e2fb", size = 26384, upload-time = "2025-10-31T12:10:15.264Z" } +sdist = { url = "https://files.pythonhosted.org/packages/a5/39/60afcbc0148c3dafaaefe851ae3f058077db49d66288dfb218a11a57b997/notion_client-3.0.0.tar.gz", hash = "sha256:05c4d2b4fa3491dc0de21c9c826277202ea8b8714077ee7f51a6e1a09ab23d0f", size = 31357, upload-time = "2026-02-16T11:15:48.024Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/2a/6a/9716315432f5aba4c82979f9677aeb101018f0e790835721dc4e01deb933/notion_client-2.7.0-py2.py3-none-any.whl", hash = "sha256:9057a8ac2103ff245556c2a5102bde1d2ccdd3505f66bcc130fc31857731d91e", size = 16999, upload-time = "2025-10-31T12:10:13.835Z" }, + { url = "https://files.pythonhosted.org/packages/aa/ce/6b03f9aedd2edfcc28e23ced5c2582d543f6ddbb2be5c570533f02890b27/notion_client-3.0.0-py2.py3-none-any.whl", hash = "sha256:177fc3d2ace7e8ef69cf96f46269e8a66071c2c7c526194bf06ce7925853e759", size = 18746, upload-time = "2026-02-16T11:15:46.602Z" }, ] [[package]]