Conversation
totonga
added a commit
that referenced
this pull request
Apr 3, 2026
totonga
added a commit
that referenced
this pull request
Apr 3, 2026
* fix: bump pytest-cov from 7.0.0 to 7.1.0 (#233) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: bump mypy from 1.19.1 to 1.20.0 (#234) Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 1.20.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: add ConIFactory (#235) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
This pull request introduces support for OIDC authentication via a new
ConIFactoryclass, updates documentation and examples to reflect these changes, and improves dependency management. It also enhances the transaction helper with usage examples and updates the package version.OIDC Authentication Support and Dependency Management:
oidcoptional dependencies (pip-system-certs,requests-oauthlib) for OIDC and M2M authentication inpyproject.tomland documented them inCONTRIBUTING.md. [1] [2]ConIFactoryto theodsboxpackage, including lazy import logic and appropriate error messaging if dependencies are missing. Updated__all__and tab completion accordingly. [1] [2]webfingerto the VSCode spell-check dictionary to support OIDC-related terminology.Documentation and Example Updates:
con_i_factoryandConIFactory, and improved transaction helper docstrings and examples for clarity. [1] [2] [3] [4]README.mdand tests to importConIfrom theodsboxpackage root, reflecting the new import structure. [1] [2]README.mdfor better user understanding.Versioning and Test Adjustments:
1.2.0to reflect the new features.ConIFactoryand__version__in the package’s__all__.