llama-stack-mirror/llama_stack/providers/utils/sqlstore
Sébastien Han 8d8e90d78e
fix: add missing argument and methods (#2550)
# What does this PR do?

Resolves:

```
mypy.....................................................................Failed
- hook id: mypy
- exit code: 1

llama_stack/providers/utils/responses/responses_store.py:119: error: Missing positional argument "policy" in call to "fetch_one" of "AuthorizedSqlStore"  [call-arg]
llama_stack/providers/utils/responses/responses_store.py:122: error: "AuthorizedSqlStore" has no attribute "delete"  [attr-defined]
Found 2 errors in 1 file (checked 403 source files)
```

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-06-30 14:55:37 +02:00
..
__init__.py ci: add python package build test (#2457) 2025-06-19 18:57:32 +05:30
api.py feat: support auth attributes in inference/responses stores (#2389) 2025-06-20 10:24:45 -07:00
authorized_sqlstore.py fix: add missing argument and methods (#2550) 2025-06-30 14:55:37 +02:00
sqlalchemy_sqlstore.py feat: support auth attributes in inference/responses stores (#2389) 2025-06-20 10:24:45 -07:00
sqlstore.py refactor(env)!: enhanced environment variable substitution (#2490) 2025-06-26 08:20:08 +05:30