SANDEEPNEGI07 opened a new pull request, #35844: URL: https://github.com/apache/superset/pull/35844
…shmallow>=4.0.0 fix(charts): update Prophet schema for Marshmallow>=4.0.0 compatibility ### SUMMARY Fixes Marshmallow 4.0 compatibility issue in `ChartDataProphetOptionsSchema`. periods field was using `min` which was deprecated in the marshmallow>=4.0.0. This caused a `TypeError: __init__() got an unexpected keyword argument 'min'` Used `validate=Range()` instead of `min`, which is compatible with both Marshmallow>=4.0.0. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF N/A - Backend schema validation fix -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
