matsjoyce-refeyn
Results
3
comments of
matsjoyce-refeyn
A workaround is to use `pydantic.TypeAdapter.dump_*`, for which the `exclude_none` flag does seem to work.
A similar problem was found with the "QML Format" VSCode extension (https://github.com/Delgan/qml-format/issues/2), maybe the fix for this extension is similar?
Another workaround, setting the `PIP_INDEX_URL` (from https://pip.pypa.io/en/stable/cli/pip_list/#cmdoption-extra-index-url) also seems to work.