chore(anthropic): add version (#35293)

This commit is contained in:
ccurme
2026-02-17 15:49:14 -05:00
committed by GitHub
parent 6fe7845cd1
commit 8166e0137d
6 changed files with 92 additions and 1 deletions

View File

@@ -51,13 +51,17 @@ format format_diff:
check_imports: $(shell find langchain_anthropic -name '*.py')
uv run --all-groups python ./scripts/check_imports.py $^
check_version:
uv run python ./scripts/check_version.py
######################
# HELP
######################
help:
@echo '----'
@echo 'check_imports - check imports'
@echo 'check_imports - check imports'
@echo 'check_version - validate version consistency'
@echo 'format - run code formatters'
@echo 'lint - run linters'
@echo 'type - run type checking'