diff --git a/pyproject.toml b/pyproject.toml index 73918ee..efafc8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.8,<3.12" -databricks-sdk = "^0.24.0" +databricks-sdk = "^0.25.1" [build-system] requires = ["poetry-core>=1.0.0"]