steveahnahn opened a new pull request, #60244:
URL: https://github.com/apache/airflow/pull/60244

   ## Summary
     Convert `ResourceMethod` and `ExtendedResourceMethod` from `Literal` type 
aliases to proper `Enum` classes.
   
     This change:
     - Provides runtime validation for HTTP method values
     - Improves IDE autocomplete and discoverability
     - Maintains full backward compatibility (string comparisons still work)
     - Replaces `get_args()` pattern with cleaner enum iteration
   


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