diff --git a/.github/workflows/tests-and-linters.yml b/.github/workflows/tests-and-linters.yml index 4ee0d192..bf07a2d9 100644 --- a/.github/workflows/tests-and-linters.yml +++ b/.github/workflows/tests-and-linters.yml @@ -18,6 +18,7 @@ jobs: - run: pip install tox - run: tox env: + DEPENDENCY_INJECTOR_LIMITED_API: 1 TOXENV: ${{ matrix.python-version }} test-different-pydantic-versions: