rawwar commented on code in PR #47138:
URL: https://github.com/apache/airflow/pull/47138#discussion_r1973449518


##########
airflow/auth/managers/base_auth_manager.py:
##########
@@ -61,7 +61,7 @@
 
 # This cannot be in the TYPE_CHECKING block since some providers import it 
globally.
 # TODO: Move this inside once all providers drop Airflow 2.x support.
-ResourceMethod = Literal["GET", "POST", "PUT", "DELETE", "MENU"]
+ResourceMethod = Literal["GET", "POST", "PUT", "PATCH", "DELETE", "MENU"]

Review Comment:
   yeah - https://github.com/apache/airflow/pull/47062#discussion_r1971338292



-- 
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]

Reply via email to