Skip to content

Commit

Permalink
Add missing re2 dependency to cncf.kubernetes and celery providers (#…
Browse files Browse the repository at this point in the history
…33237)

* Add missing re2 dependency to cncf.kubernetes provider

* Add missing re2 dependency to celery provider
  • Loading branch information
hussein-awala committed Aug 9, 2023
1 parent c4fe5b8 commit 0b528e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions airflow/providers/celery/provider.yaml
Expand Up @@ -46,6 +46,7 @@ dependencies:
# Make sure that the limit here is synchronized with [celery] extra in the airflow core
- celery>=5.2.3,<6
- flower>=1.0.0
- google-re2>=1.0

integrations:
- integration-name: Celery
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/cncf/kubernetes/provider.yaml
Expand Up @@ -82,6 +82,7 @@ dependencies:
# (started from current 24.2.2 version) to prevent introducing some problems that could be due to some
# major changes in the package.
- kubernetes_asyncio>=18.20.1,<25
- google-re2>=1.0

integrations:
- integration-name: Kubernetes
Expand Down
4 changes: 3 additions & 1 deletion generated/provider_dependencies.json
Expand Up @@ -246,7 +246,8 @@
"deps": [
"apache-airflow>=2.4.0",
"celery>=5.2.3,<6",
"flower>=1.0.0"
"flower>=1.0.0",
"google-re2>=1.0"
],
"cross-providers-deps": [
"cncf.kubernetes"
Expand All @@ -266,6 +267,7 @@
"apache-airflow>=2.4.0",
"asgiref>=3.5.2",
"cryptography>=2.0.0",
"google-re2>=1.0",
"kubernetes>=21.7.0,<24",
"kubernetes_asyncio>=18.20.1,<25"
],
Expand Down

0 comments on commit 0b528e2

Please sign in to comment.