This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push: new 0d6cf84a9ff Bump min version of facebook-business>=22.0 (#50439) 0d6cf84a9ff is described below commit 0d6cf84a9ff79ec0e148bbcabf2d883d447e4fab Author: Elad Kalif <45845474+elad...@users.noreply.github.com> AuthorDate: Sat May 10 19:14:08 2025 +0300 Bump min version of facebook-business>=22.0 (#50439) --- providers/facebook/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/facebook/pyproject.toml b/providers/facebook/pyproject.toml index 82f9247f242..962da541b9f 100644 --- a/providers/facebook/pyproject.toml +++ b/providers/facebook/pyproject.toml @@ -58,7 +58,7 @@ requires-python = "~=3.9" # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build`` dependencies = [ "apache-airflow>=2.10.0", - "facebook-business>=15.0.2", + "facebook-business>=22.0.0", ] [dependency-groups]