From f93e36dfea8d372c5a75c2d3fa0bd0185b394011 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 4 Apr 2025 14:10:52 +1000 Subject: [PATCH 1/2] Fix spelling in Python code comment --- airflow_client/client/model_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow_client/client/model_utils.py b/airflow_client/client/model_utils.py index 0da60dc2..b3218776 100644 --- a/airflow_client/client/model_utils.py +++ b/airflow_client/client/model_utils.py @@ -1343,7 +1343,7 @@ def deserialize_model(model_data, model_class, path_to_item, check_type, model_data (int/str/float/bool/none_type/list/dict): data to instantiate the model model_class (OpenApiModel): the model class path_to_item (list): path to the model in the received data - check_type (bool): whether to check the data tupe for the values in + check_type (bool): whether to check the data type for the values in the model configuration (Configuration): the instance to use to convert files spec_property_naming (bool): True if the variable names in the input From 2825159430b020eb559bd880f912280dc5830981 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 4 Apr 2025 14:30:15 +1000 Subject: [PATCH 2/2] Update airflow_client/client/model_utils.py Co-authored-by: Kalyan R --- airflow_client/client/model_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow_client/client/model_utils.py b/airflow_client/client/model_utils.py index b3218776..f12614dc 100644 --- a/airflow_client/client/model_utils.py +++ b/airflow_client/client/model_utils.py @@ -1343,7 +1343,7 @@ def deserialize_model(model_data, model_class, path_to_item, check_type, model_data (int/str/float/bool/none_type/list/dict): data to instantiate the model model_class (OpenApiModel): the model class path_to_item (list): path to the model in the received data - check_type (bool): whether to check the data type for the values in + check_type (bool): whether to check the data type of the values in the model configuration (Configuration): the instance to use to convert files spec_property_naming (bool): True if the variable names in the input