Skip to content
Draft
Show file tree
Hide file tree
Changes from all 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
8 changes: 8 additions & 0 deletions .chronus/changes/vnext-bump-2026-6-7-22-13-32.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: dependencies
packages:
- "@typespec/http-client-python"
---

[Python] Bump tool version targets: pylint 4.0.6, mypy 2.1.0, pyright 1.1.411
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.411
pylint==4.0.6
tox==4.16.0
tox-uv
mypy==1.19.1
mypy==2.1.0
colorama==0.4.6
debugpy==1.8.2
pytest==9.0.3
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client-python/tests/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ deps =
-r {tox_root}/requirements/azure.txt
-e {tox_root}/../generator
commands =
uv pip install azure-pylint-guidelines-checker==0.5.2 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
uv pip install azure-pylint-guidelines-checker==0.5.7 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
python {tox_root}/install_packages.py azure {tox_root}
python {tox_root}/../eng/scripts/ci/run_pylint.py -t azure -s generated {posargs}

Expand Down
Loading