[PR #286] [MERGED] requirements.txt: Set versions as minimum instead of hardcoding as exact #294

Closed
opened 2026-02-27 08:12:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/286
Author: @C0rn3j
Created: 11/18/2024
Status: Merged
Merged: 4/27/2025
Merged by: @kokarare1212

Base: mainHead: patch-1


📝 Commits (3)

  • 9856c62 requirements.txt: Set versions as minimum instead of hardcoded exact version
  • 6ff13b3 Fixate protobuf #130
  • 2a458c4 Merge branch 'main' into patch-1

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 requirements.txt (+6 -6)

📄 Description

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
librespot 0.0.9 requires requests==2.30.0, but you have requests 2.32.3 which is incompatible.

If there turns out to be an issue later, it can be hardcoded as minimum + maximum.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
librespot 0.0.9 requires requests==2.30.0, but you have requests 2.32.3 which is incompatible.

The way it is set at the moment breaks installing the project if newer versions need to be installed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kokarare1212/librespot-python/pull/286 **Author:** [@C0rn3j](https://github.com/C0rn3j) **Created:** 11/18/2024 **Status:** ✅ Merged **Merged:** 4/27/2025 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`9856c62`](https://github.com/kokarare1212/librespot-python/commit/9856c628413801ce50dc2611fa598e477a511d82) requirements.txt: Set versions as minimum instead of hardcoded exact version - [`6ff13b3`](https://github.com/kokarare1212/librespot-python/commit/6ff13b35c373d963f5bcadd074d05db0a37b8190) Fixate protobuf #130 - [`2a458c4`](https://github.com/kokarare1212/librespot-python/commit/2a458c4f43386ebb4b10e00a7bbc77a89ab6f272) Merge branch 'main' into patch-1 ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+6 -6) </details> ### 📄 Description ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. librespot 0.0.9 requires requests==2.30.0, but you have requests 2.32.3 which is incompatible. ``` If there turns out to be an issue later, it can be hardcoded [as minimum + maximum](https://stackoverflow.com/a/8811418). ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. librespot 0.0.9 requires requests==2.30.0, but you have requests 2.32.3 which is incompatible. ``` The way it is set at the moment breaks installing the project if newer versions need to be installed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:12:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot-python-kokarare1212#294
No description provided.