Closed slavikovbasa closed 10 months ago
Also replaced setup-pdm action with pip install, cause last pdm version does not support python3.7 🙃 (the version is hardcoded into setup script)
If there is a better solution - I am all for it
setup-pdm to pip install
it is fine although action has the ability to specify pdm version as well https://github.com/pdm-project/setup-pdm?tab=readme-ov-file#action-inputs
Fixes queries with non-existent fragments failing with KeyError. Wrapped these with TypeError for correct query validation