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

Don't require typing package; it's in the stdlib now #901

Merged
merged 2 commits into from
Mar 1, 2022

Conversation

uckelman-sf
Copy link
Contributor

@uckelman-sf uckelman-sf commented Feb 28, 2022

Remove requirement for separate typing package; typing is in the Python stdlib from 3.5, and we require >= 3.6. From 3.7, installing the typing package causes import failures.

See here for numerous examples of the typing package causing import exceptions with Python >= 3.7.

  • No CHANGELOG update needed
  • No new tests needed
  • No documentation update needed

stdlib from 3.5, and we require >= 3.6. From 3.7, installing the typing
package causes import failures.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add bug fixes, new features, breaking changes and anything else you think is worthwhile mentioning to the master (unreleased) section of CHANGELOG.md. If no CHANGELOG update is needed add the following to the PR description: [x] No CHANGELOG update needed

@github-actions github-actions bot dismissed their stale review February 28, 2022 15:04

CHANGELOG updated or no update needed, thanks! 😄

Copy link
Collaborator

@mr-tz mr-tz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

neat, thank you!

@mr-tz mr-tz merged commit 6423806 into mandiant:master Mar 1, 2022
@uckelman-sf uckelman-sf deleted the use_stdlib_typing branch March 1, 2022 11:20
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