llama-stack-mirror/src/llama_stack/providers
Ashwin Bharambe 99380de095 fix(types): add future annotations import for S3Client type hints
Add 'from __future__ import annotations' to enable postponed evaluation
of annotations. This allows S3Client type hints (imported only under
TYPE_CHECKING) to work correctly at runtime without NameError.

Fixes unit test collection error:NameError: name 'S3Client' is not defined
2025-10-28 10:48:45 -07:00
..
inline fix(mypy): resolve provider utility and testing type issues (#3935) 2025-10-28 10:37:27 -07:00
registry chore!: BREAKING CHANGE: vector_db_id -> vector_store_id (#3923) 2025-10-27 14:26:06 -07:00
remote fix(types): add future annotations import for S3Client type hints 2025-10-28 10:48:45 -07:00
utils address feedback 2025-10-28 10:37:48 -07:00
__init__.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
datatypes.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00