Skip to content

Commit

Permalink
loosen dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymeijer committed Nov 8, 2024
1 parent f2e0f65 commit 6682d7a
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 @@ -9,8 +9,8 @@ packages = [{ include = "spark_expectations" }]
[tool.poetry.dependencies]
python = "^3.9,<3.13"
pluggy = ">=1"
pyspark = "^3.0.0"
requests = "^2.28.1"
pyspark = ">=3.0.0,<4.0.0"
requests = ">=2.28.1"

[tool.poetry.group.dev.dependencies]
black = "23.3.0"
Expand Down

0 comments on commit 6682d7a

Please sign in to comment.