Alleviates a potential error ValueError: Must provide start_date as a datetime
caused by changes to deprecation utils in #17577.
What's Changed
Enhancements ➕➕
Bug Fixes 🐞
- Fixes class instance tasks and flows when called directly on a class by @desertaxle in #17660
- Update
DaskTaskRunner
to lazily load the Dask client by @desertaxle in #17648 - handle
targeted_retries=0
inrun_dbt_cloud_job
by @zzstoatzz in #17663 - temporarily allow
str
ordatetime
forgenerate_deprecation_message
by @zzstoatzz in #17671
Development & Tidiness 🧹
- Add logic to handle cancel_scope None by @cicdw in #17659
- include 3.13 tags in matrix by @zzstoatzz in #17666
- chore(prefect-client): allow indefinite retries during maintenance by @parkedwards in #17667
Documentation 📓
Full Changelog: 3.3.0...3.3.1