tianocore / edk2-basetools

EDK II BaseTools Python tools as a PIP module
Other
25 stars 35 forks source link

Update dependencies to allow newer versions of antlr4 and pytool #127

Closed ghost closed 3 months ago

ghost commented 3 months ago

There's no reason that edk2-basetools requires antlr4-python3-runtime version 4.7.1 or edk2-pytool-library version 0.10.13 specifically, so relax the requirements to allow newer versions of those packages.

Note I'm not entirely familiar yet with Python packaging or the edk2-basetools so I might be wrong. Please close this PR if those versions really are required.

ghost commented 3 months ago

ping @lgao4 @mdkinney

lgao4 commented 3 months ago

For antlr4-python3-runtime, I am OK for this change.

For edk2-pytool-library , can Michael confirm it? @makubacki

ghost commented 3 months ago

I've made the suggested change to edk2-pytool-library. @makubacki and @lgao4 could you approve the review please?