Skip to content

fix: package upgraded for h11 and httpcore#268

Merged
Roopan-Microsoft merged 1 commit intodevfrom
psldevpackage
Sep 23, 2025
Merged

fix: package upgraded for h11 and httpcore#268
Roopan-Microsoft merged 1 commit intodevfrom
psldevpackage

Conversation

@Prekshith-Microsoft
Copy link
Copy Markdown
Contributor

Purpose

This pull request updates the src/ContentProcessorAPI/requirements.txt file to add and upgrade several dependencies, mainly related to testing and packaging. These changes enhance the project's testing capabilities by introducing pytest and related plugins, and ensure compatibility with newer versions of core libraries.

Testing dependencies added:

  • Added pytest, pytest-cov, and pytest-mock to enable unit testing, coverage reporting, and mocking in tests.
  • Added supporting libraries for testing: iniconfig, packaging, and pluggy, which are required by pytest and its plugins. [1] [2]

Coverage tool:

  • Added the coverage package to measure code coverage during test runs.

Dependency upgrades:

  • Upgraded httpcore from version 1.0.7 to 1.0.9 to ensure improved compatibility and bug fixes.
  • Added missing hash for h11 and updated comments to reflect its use by contentprocessorapi.

Metadata updates:

  • Updated comments to indicate which dependencies are used by pytest and 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?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit 11de7a8 into dev Sep 23, 2025
5 checks passed
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.10.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@Priyanka-Microsoft Priyanka-Microsoft deleted the psldevpackage branch December 25, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants