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

   Closes #68382
   
   Connection port validation was inconsistent across model construction, JSON 
deserialization, the Task SDK, and the public API schema.
   
   This change validates ports as integers in the inclusive `0..65535` range, 
preserves numeric JSON strings and empty ports, serializes port `0`, and adds 
focused boundary coverage.
   
   Tests:
   - `python -m py_compile` on changed source and test files
   - `git diff --check`
   


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