FinIR-Intent / src /finir_intent /_version.py
LethaboScofield's picture
Publish FinIR-Intent 0.1.0 (deterministic structured-output baseline)
20ab5a9 verified
Raw
History Blame Contribute Delete
424 Bytes
"""Version metadata for finir-intent (the Hugging Face workstream package)."""
from __future__ import annotations
__version__ = "0.1.0"
# The FinIR Intent Contract schema version this baseline emits.
INTENT_SCHEMA_VERSION = "1.0"
# The FinIR core runtime compatibility range this baseline was built against
# (must match docs/huggingface-intent-handoff.md in the finir repo).
FINIR_RUNTIME_COMPATIBLE = ">=0.1.0,<0.2.0"