Commit bb251e4
committed
fix(gooddata-sdk): widen GoodDataSdk.create kwargs type to Any
ty flagged callers spreading **dict[str, str | None] into create()
because the new retry_config: GoodDataApiClientRetryConfig | None
slot isn't assignable from str | None.
jira: STL-2767
risk: low1 parent e871107 commit bb251e4
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments