Libvcs

Latest version: v0.35.0

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

Scan your dependencies

Page 5 of 14

0.21.1

Fixes

- Remove more `typing_extensions` from runtime (437 didn't get them all)

0.21.0

New

- QueryList learned to `.get()` to pick the first result (435)

- Raises error if no items found (unless `default=` keyword argument passed)
- Raises error if multiple items found

Bug fixes

- Remove required dependency of typing-extensions (437)
- Ignore a single line of mypy check in dataclasses for now (437)

0.20.0

What's new

Python 3.11 support (433)

Official support for python 3.11

URLs: Mapping now class attributes (433)

`URL.rule_map` is now a class attribute rather than a dataclass attribute.

console
File "/home/user/.python/3.11.0/lib/python3.11/dataclasses.py", line 1211, in wrap
return _process_class(cls, init, repr, eq, order, unsafe_hash,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/.python/3.11.0/lib/python3.11/dataclasses.py", line 959, in _process_class
cls_fields.append(_get_field(cls, name, type, kw_only))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/.python/3.11.0/lib/python3.11/dataclasses.py", line 816, in _get_field
raise ValueError(f'mutable default {type(f.default)} for field '
ValueError: mutable default <class 'libvcs.url.base.RuleMap'> for field rule_map is not allowed: use default_factory

0.19.1

Tests

- Sync, git: Update pytest fixtures, via 432

Documentation

- CLI, git: Split subcommands into separate pages (remote, stash, submodule), via 432

0.19.0

New features

Commands

via 430

- Git

- Support for progress bar
- Add subcommands for:
- stash: {attr}`Git.stash <libvcs.cmd.git.Git.stash>` -> {class}`libvcs.cmd.git.GitStashCmd`
- remote: {attr}`Git.remote <libvcs.cmd.git.Git.remote>` -> {class}`libvcs.cmd.git.GitRemoteCmd`
- submodule: {attr}`Git.submodule <libvcs.cmd.git.Git.submodule>` ->
{class}`libvcs.cmd.git.GitSubmoduleCmd`
- Added commands for:
- {meth}`libvcs.cmd.git.Git.rev_parse`
- {meth}`libvcs.cmd.git.Git.rev_list`
- {meth}`libvcs.cmd.git.Git.symbolic_ref`
- {meth}`libvcs.cmd.git.Git.show_ref`

- SVN

New and improved:

- {meth}`libvcs.cmd.svn.Svn.unlock`
- {meth}`libvcs.cmd.svn.Svn.lock`
- {meth}`libvcs.cmd.svn.Svn.propset`

- Mercurial

New and improved:

- {meth}`libvcs.cmd.hg.Hg.pull`
- {meth}`libvcs.cmd.hg.Hg.clone`
- {meth}`libvcs.cmd.hg.Hg.update`

Syncing

via 430

Git, SVN, and Mercurial have moved to `libvcs.cmd`

0.18.1

_Maintenance only release, no bug fixes, or new features_

- Documentation improvements
- Development package updates
- Add citation file (CITATION.cff)

Page 5 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.