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

   Our canary build/test failed on validation date-time param, the reason new 
version of `openapi-schema-validator` now use `rfc3339-validator`, and this 
change behaviour for `jsonschema` validation.
   
   ```diff
   
   332c332
   < openapi-schema-validator==0.4.2
   ---
   > openapi-schema-validator==0.4.3
   439a440
   > rfc3339-validator==0.1.4
   ```
   
   List of changes applied by this PR:
   1. Bump version of `jsonschema` to 4+, in this version `jsonschema` drop 
support `strict-rfc3339` and only use `rfc3339-validator` if it installed. This 
mostly for avoid to use another rfc3339 validation method.
   2. Make `rfc3339-validator` as core dependency
   3. Convert valid ISO8601 values to RFC3339
   4. Change example_params_ui_tutorial DAG's parameters to RFC3339


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