Describe the Bug
Dear maintainers,
we are trying to install cloud-sdk-python. We are already using sap-ai-sdk-gen for bindings to AI Core (e.g. for Document Grounding Service).
However, it is currently impossible to install both due to dependency conflicts:

Reason: The dependency on requests in cloud-sdk-python (this package) is too restrictive (>=2.31.0,<2.32.0).
Solution proposal: Similar to other Python packages, cloud-sdk-python should not be restrictive when it comes such an important dependency which is depended on by many other packages.
Steps to Reproduce
poetry init --no-interaction --python=">=3.13,<4.0.0"
poetry add "sap-ai-sdk-gen[all]"
poetry add sap-cloud-sdk
Expected Behavior
Dependencies can be installed.
Screenshots
Used Versions
- Python version via
python --version: 3.13.7
- SAP Cloud SDK for Python version: 0.7.0
- Framework version (if applicable, e.g., Flask, FastAPI): N/A
Installed packages via pip list or uv pip list
Affected Development Phase
Migration.
Impact
Cannot use and install sap-cloud-sdkat all.
Describe the Bug
Dear maintainers,
we are trying to install cloud-sdk-python. We are already using sap-ai-sdk-gen for bindings to AI Core (e.g. for Document Grounding Service).
However, it is currently impossible to install both due to dependency conflicts:

Reason: The dependency on
requestsin cloud-sdk-python (this package) is too restrictive (>=2.31.0,<2.32.0).Solution proposal: Similar to other Python packages, cloud-sdk-python should not be restrictive when it comes such an important dependency which is depended on by many other packages.
Steps to Reproduce
Expected Behavior
Dependencies can be installed.
Screenshots
Used Versions
python --version: 3.13.7Installed packages via
pip listoruv pip listAffected Development Phase
Migration.
Impact
Cannot use and install
sap-cloud-sdkat all.