diff --git a/cosmos/provider_info.py b/cosmos/provider_info.py index 9f1764ff20..02223090c5 100644 --- a/cosmos/provider_info.py +++ b/cosmos/provider_info.py @@ -21,8 +21,8 @@ def get_provider_info() -> dict[str, Any]: "options": { "propagate_logs": { "description": "Enable log propagation from Cosmos custom logger\n", - "version_added": "1.3.0a1", - "version_deprecated": "1.6.0a1", + "version_added": "1.3.0", + "version_deprecated": "1.6.0", "deprecation_reason": "`propagate_logs` is no longer necessary as of Cosmos 1.6.0" " because the issue this option was meant to address is no longer an" " issue with Cosmos's new logging approach.",