Cihai-cli

Latest version: v0.30.0

Safety actively analyzes 701786 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

0.25.0

_Maintenance only, no bug fixes, or new features_

Development

- cihai: 0.29.0 -> 0.30.0

- pydocstyle docstrings
- Bug fixes for unused character utility functions

CI

- Move CodeQL from advanced configuration file to GitHub's default
- ci: Add pydocstyle rule to ruff (304)

Documentation

- Add docstrings to functions, methods, classes, and packages (304)

0.24.0

_Maintenance only, no bug fixes, or new features_

Packaging

- Move pytest configuration to `pyproject.toml` (301)
- Add Python 3.12 to trove classifiers
- Packaging (poetry): Fix development dependencies

Per [Poetry's docs on managing dependencies] and `poetry check`, we had it wrong: Instead of using extras, we should create these:

toml
[tool.poetry.group.group-name.dependencies]
dev-dependency = "1.0.0"


Which we now do.

[Poetry's docs on managing dependencies]: https://python-poetry.org/docs/master/managing-dependencies/

Development

- unihan-etl: 0.28.0 -> 0.29.0 (maintenance release)
- ruff: Remove ERA / `eradicate` plugin

This rule had too many false positives to trust. Other ruff rules have been beneficial.

- Poetry: 1.6.1 -> 1.7.0

See also: https://github.com/python-poetry/poetry/blob/1.7.0/CHANGELOG.md

- Move formatting from `black` to [`ruff format`] (302)

This retains the same formatting style of `black` while eliminating a
dev dependency by using our existing rust-based `ruff` linter.

[`ruff format`]: https://docs.astral.sh/ruff/formatter/

- CI: Update action packages to fix warnings

- [dorny/paths-filter]: 2.7.0 -> 2.11.1

[dorny/paths-filter]: https://github.com/dorny/paths-filter

0.23.0

_Maintenance only, no bug fixes, or new features_

Development

- cihai: 0.27.0 -> 0.28.0

Update pytest plugin

0.22.0

_Maintenance only, no bug fixes, or new features_

Development

- cihai: 0.26.0 -> 0.27.0 (300)

Includes unihan-etl 0.25.2 -> 0.27.0 pytest fixes

0.21.2

_Maintenance only, no bug fixes, or new features_

Development

- Ruff: Code quality fixes (299)

0.21.1

Bug Fixes

- Fix `cihai info` and `cihai reverse` (297, 298)

Page 2 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.