Skip to content

Unable to install cloud-sdk-python at the same time as sap-ai-sdk-gen #53

@ofrendo

Description

@ofrendo

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:
Image

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

Image

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
sap-ai-sdk-gen[all]

Affected Development Phase

Migration.

Impact

Cannot use and install sap-cloud-sdkat all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions