get_version
Function
This function is defined in the _version module.Get the version string from pyproject.toml.
Signature
Returns
str
Version string (e.g., “1.6.52”)
Exceptions
RuntimeError
RuntimeError
If version cannot be found or parsed
Uses
Pathpyproject_path.existsRuntimeErrorpyproject_path.read_textre.searchmatch.groupwarnings.warn
Source
View on GitHub
praisonaiagents/_version.py at line 12
