diff --git a/pyproject.toml b/pyproject.toml index b9fa367..0d1e935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ version = "0.4.0" description = "TEMPLATE PLACEHOLDER - Do not install directly. This package reserves the name for mloda-plugin-template. See https://github.com/mloda-ai/mloda-plugin-template" license = "Apache-2.0" authors = [{ name = "Your Name placeholder", email = "placeholder@placeholder.com" }] -dependencies = ["mloda>=0.8.0", "mloda-testing>=0.3.2"] +dependencies = ["mloda>=0.9.0", "mloda-testing>=0.3.2"] requires-python = ">=3.10" [project.optional-dependencies] diff --git a/uv.lock b/uv.lock index 51c835a..998be15 100644 --- a/uv.lock +++ b/uv.lock @@ -100,7 +100,7 @@ name = "exceptiongroup" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions" }, + { name = "typing-extensions", marker = "python_full_version < '3.13'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } wheels = [ @@ -233,10 +233,10 @@ wheels = [ [[package]] name = "mloda" -version = "0.8.0" +version = "0.9.0" source = { registry = "https://pypi.org/simple" } wheels = [ - { url = "https://files.pythonhosted.org/packages/6c/d8/b4f8beceec599fe75b4956fc8614ead1d40bc0642e6562c18c2c683f2685/mloda-0.8.0-py3-none-any.whl", hash = "sha256:521e0425169a99370b3d1cdf9fd480ebecb3f9a0ec67c62fe6a321ca8e3bcabe", size = 428976, upload-time = "2026-06-05T17:24:09.732Z" }, + { url = "https://files.pythonhosted.org/packages/f2/82/a7893ddd9ab26dd839671c594e9c16437364a8b8ed5dffb02e9b2de52d7f/mloda-0.9.0-py3-none-any.whl", hash = "sha256:d193b03622e6c8670ccde500c9e6d74eba9ef4ed70ca3bd6adbcb9330a370585", size = 430826, upload-time = "2026-07-07T08:48:32.032Z" }, ] [[package]] @@ -360,7 +360,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "bandit", marker = "extra == 'dev'" }, - { name = "mloda", specifier = ">=0.8.0" }, + { name = "mloda", specifier = ">=0.9.0" }, { name = "mloda-testing", specifier = ">=0.3.2" }, { name = "mypy", marker = "extra == 'dev'" }, { name = "pytest", marker = "extra == 'dev'" },