py依赖修改
All checks were successful
API接口参数变更检测 / api-param-check (push) Successful in 33s

This commit is contained in:
2026-06-03 15:40:47 +08:00
parent d20bc1a168
commit 0600feed2e
2 changed files with 18 additions and 9 deletions

View File

@@ -1,4 +1,9 @@
# Python 依赖(纯 Python AST 解析,无需 Java
PyYAML>=6.0.1
requests>=2.31.0
javalang>=0.13.0
# Python 依赖(版本锁定,避免 CI pip 冲突
PyYAML==6.0.2
requests==2.32.3
charset-normalizer==3.4.1
urllib3==2.2.3
certifi==2024.8.30
idna==3.10
javalang==0.13.0
six==1.16.0