Julia version 1.10.3
A recent commit moving PrettyTables from weakdeps to deps causes Pkg's Operations.jl to throw an error when printing the status info. Operations.jl assumes that extension dependencies are weakdeps of the package. Removal of PrettyTables from weakdeps causes a key index error on weakdeps in the code below:
Is this an issue with the julia version in use, an issue with Operations.jl, or an oversight in the commit?