Skip to content

Add requests dependency without version pinning - #949

Open
Sysoiev-Yurii wants to merge 1 commit into
mistralai:mainfrom
Sysoiev-Yurii:sysoiev-yurii-silver-waddle
Open

Add requests dependency without version pinning#949
Sysoiev-Yurii wants to merge 1 commit into
mistralai:mainfrom
Sysoiev-Yurii:sysoiev-yurii-silver-waddle

Conversation

@Sysoiev-Yurii

Copy link
Copy Markdown

Summary

Added requests to project dependencies in pyproject.toml without pinning the version. This allows installations to use the latest compatible release instead of the fixed v2.34.2.

Changes

  • Modified pyproject.toml: Changed requests==2.34.2 to requests

Rationale

Unpinned versions in dependencies allow for more flexible update cycles, enabling the project to receive security patches and bug fixes automatically when compatible versions are released.

Add requests to project dependencies without pinning the version so installs use the latest compatible release.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@Sysoiev-Yurii
Sysoiev-Yurii requested a review from a team as a code owner July 27, 2026 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant