Skip to content

Commit 9a87af3

Browse files
committed
dependency
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent ec0f5a7 commit 9a87af3

File tree

3 files changed

+19
-142
lines changed

3 files changed

+19
-142
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You are welcome to file an issue here for general use cases. You can also contac
1111

1212
## Requirements
1313

14-
Python 3.8 or above is required.
14+
Python 3.9 or above is required.
1515

1616
## Documentation
1717

poetry.lock

Lines changed: 14 additions & 138 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [{ include = "databricks", from = "src" }]
99
include = ["CHANGELOG.md"]
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.8.0"
12+
python = "^3.9.0"
1313
thrift = ">=0.16.0,<0.21.0"
1414
pandas = [
1515
{ version = ">=1.2.5,<2.3.0", python = ">=3.8,<3.13" },
@@ -22,10 +22,11 @@ openpyxl = "^3.0.10"
2222
urllib3 = ">=1.26"
2323
python-dateutil = "^2.8.0"
2424
pyarrow = [
25-
{ version = ">=14.0.1", python = ">=3.8,<3.13", optional=true },
25+
{ version = ">=14.0.1", python = ">=3.9,<3.13", optional=true },
2626
{ version = ">=18.0.0", python = ">=3.13", optional=true }
2727
]
2828
pyjwt = "^2.0.0"
29+
pybreaker = "^1.4.0"
2930

3031

3132
[tool.poetry.extras]
@@ -38,7 +39,7 @@ pylint = ">=2.12.0"
3839
black = "^22.3.0"
3940
pytest-dotenv = "^0.5.2"
4041
numpy = [
41-
{ version = ">=1.16.6", python = ">=3.8,<3.11" },
42+
{ version = ">=1.16.6", python = ">=3.9,<3.11" },
4243
{ version = ">=1.23.4", python = ">=3.11" },
4344
]
4445

0 commit comments

Comments
 (0)