KoviAnusha commented on code in PR #58062: URL: https://github.com/apache/airflow/pull/58062#discussion_r2532294856
########## airflow-core/src/airflow/models/connection.py: ########## @@ -27,6 +27,7 @@ from typing import Any from urllib.parse import parse_qsl, quote, unquote, urlencode, urlsplit +from cryptography.fernet import InvalidToken Review Comment: Addressed in https://github.com/apache/airflow/commit/0bc4298262ac7339fdddc5dc87f9075e4322b3a9 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
