mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 14:04:44 +00:00
fix: llama_stack_api inspect API rename (backport #4311) (#4313)
Some checks failed
SqlStore Integration Tests / test-postgres (3.12) (push) Failing after 2s
SqlStore Integration Tests / test-postgres (3.13) (push) Failing after 2s
Integration Tests (Replay) / generate-matrix (push) Successful in 10s
Integration Auth Tests / test-matrix (oauth2_token) (push) Failing after 21s
Unit Tests / unit-tests (3.12) (push) Failing after 19s
Vector IO Integration Tests / test-matrix (push) Failing after 30s
Integration Tests (Replay) / Integration Tests (, , , client=, ) (push) Failing after 30s
Unit Tests / unit-tests (3.13) (push) Failing after 1m59s
Pre-commit / pre-commit (22) (push) Failing after 2m50s
Some checks failed
SqlStore Integration Tests / test-postgres (3.12) (push) Failing after 2s
SqlStore Integration Tests / test-postgres (3.13) (push) Failing after 2s
Integration Tests (Replay) / generate-matrix (push) Successful in 10s
Integration Auth Tests / test-matrix (oauth2_token) (push) Failing after 21s
Unit Tests / unit-tests (3.12) (push) Failing after 19s
Vector IO Integration Tests / test-matrix (push) Failing after 30s
Integration Tests (Replay) / Integration Tests (, , , client=, ) (push) Failing after 30s
Unit Tests / unit-tests (3.13) (push) Failing after 1m59s
Pre-commit / pre-commit (22) (push) Failing after 2m50s
# What does this PR do?
when publishing llama_stack_api, `inspect.py` causes issues and gets
confused to be the builtin stdlib inspect module.
This is due to the top level __init__.py we have. We need to rename
inspect.py to inspect_api.py to avoid this conflict.
Also, uv sync
1993161624
for reference . <hr>This is an automatic backport of pull request #4311
done by [Mergify](https://mergify.com).
Signed-off-by: Charlie Doern <cdoern@redhat.com>
Co-authored-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
8e6d3bc4c7
commit
8be2a3338f