Skip to content

Commit

Permalink
Pin dependencies to minor releases
Browse files Browse the repository at this point in the history
To test dependency changes before users are effected by them
  • Loading branch information
JCZuurmond committed Feb 28, 2025
1 parent 5807002 commit c4cc75b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ classifiers = [
]

dependencies = ["databricks-sdk>=0.40,<0.42",
"databricks-labs-lsql>=0.14.0,<0.15",
"databricks-labs-blueprint>=0.9.1,<0.11",
"PyYAML>=6.0.0,<7.0.0",
"sqlglot>=25.5.0,<26.7",
"astroid>=3.3.1"]
"databricks-labs-lsql>=0.15.0,<0.16.0",
"databricks-labs-blueprint>=0.10.0,<0.11.0",
"PyYAML>=6.0.0,<6.1.0",
"sqlglot>=26.7.0,<26.8.0",
"astroid>=3.3.0,<3.4.0"]

[project.optional-dependencies]
pylsp = [
"python-lsp-server>=1.9.0"
"python-lsp-server>=1.12.0,<1.13.0"
]

[project.entry-points.databricks]
Expand Down

0 comments on commit c4cc75b

Please sign in to comment.