File: json-bytes-2f0085202d5e5796.yaml

package info (click to toggle)
python-ironicclient 5.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,344 kB
  • sloc: python: 24,061; makefile: 20; sh: 18
file content (6 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
---
upgrade:
  - |
    The Python API used to accepts byte arrays and other non-serializable in
    JSON data types in a few places where strings are required. This is no
    longer supported, an attempt to do it will result in an exception.