Pandas 2.3 has been released. The pin in databricks-sql-python makes it uninstallable alongside the latest pandas:
|
pandas = [ |
|
{ version = ">=1.2.5,<2.3.0", python = ">=3.8,<3.13" }, |
|
{ version = ">=2.2.3,<2.3.0", python = ">=3.13" } |
|
] |
Reactions are currently unavailable
Pandas 2.3 has been released. The pin in databricks-sql-python makes it uninstallable alongside the latest pandas:
databricks-sql-python/pyproject.toml
Lines 14 to 17 in 0947b9a