Skip to content

Commit

Permalink
Update mypy to 1.10 in llm-app (#6590)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: e7cb79da361f8ce137be2472234a98484e9f63d9
  • Loading branch information
embe-pw authored and Manul from Pathway committed Jun 6, 2024
1 parent 3fc4936 commit ea643d2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 38 deletions.
73 changes: 36 additions & 37 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 @@ -63,7 +63,7 @@ optional = true
[tool.poetry.group.linters.dependencies]
black = "^24.2.0"
isort = "^5.13.2"
mypy = "~1.9.0"
mypy = "~1.10.0"
flake8 = "~7.0.0"
pytest = "^8.0.2"
types-requests = "^2.31.0"
Expand Down

0 comments on commit ea643d2

Please sign in to comment.