Results 3 issues of stierma1

Added a publicImports field to the root of the proto AST. Does not change existing import functionality.

I when parsing the Proto Files it is missing "public" from its imports. Example ProtoFile ``` syntax = "proto3"; import "A.proto"; import public "B.proto"; ``` becomes ``` { "imports": [...

### Describe the issue Trying to setup ai libraries for training, running into issue with pip install onnxruntime-gpu==1.21 Could not find a version that satisfies the requirement. Likely because its...