You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As outlined in badges/shields#10594, using query expressions to find the value of an item within a toml file is no longer supported due to a security vulnerability. We used this to search through the array of packages within poetry.lock and find the current locked version of Py-Cord that is in use.
The change to the shield badges project means this search is no longer available and an alternative solution must be found. Perhaps the change to use a uv.lock format, once #329 is implemented, could help? More investigation on the uv.lock format is required.
The text was updated successfully, but these errors were encountered:
As outlined in badges/shields#10594, using query expressions to find the value of an item within a toml file is no longer supported due to a security vulnerability. We used this to search through the array of packages within
poetry.lock
and find the current locked version of Py-Cord that is in use.The change to the shield badges project means this search is no longer available and an alternative solution must be found. Perhaps the change to use a
uv.lock
format, once #329 is implemented, could help? More investigation on theuv.lock
format is required.The text was updated successfully, but these errors were encountered: