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

DAG-1633: Use typing extensions to add support for Python 3.7 #21

Merged
merged 2 commits into from
Feb 9, 2022

Conversation

zamj
Copy link

@zamj zamj commented Feb 9, 2022

I dislike try except statements when importing modules so I moved this to always use the typing-extensions library.

@zamj zamj requested a review from a team February 9, 2022 18:53
pyproject.toml Outdated
@@ -20,6 +20,7 @@ PyYaml = "^5.1"
dataclasses = {version = "^0.7", python = "3.6.*"}
pydantic = "^1.8"
git-url-parse = "^1"
typing-extensions = "^4.0.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

Since this is a library, you can relax this dependency some? ^4 or >=4 or something like that. We should probably not specify the build number if we can avoid it.

@zamj
Copy link
Author

zamj commented Feb 9, 2022

evergreen merge

@evrg-bot-webhook evrg-bot-webhook merged commit 1fef1b2 into evergreen-ci:main Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants