Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

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

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

mpeddada1
Copy link
Contributor

A new version of google-resumable-media was released recently which dropped support for Python 3.6,. This resulted in:

ERROR: Could not find a version that satisfies the requirement google-resumable-media==2.4.0 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.6.0, 0.7.0, 0.7.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 2.0.0b1, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.1.0, 2.2.0, 2.2.1, 2.3.0, 2.3.1, 2.3.2, 2.3.3)
ERROR: No matching distribution found for google-resumable-media==2.4.0
cleanup

This PR pins the versions of the transitive dependencies to make the requirements.txt more future proof.

@mpeddada1 mpeddada1 requested review from a team as code owners October 19, 2022 16:02
@mpeddada1 mpeddada1 requested a review from meltsufin October 19, 2022 16:02
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@meltsufin meltsufin merged commit 959bc57 into main Oct 19, 2022
@meltsufin meltsufin deleted the fix-versions branch October 19, 2022 16:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants