Commit 43c57e4
Fix Python 3.8 compatibility for idp_attributes type
Use Dict[str, Any] instead of dict[str, Any] for Python 3.8 compatibility.
The lowercase dict syntax is only available in Python 3.9+.
Fixes issue identified by Greptile bot review.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent c007bbe commit 43c57e4
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
0 commit comments