Skip to content

Commit 995955f

Browse files
fix(deps): pin astroid 4.0.4 to satisfy pylint 4.0.6 constraint
pylint 4.0.6 requires astroid<=4.1.dev0,>=4.0.2, so astroid 4.1.2 caused a ResolutionImpossible error. Downgrade to 4.0.4 (latest 4.0.x) to fix CI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ef55221 commit 995955f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.14.1
22
aiosignal==1.4.0
33
anyio==4.13.0
4-
astroid==4.1.2
4+
astroid==4.0.4
55
async-timeout==5.0.1
66
attrs==26.1.0
77
azure-core==1.41.0

0 commit comments

Comments
 (0)