Skip to content

Commit

Permalink
Update pyproject.toml to fix issues seen in dbt-databricks
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Cassell <ben.cassell@databricks.com>
  • Loading branch information
benc-db authored and Jesse Whitehouse committed Jan 25, 2024
1 parent 918752f commit 90b2398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = ["CHANGELOG.md"]
python = "^3.8.0"
thrift = "^0.16.0"
pandas = [
{ version = ">=1.2.5,<3.0.0", python = ">=3.8" }
{ version = ">=1.2.5,<2.2.0", python = ">=3.8" }
]
pyarrow = "^14.0.1"

Expand All @@ -26,7 +26,7 @@ numpy = [
sqlalchemy = { version = ">=2.0.21", optional = true }
openpyxl = "^3.0.10"
alembic = { version = "^1.0.11", optional = true }
urllib3 = ">=1.0"
urllib3 = ">=1.26"

[tool.poetry.extras]
sqlalchemy = ["sqlalchemy"]
Expand Down

0 comments on commit 90b2398

Please sign in to comment.