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

fix: import base to docs reqs #624

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Conversation

ilee2u
Copy link
Contributor

@ilee2u ilee2u commented Jun 14, 2024

An improvement on this PR: #622

Previously, a version conflict between v2.31.0 and v2.32.3 of the requests package occurred when attempting to do python requirement upgrades. The above PR implemented a hotfix by pinning the requests version >=2.32.3, though we decided that this isn't sustainable.

The real problem seemed to be that docs.in never inherited requirements from base.in, causing the docs requirements to not account for what version of requests was being downloaded by other requirement files. This PR fixes that.

Copy link
Contributor

@varshamenon4 varshamenon4 left a comment

Choose a reason for hiding this comment

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

lgtm!

@ilee2u ilee2u merged commit 0937de0 into master Jun 14, 2024
6 checks passed
@ilee2u ilee2u deleted the ilee2u/correct-docs-requirements branch June 14, 2024 16:24
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