Skip to content

Commit

Permalink
Merge pull request #551 from mlte-team/bug/python-3.11.x-ci-support
Browse files Browse the repository at this point in the history
Bug/python 3.11.x ci support
  • Loading branch information
sei-aderr authored Dec 10, 2024
2 parents 4064f72 + 744d59f commit 45daa15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -23,7 +23,7 @@ exclude = [
mlte = "mlte.cli:run"

[tool.poetry.dependencies]
python = ">=3.9.1,<=3.11.0"
python = ">=3.9.1,<3.12"
fastapi = ">=0.100.0"
pydantic-settings = "^2.0.3"
pydantic = "^2.1.1"
Expand Down

0 comments on commit 45daa15

Please sign in to comment.