Skip to content

Commit

Permalink
fix: require safe-ds version 0.22.1 (#105)
Browse files Browse the repository at this point in the history
### Summary of Changes

Require the most recent patch version of `safe-ds`.
  • Loading branch information
lars-reimann committed May 2, 2024
1 parent 97f087b commit f3eeabe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ safe-ds-runner = "safeds_runner.main:main"

[tool.poetry.dependencies]
python = "^3.11,<3.13"
safe-ds = ">=0.22,<0.23"
safe-ds = ">=0.22.1,<0.23"
hypercorn = "^0.16.0"
psutil = "^5.9.8"
pydantic = "^2.7.0"
Expand Down

0 comments on commit f3eeabe

Please sign in to comment.