Skip to content
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

Compatibility fix with old versions of Python #64

Merged
merged 3 commits into from
Apr 6, 2024

Conversation

felipeucelli
Copy link
Contributor

Some recent changes in pytubefix caused error in old versions of python #56 #62

The main cause of the errors was the type annotation that needs to be imported into the class in Python versions prior to 3.9.

There was also the import of the dataclasses class in chapters.py which was only implemented in the python 3.7+ version.

@JuanBindez JuanBindez changed the base branch from main to release_candidate(bugfix) April 6, 2024 21:22
@JuanBindez JuanBindez merged commit 0864168 into JuanBindez:release_candidate(bugfix) Apr 6, 2024
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.

2 participants