Skip to content

Commit

Permalink
fix merge-back-to-main and pin mypy to <1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ProKil committed Jul 20, 2024
1 parent 1c05438 commit e4f0a26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/merge-release-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ jobs:
destination_branch: ${{ github.event.repository.default_branch }}
pr_title: "[Automated] Merge ${{ github.ref_name }} into ${{ github.event.repository.default_branch }}"
pr_body: "Automated Pull Request"
pr_reviewer: "ProKil"
pr_assignee: "ProKil"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ruff = "*"
pytest = "*"
pytest-cov = "*"
pytest-asyncio = "*"
mypy = "^1.8.0"
mypy = ">=1.8.0,<1.11.0"

[tool.poetry.extras]
anthropic = ["anthropic"]
Expand Down

0 comments on commit e4f0a26

Please sign in to comment.