Skip to content

Commit be7c935

Browse files
authored
Dependency update: pygls 2.0.0a2 → 2.0.0 (#2161)
## Changes Bump the version of `pygls` we use from the pre-release version we've been using so far to the final release: 2.0.0a2 → 2.0.0 ### Tests - manually tested - existing unit tests - existing integration tests
1 parent 39c1c81 commit be7c935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"cryptography>=44.0.2,<46.1.0",
3939
"pyodbc~=5.2.0",
4040
"SQLAlchemy~=2.0.40",
41-
"pygls~=2.0.0a2",
41+
"pygls~=2.0.0",
4242
"duckdb~=1.2.2",
4343
"databricks-switch-plugin~=0.1.5", # Temporary, until Switch is migrated to be a transpiler (LSP) plugin.
4444
"requests>=2.28.1,<3" # Matches databricks-sdk (and 'types-requests' below), to avoid conflicts.

0 commit comments

Comments
 (0)