We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e026f commit 14040daCopy full SHA for 14040da
1 file changed
providers/cloudant/pyproject.toml
@@ -57,9 +57,7 @@ requires-python = "~=3.10"
57
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
58
dependencies = [
59
"apache-airflow>=2.10.0",
60
- # Even though 3.9 is excluded below, we need to make this python_version aware so that `uv` can generate a
61
- # full lock file when building lock file from provider sources
62
- "ibmcloudant==0.9.1;python_version>=\"3.10\"",
+ "ibmcloudant>=0.10.0",
63
]
64
65
[dependency-groups]
0 commit comments