-
Notifications
You must be signed in to change notification settings - Fork 10
Upgrade to Atoti Python SDK 0.9.11 #303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -101,7 +101,7 @@ def _generate_class_name_and_lines( | |
| ) | ||
| for child_name in skeleton | ||
| } | ||
| case origin, (name_type, value_type) if origin is Mapping: | ||
| case origin, (name_type, value_type) if origin is dict: | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Required by the changes in |
||
| assert isinstance(skeleton, Mapping) | ||
| assert name_type is str | ||
| class_name_and_lines_from_attribute_name = { | ||
|
|
||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Without these changes, the latest version of |
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See https://docs.astral.sh/ty/editors/#vs-code.