Skip to content

Commit adb5a2d

Browse files
authored
Update pyproject.toml to fix issues seen in dbt-databricks
1 parent 918752f commit adb5a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include = ["CHANGELOG.md"]
1212
python = "^3.8.0"
1313
thrift = "^0.16.0"
1414
pandas = [
15-
{ version = ">=1.2.5,<3.0.0", python = ">=3.8" }
15+
{ version = ">=1.2.5,<2.2.0", python = ">=3.8" }
1616
]
1717
pyarrow = "^14.0.1"
1818

@@ -26,7 +26,7 @@ numpy = [
2626
sqlalchemy = { version = ">=2.0.21", optional = true }
2727
openpyxl = "^3.0.10"
2828
alembic = { version = "^1.0.11", optional = true }
29-
urllib3 = ">=1.0"
29+
urllib3 = ">=1.26"
3030

3131
[tool.poetry.extras]
3232
sqlalchemy = ["sqlalchemy"]

0 commit comments

Comments
 (0)