From 3b1fdf26ffbe05150150f8ec779e26b7f60eae2f Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:56:47 +0200 Subject: [PATCH] Depend on Python3.10+ and onwards (#251) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4c396e7..d3a7439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.10" databricks-sdk = "0.30.0" pyyaml = "^6.0.2" mlflow = {extras = ["databricks"], version = "^2.16.0"} @@ -20,4 +20,4 @@ databricks-labs-lsql = "0.9.0" requires = [ "poetry-core>=1.0.0" ] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"