fix: package upgraded for h11 and httpcore#268
Merged
Roopan-Microsoft merged 1 commit intodevfrom Sep 23, 2025
Merged
Conversation
Roopan-Microsoft
approved these changes
Sep 23, 2025
|
🎉 This PR is included in version 1.10.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Purpose
This pull request updates the
src/ContentProcessorAPI/requirements.txtfile to add and upgrade several dependencies, mainly related to testing and packaging. These changes enhance the project's testing capabilities by introducingpytestand related plugins, and ensure compatibility with newer versions of core libraries.Testing dependencies added:
pytest,pytest-cov, andpytest-mockto enable unit testing, coverage reporting, and mocking in tests.iniconfig,packaging, andpluggy, which are required bypytestand its plugins. [1] [2]Coverage tool:
coveragepackage to measure code coverage during test runs.Dependency upgrades:
httpcorefrom version 1.0.7 to 1.0.9 to ensure improved compatibility and bug fixes.h11and updated comments to reflect its use bycontentprocessorapi.Metadata updates:
pytestand related tools (e.g.,colorama,pygments). [1] [2]These changes collectively improve the project's testing infrastructure and keep dependencies up to date and secure.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information