Libvcs

Latest version: v0.35.0

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

Scan your dependencies

Page 3 of 14

0.28.1

Packaging

- Source distribution: Include `CHANGES`, `MIGRATION`, and `docs/` in tarball
(454)

0.28.0

Improvement

- `QueryList` generic support improved (453)

0.27.0

Development

- Strengthen linting (514)

- Add flake8-commas (COM)

- https://docs.astral.sh/ruff/rules/#flake8-commas-com
- https://pypi.org/project/flake8-commas/

- Add flake8-builtins (A)

- https://docs.astral.sh/ruff/rules/#flake8-builtins-a
- https://pypi.org/project/flake8-builtins/

- Add flake8-errmsg (EM)

- https://docs.astral.sh/ruff/rules/#flake8-errmsg-em
- https://pypi.org/project/flake8-errmsg/

CI

- Move CodeQL from advanced configuration file to GitHub's default

0.26.0

Breaking changes

- Rename pytest plugin protocol typings (450):

- `CreateProjectCallbackProtocol` -> `CreateRepoPostInitFn`
- `CreateProjectCallbackFixtureProtocol` -> `CreateRepoPytestFixtureFn`

Bug fixes

- Remove unused command: `Svn.mergelist` (450)
- Fix `Git.config` docstring (450)

Development

- ci: Add pydocstyle rule to ruff (449)
- Add test for direct usage of `HgSync` (450)
- pytest-watcher, Add configuration (450):

- Run initially by default
- Skip post-save files from vim

Documentation

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

0.25.1

Packaging

- Move `gp-libs` to `test` dependencies

0.25.0

_Maintenance only, no bug fixes, or new features_

Packaging

- 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`] (448)

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/

- 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

- CI: Update action package to fix warnings

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

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

Page 3 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.