python: feature flag for lazy imports (#21885)

* python: feature flag for lazy imports

* python: update samples

* python: add python-lazyImports to test job

* python: reuse tests in lazyImports sample

* python: avoid using non-imported submodules

* add normalizer option

---------

Co-authored-by: Pascal Bachor <bachorp@users.noreply.github.com>
Co-authored-by: William Cheng <wing328hk@gmail.com>
This commit is contained in:
Pascal Bachor
2025-09-10 11:22:41 +02:00
committed by GitHub
parent 0e42edc95b
commit 6825d9ccaa
440 changed files with 50287 additions and 818 deletions

View File

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