Skip to content

Commit

Permalink
fix: re-instate harlequin-databricks (#726)
Browse files Browse the repository at this point in the history
* Bump target python version to 3.9 for ruff/mypy

* Restore harlequin-databricks as optional dep

I think the deps issues on locking could have come
from upper bounds on the pyarrow & numpy version
set by the databricks-sql-connector

Those upper bounds have gone in the latest
databricks-sql-connector release (3.7.0), which is a
requirement of the latest harlequin-databricks release
(0.5.2)

databricks/databricks-sql-python#452

* Regenerate lock file

* Fix changelog

* fix: regenerate lockfile with poetry 1.8

* fix: bump pytest snapshot plugin version

---------

Co-authored-by: Alex Malins <[email protected]>
  • Loading branch information
tconbeer and alexmalins authored Jan 7, 2025
1 parent 9f65674 commit 5f51122
Show file tree
Hide file tree
Showing 3 changed files with 1,282 additions and 952 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ All notable changes to this project will be documented in this file.

### Breaking Changes
- Drops support for Python 3.8.
- Drops support for harlequin-databricks due to dependency compatibility issues.
- Drops support for Pygments themes in favor of Textual themes.

### Features
Expand Down
Loading

0 comments on commit 5f51122

Please sign in to comment.