Commit 6b7efbc
committed
fix(workers): make RunQueryParametersNeedleValue a BaseModel with arbitrary_types_allowed
The bare class caused PydanticSchemaGenerationError at import time,
cascading across all workers sub-resource tests (1100+ failures).1 parent 9e30fdc commit 6b7efbc
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | | - | |
| 200 | + | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments