Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions providers/cloudant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ requires-python = "~=3.10"
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
dependencies = [
"apache-airflow>=2.10.0",
# Even though 3.9 is excluded below, we need to make this python_version aware so that `uv` can generate a
# full lock file when building lock file from provider sources
"ibmcloudant==0.9.1;python_version>=\"3.10\"",
"ibmcloudant>=0.10.0",
]

[dependency-groups]
Expand Down
Loading