Use this note for bugs in serialization, validation, packaging helpers, or table-oriented behavior.
- Reproduce the exact serialized value or schema behavior.
- Keep the expected output explicit in the test.
- Avoid broad compatibility code unless a supported version needs it.
- Document the verification command in the PR.
Add links to upstream PRs here as the notes are written.
| Project | Problem | PR |
|---|---|---|
| pyserde | Fix order-dependent serialization for Union[None, X] after Optional[X] cache reuse |
note, PR |
| py7zr | Require passwords when explicit crypto filters are used for writing archives | note, PR |
| pypdf | PDF parsing or metadata behavior | note issue #5 |
| sqlparse | Keep Oracle procedure declarations and bodies in one split statement | note, PR |