diff --git a/pyproject.toml b/pyproject.toml index dc6ce1f90..a484596ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "cryptography>=44.0.2,<46.1.0", "pyodbc~=5.2.0", "SQLAlchemy~=2.0.40", - "pygls~=2.0.0a2", + "pygls~=2.0.0", "duckdb~=1.2.2", "databricks-switch-plugin~=0.1.5", # Temporary, until Switch is migrated to be a transpiler (LSP) plugin. "requests>=2.28.1,<3" # Matches databricks-sdk (and 'types-requests' below), to avoid conflicts.