Skip to content

Commit 047b599

Browse files
Amit KumarAmit Kumar
authored andcommitted
Fix review comments: changelog version 0.1.0, ibm-db2 extra name, restore uv>=0.11.29
1 parent 3977878 commit 047b599

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

airflow-core/docs/extra-packages-ref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Some of those enable Airflow to use executors to run tasks with them - other tha
345345
+---------------------+-----------------------------------------------------+-----------------------------------------------------------------+----------------------------------------------+
346346
| github | ``pip install 'apache-airflow[github]'`` | GitHub operators and hook | |
347347
+---------------------+-----------------------------------------------------+-----------------------------------------------------------------+----------------------------------------------+
348-
| ibm.db2 | ``pip install 'apache-airflow[ibm.db2]'`` | IBM Db2 hook | |
348+
| ibm-db2 | ``pip install 'apache-airflow[ibm-db2]'`` | IBM Db2 hook | |
349349
+---------------------+-----------------------------------------------------+-----------------------------------------------------------------+----------------------------------------------+
350350
| influxdb | ``pip install 'apache-airflow[influxdb]'`` | Influxdb operators and hook | |
351351
+---------------------+-----------------------------------------------------+-----------------------------------------------------------------+----------------------------------------------+

providers/ibm/db2/docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Changelog
2727
---------
2828

29-
1.0.0
29+
0.1.0
3030
.....
3131

3232
Initial version of the provider.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ apache-airflow = "airflow.__main__:main"
569569
"apache-airflow-providers-amazon[s3fs]",
570570
]
571571
"uv" = [
572-
"uv>=0.11.28",
572+
"uv>=0.11.29",
573573
]
574574

575575
[project.urls]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)