Skip to content

Conversation

@varonix0
Copy link
Member

This PR resolves the not subscribable error encountered on Python version 3.8 or lower. In Python 3.9 a global type was introduced, which we were using in the SDK. For Python 3.9, we need to manually import Type from typing, which works in the exact same way.

Python 3.8 recently reached EOL, but we are resolving this issue to support a wider range of Python versions, as many companies still depend on 3.8 today.

@varonix0 varonix0 requested a review from maidul98 January 15, 2025 14:59
@varonix0 varonix0 self-assigned this Jan 15, 2025
@varonix0 varonix0 merged commit 224c16c into main Jan 15, 2025
9 checks passed
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.

3 participants