What's Changed
New
- Python 3.13 support
Fixed
- Disallow non-URL-encodable characters when creating external job inputs and outputs
- Prevent queuing and killing external jobs (must use
job.start/job.stop()
orwith job.run()
)
Full Changelog: v4.6.0...v4.6.1