python: Reinstate lazy imports (#21486)

* python: reinstate lazy imports

* python: Update samples

---------

Co-authored-by: Pascal Bachor <bachorp@users.noreply.github.com>
This commit is contained in:
Pascal Bachor
2025-07-16 09:53:38 +02:00
committed by GitHub
parent ee77b7f4f0
commit c4a7c14c8f
33 changed files with 880 additions and 47 deletions

View File

@@ -29,6 +29,7 @@ REQUIRES = [
"python-dateutil >= 2.8.2",
"pydantic >= 2",
"typing-extensions >= 4.7.1",
"lazy-imports >= 1, < 2",
]
setup(