This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 5863a658b6db35092dd4e2beaa7001252036bdbb Author: Ephraim Anierobi <[email protected]> AuthorDate: Mon Feb 26 20:24:37 2024 +0100 Update incorrect config value (#37706) (cherry picked from commit 3dfebd141d76b6365fcac58689e39bc24599441d) --- airflow/config_templates/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/config_templates/config.yml b/airflow/config_templates/config.yml index 9aaeaeee3d..d5bacad1e9 100644 --- a/airflow/config_templates/config.yml +++ b/airflow/config_templates/config.yml @@ -252,7 +252,7 @@ core: What classes can be imported during deserialization. This is a multi line value. The individual items will be parsed as regexp patterns. This is a secondary option to ``allowed_deserialization_classes``. - version_added: 2.8.1 + version_added: 2.8.2 type: string default: '' example: ~
