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"