Skip to content

Commit c346280

Browse files
author
Joongheon Park
committed
chore: update version and enhance documentation
- Incremented version number in `__init__.py` from 0.1.6 to 0.1.7. - Updated Python version requirements in workflow files to 3.11 for consistency. - Enhanced Korean and English README files for clarity and structure, including improved project descriptions and usage instructions. - Added integration tests for CLI commands to ensure proper functionality and error handling. Files modified: 10
1 parent 95eb750 commit c346280

File tree

12 files changed

+943
-356
lines changed

12 files changed

+943
-356
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"Bash(uv run python:*)",
88
"Skill(writing-skills)",
99
"Bash(wc:*)",
10-
"Bash(ls:*)"
10+
"Bash(ls:*)",
11+
"WebFetch(domain:docs.langchain.com)"
1112
],
1213
"deny": [],
1314
"ask": []

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
env:
7-
PYTHON_VERSION: "3.12"
7+
PYTHON_VERSION: "3.11"
88
WORKING_DIRECTORY: "act_operator"
99

1010
jobs:

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: astral-sh/setup-uv@v7
1616
with:
17-
python-version: "3.12"
17+
python-version: "3.11"
1818
enable-cache: true
1919
cache-suffix: "ruff"
2020

.github/workflows/uv_lock_upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
pull-requests: write
1313

1414
env:
15-
PYTHON_VERSION: "3.12" # Updated to match project requirements
15+
PYTHON_VERSION: "3.11"
1616
WORKING_DIRECTORY: "act_operator"
1717

1818
jobs:

0 commit comments

Comments
 (0)