fix(ci): use and fix pinned requirements - #120
Merged
Merged
Conversation
Antonio-RiveroMartnez
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PR #118 updated
setup.pydependencies but leftrequirements.txtstale. This PR fixes that oversight:requirements.txtwas outdated withelasticsearch==7.13.4and missingopensearch-pyentirelypip install -e .which masked the issue, but local development usingrequirements.txtwould get wrong versionsChanges
requirements.txtelasticsearch==7.17.13(was7.13.4)opensearch-py==2.8.0(was missing)sqlalchemy==2.0.29(was1.4.9)urllib3==2.2.2(was1.26.5)setup.pyopensearch-py>=2.8.0(was>=2.4.0) - required because 2.8.0 is the first version supporting urllib3 2.x.github/workflows/ci.ymlTest plan
pip install -r requirements.txtsucceeds without dependency conflicts