Merge branch 'main' into post-release-prep/codeql-cli-2.25.0

This commit is contained in:
Óscar San José
2026-03-19 13:07:00 +01:00
committed by GitHub
71 changed files with 2031 additions and 1831 deletions

View File

@@ -0,0 +1,5 @@
---
category: fix
---
- Fixed the resolution of relative imports such as `from . import helper` inside namespace packages (directories without an `__init__.py` file), which previously did not work correctly, leading to missing flow.