Skip to content

Commit

Permalink
loosen box dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymeijer committed Sep 3, 2024
1 parent 5819ed9 commit aa205ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async_http = [
"aiohttp-retry>=2.8.3",
"nest-asyncio>=1.6.0",
]
box = ["boxsdk[jwt]==3.8.1"]
box = ["boxsdk[jwt]>=3.8,<4.0"]
pandas = ["pandas>=1.3", "setuptools", "numpy<2.0.0"]
pyspark = ["pyspark>=3.2.0", "pyarrow>13"]
se = ["spark-expectations>=2.1.0"]
Expand Down

0 comments on commit aa205ac

Please sign in to comment.