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

chore: pin versions of dependencies for compatibility with Python 3.6 #1588

Merged
merged 5 commits into from
Sep 26, 2022

Conversation

mpeddada1
Copy link
Contributor

@mpeddada1 mpeddada1 commented Sep 23, 2022

Generating the requirements file without specifying the version results in dependency versions that are compatible with Python 3.10 (latest) and breaks our current release build. Since our release job uses Python 3.6, we need to pin the versions of the dependencies and transitive dependencies to the latest that is compatible with Python 3.6.

Note: The versions in the requirements.txt file have been manually verified with the versions used in the release and publish_javadoc jobs.

Copy link
Member

@meltsufin meltsufin left a comment

Choose a reason for hiding this comment

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

@SurferJeffAtGoogle Do you mind taking a quick look to see if this is OK? Thanks.

@meltsufin meltsufin enabled auto-merge (squash) September 26, 2022 17:21
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.

None yet

2 participants