File: fix-regression-with-execution-force-delete-af8d1968cb2673ef.yaml

package info (click to toggle)
python-mistralclient 1%3A4.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,080 kB
  • sloc: python: 10,854; sh: 135; makefile: 23
file content (8 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    mistralclient 3.5.0 introduced a new --force option to delete executions
    that are still running. However, this had the unintended impact of passing
    force=false when it wasn't provided. This is incompatible with previous
    releases of the Mistral API which reject requests as they don't recognise
    "force".