fix: remove duplicate declaration of tool.poetry.extras#752
Closed
daniel-cohere wants to merge 2 commits intomainfrom
Closed
fix: remove duplicate declaration of tool.poetry.extras#752daniel-cohere wants to merge 2 commits intomainfrom
daniel-cohere wants to merge 2 commits intomainfrom
Conversation
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 PR introduces new dependencies and updates the lock file to version 2.1.
cffifor Foreign Function Interfacecircuitbreakerfor Python Circuit Breaker pattern implementationcryptographyfor cryptographic recipes and primitivesocifor Oracle Cloud Infrastructure Python SDKpycparserfor C parser in Pythonpyopensslfor Python wrapper around OpenSSLpytzfor world timezone definitionsgroupsandmarkersfor several existing dependencies[tool.poetry.extras]section and addsociextra to[tool.poetry.extras]at the end of the filelock-versionto2.1inpoetry.lockNote
Medium Risk
Regenerating
poetry.lockwith a newer Poetry version and adding theociextra changes dependency resolution/markers and can affect downstream installs, though no runtime code is modified.Overview
Cleans up
pyproject.tomlby removing a duplicate[tool.poetry.extras]declaration and consolidating optional extras soaiohttpandociare defined in a single section.Regenerates
poetry.lockwith Poetry2.0.1, bumping the lock format (2.0→2.1) and updating metadata/markers/groups; this also records theocioptional dependency set (e.g.,ocipluscryptography/pyOpenSSLand related transitive deps).Reviewed by Cursor Bugbot for commit 5391bbd. Bugbot is set up for automated code reviews on this repo. Configure here.