Skip to content

Remove py3.10 incompatible import#208

Merged
husseinmozannar merged 1 commit intomainfrom
bugfix/typing-self-import
Jun 19, 2025
Merged

Remove py3.10 incompatible import#208
husseinmozannar merged 1 commit intomainfrom
bugfix/typing-self-import

Conversation

@tylerpayne
Copy link
Copy Markdown
Collaborator

typing.Self is not defined in Python 3.10. It is also not necessary, so I removed it.

Resolves #205

`typing.Self` is not defined in Python 3.10. It is also not necessary, so I removed it.
@husseinmozannar husseinmozannar merged commit 1f71569 into main Jun 19, 2025
9 checks passed
@husseinmozannar husseinmozannar deleted the bugfix/typing-self-import branch June 19, 2025 21:32
stefanoamorelli pushed a commit to stefanoamorelli/magentic-ui that referenced this pull request Jun 29, 2025
Co-authored-by: Tyler Payne <tylerpayne@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ImportError: cannot import name 'Self' from 'typing'

2 participants