-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Description
I would like to be able to use this library with the latest pandas version. Currently pandas is pinned to <2.2.0:
databricks-sql-python/pyproject.toml
Lines 14 to 16 in 0552990
| pandas = [ | |
| { version = ">=1.2.5,<2.2.0", python = ">=3.8" } | |
| ] |
It would be good to remove this restriction.
Metadata
Metadata
Assignees
Labels
No labels