Browse Source
- Replace dict[str, Any] with Dict[str, Any] in runtime aliases - Fix JsonSchemaValue aliases in _compat/__init__.py and _compat/v1.py - Add Dict import to _compat/__init__.py - Resolves TypeError: 'type' object is not subscriptable in Python 3.8 - Maintains compatibility with Python 3.8+ while keeping modern syntax in main codepull/14201/head
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue