Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .chronus/changes/py1-2026-3-14-13-57-17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: internal
packages:
- "@typespec/http-client-python"
---

bumping pylint/mypy versions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pyright==1.1.407
pylint==4.0.4
pyright==1.1.408
pylint==4.0.5
tox==4.16.0
tox-uv
mypy==1.19.1
mypy==1.20.1
colorama==0.4.6
debugpy==1.8.2
pytest==8.3.2
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client-python/tests/requirements/lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Linting dependencies
-r base.txt
pylint==4.0.4
black==24.8.0
black==26.3.1
Comment thread
tadelesh marked this conversation as resolved.
Loading