Skip to content

Commit

Permalink
Adding uuid6 as a dependency for openlineage (apache#46653)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghrajesh authored Feb 11, 2025
1 parent 4b65163 commit 69dd9c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,8 @@
"apache-airflow>=2.9.0",
"attrs>=22.2",
"openlineage-integration-common>=1.24.2",
"openlineage-python>=1.24.2"
"openlineage-python>=1.24.2",
"uuid6>=2024.7.10"
],
"devel-deps": [],
"plugins": [
Expand Down
1 change: 1 addition & 0 deletions providers/openlineage/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ PIP package Version required
``attrs`` ``>=22.2``
``openlineage-integration-common`` ``>=1.24.2``
``openlineage-python`` ``>=1.24.2``
``uuid6`` ``>=2024.7.10``
========================================== ==================

Cross provider package dependencies
Expand Down
1 change: 1 addition & 0 deletions providers/openlineage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ dependencies = [
"attrs>=22.2",
"openlineage-integration-common>=1.24.2",
"openlineage-python>=1.24.2",
"uuid6>=2024.7.10",
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,6 @@ def get_provider_info():
"attrs>=22.2",
"openlineage-integration-common>=1.24.2",
"openlineage-python>=1.24.2",
"uuid6>=2024.7.10",
],
}

0 comments on commit 69dd9c9

Please sign in to comment.