Skip to content

Commit

Permalink
Merge pull request #35 from getyourguide/pyspark-update
Browse files Browse the repository at this point in the history
Update pyspark to 3.4.1 and requests to 3.23.
  • Loading branch information
gyg-martin-jewell authored Oct 18, 2024
2 parents 53ca7b8 + 43a406b commit 1ffe774
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
25 changes: 13 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ repository = "https://github.com/getyourguide/DDataFlow"
[tool.poetry.dependencies]
python = ">=3.8,<4"
databricks-cli = {version = ">=0.16"}
pyspark = ">3"
pyspark = "3.4.1"
fire = ">=0.4"
# this is not a direct dependency of the template, but a dependency of databricks-cli
# that comes from mlflow, if we dont pin it here we get a lower version that has a security problem
oauthlib = ">=3.2.1"
urllib3 = ">=1.24.2"
requests = "^2.23.3"

[tool.poetry.scripts]
ddataflow = 'ddataflow.ddataflow:main'
Expand Down

0 comments on commit 1ffe774

Please sign in to comment.