v0.6.2
·
3 commits
to refs/heads/main
since this release
BabelDOC v0.6.2
Highlights
- Fixed a CI lint issue in the public source package.
修复公开源码包中的 CI lint 检查问题。 - Restored Python 3.10 installation compatibility by constraining
onnxruntimeto versions that still provide Python 3.10 wheels.
通过约束onnxruntime版本,恢复 Python 3.10 环境下的安装兼容性。
Compatibility Notes
- This release is a focused packaging and CI compatibility follow-up to
v0.6.1. It does not change the recursion hardening behavior introduced in
v0.6.1.
本版本是 v0.6.1 之后的打包与 CI 兼容性修复版本,不改变 v0.6.1 引入的递归防护行为。
Changes
- No changes