Commit 8a22ae4
fix(sandbox): convert rebased inline-evaluator preview call site to async factory
Base PR #12690 added _resolve_inline_code_evaluator_backend with a sync
call to get_or_create_backend. Our branch made that factory async with
required session/decrypt params for DB-backed credential resolution, so
the call site needs the same conversion applied at the other two sites:
await, session+decrypt, MissingSecretError/UnsupportedOperation/
ValidationError mapping to BadRequest, and admin-provider-wins merge order.1 parent 34b8d6d commit 8a22ae4
1 file changed
Lines changed: 19 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
143 | 147 | | |
144 | | - | |
145 | 148 | | |
| 149 | + | |
146 | 150 | | |
147 | 151 | | |
148 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
149 | 165 | | |
150 | 166 | | |
151 | 167 | | |
| |||
0 commit comments