Skip to content

Releases: cariad-tech/python-inspector

Release v0.13.5

20 Mar 22:58
d26e43d
Compare
Choose a tag to compare
fix: Cariad python-inspector patched version

- Add supprt for settings through env var or .env like
  PYTHON_INSPECTOR_INDEX_URL - List of extra indexes separated by comma
  PYTHON_INSPECTOR_DEBUG - Turn on some specific debug message
  PYTHON_INSPECTOR_VERBOSE - Turn on verbose when no command line is
  accessible

- Fix netrc support

- Add retry to downloader to avoid unstable connections

- Add exception handling for some connections error

Includes following commit from upstream pull request:

commit 48882b07cafec4738b7c4a191c1e0b0dbd473ac4
Author: ukaj <[email protected]>
Date:   Tue Mar 11 09:35:23 2025 +0100

    fix: Incorrect parsing of index_urls in requirements.txt

    Signed-off-by: ukaj <[email protected]>

Signed-off-by: Helio Chissini de Castro <[email protected]>