-
Notifications
You must be signed in to change notification settings - Fork 25
ci: added release please config #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generated release PRs look like: #113 |
kurtisvg
requested changes
Mar 26, 2025
kurtisvg
approved these changes
Mar 31, 2025
d2acf5b
to
2d29611
Compare
twishabansal
added a commit
that referenced
this pull request
Apr 1, 2025
* ci: add release please config * chore: add initial version * chore: specify initial version as string * chore: Update .release-please-manifest.json * chore: add empty json * chore: small change * chore: try fixing config * chore: try fixing config again * chore: remove release-as * chore: add changelog sections * chore: better release notes * chore: better release notes * chore: change toolbox-langchain version * chore: separate PRs for packages * chore: change PR style
twishabansal
added a commit
that referenced
this pull request
Apr 3, 2025
* feat: add authenticated parameters support * chore: add asyncio dep * chore: run itest * chore: add type hint * fix: call tool instead of client * chore: correct arg name * feat: add support for bound parameters * chore: add tests for bound parameters * docs: update syntax error on readme (#121) * ci: added release please config (#112) * ci: add release please config * chore: add initial version * chore: specify initial version as string * chore: Update .release-please-manifest.json * chore: add empty json * chore: small change * chore: try fixing config * chore: try fixing config again * chore: remove release-as * chore: add changelog sections * chore: better release notes * chore: better release notes * chore: change toolbox-langchain version * chore: separate PRs for packages * chore: change PR style * added basic e2e tests * change license year * add test deps * fix tests * fix tests * fix tests * add new test case * fix docstring * added todo * cleanup * add bind param test case * make bind params dynamic * try fix test errors * lint * remove redundant test * test fix * fix docstring * feat: add authenticated parameters support * chore: add asyncio dep * chore: run itest * chore: add type hint * fix: call tool instead of client * chore: correct arg name * chore: address feedback * chore: address more feedback * feat: add support for bound parameters * chore: add tests for bound parameters * chore: address feedback * revert package file changes * fix error message * revert package files * lint * fix error message * Update packages/toolbox-core/tests/test_e2e.py Co-authored-by: Anubhav Dhawan <[email protected]> * add new test case * change docstring to reflect new test cases * clean up docstring * lint * Move tests to different classes * add timeout --------- Co-authored-by: Kurtis Van Gent <[email protected]> Co-authored-by: Yuan <[email protected]> Co-authored-by: Anubhav Dhawan <[email protected]>
twishabansal
added a commit
that referenced
this pull request
Apr 3, 2025
… and their descriptions (#127) * feat: add authenticated parameters support * chore: add asyncio dep * chore: run itest * chore: add type hint * fix: call tool instead of client * chore: correct arg name * feat: add support for bound parameters * chore: add tests for bound parameters * docs: update syntax error on readme (#121) * ci: added release please config (#112) * ci: add release please config * chore: add initial version * chore: specify initial version as string * chore: Update .release-please-manifest.json * chore: add empty json * chore: small change * chore: try fixing config * chore: try fixing config again * chore: remove release-as * chore: add changelog sections * chore: better release notes * chore: better release notes * chore: change toolbox-langchain version * chore: separate PRs for packages * chore: change PR style * added basic e2e tests * change license year * add test deps * fix tests * fix tests * fix tests * add new test case * fix docstring * added todo * cleanup * add bind param test case * make bind params dynamic * try fix test errors * lint * remove redundant test * test fix * fix docstring * feat: add authenticated parameters support * chore: add asyncio dep * chore: run itest * chore: add type hint * fix: call tool instead of client * chore: correct arg name * chore: address feedback * chore: address more feedback * feat: add support for bound parameters * chore: add tests for bound parameters * chore: address feedback * revert package file changes * fix error message * revert package files * lint * fix error message * Update packages/toolbox-core/tests/test_e2e.py Co-authored-by: Anubhav Dhawan <[email protected]> * try changing docstring to include args and their descriptions * fix docstring * lint * fix test * lint * added return type annotation * Add docstrings * use and update schema # Conflicts: # packages/toolbox-core/src/toolbox_core/tool.py * lint * lint * revert changes to e2e test file # Conflicts: # packages/toolbox-core/tests/test_e2e.py * change string to str and in arg type * small change * fix imports * remove toolschema usage * lint * move create_docstring method outside the class. * lint --------- Co-authored-by: Kurtis Van Gent <[email protected]> Co-authored-by: Yuan <[email protected]> Co-authored-by: Anubhav Dhawan <[email protected]>
twishabansal
added a commit
that referenced
this pull request
Apr 3, 2025
* feat: add authenticated parameters support * chore: add asyncio dep * chore: run itest * chore: add type hint * fix: call tool instead of client * chore: correct arg name * feat: add support for bound parameters * chore: add tests for bound parameters * docs: update syntax error on readme (#121) * ci: added release please config (#112) * ci: add release please config * chore: add initial version * chore: specify initial version as string * chore: Update .release-please-manifest.json * chore: add empty json * chore: small change * chore: try fixing config * chore: try fixing config again * chore: remove release-as * chore: add changelog sections * chore: better release notes * chore: better release notes * chore: change toolbox-langchain version * chore: separate PRs for packages * chore: change PR style * added basic e2e tests * change license year * add test deps * fix tests * fix tests * fix tests * add new test case * fix docstring * added todo * cleanup * add bind param test case * make bind params dynamic * try fix test errors * lint * remove redundant test * test fix * fix docstring * feat: add authenticated parameters support * chore: add asyncio dep * chore: run itest * chore: add type hint * fix: call tool instead of client * chore: correct arg name * chore: address feedback * chore: address more feedback * feat: add support for bound parameters * chore: add tests for bound parameters * chore: address feedback * revert package file changes * fix error message * revert package files * lint * fix error message * Update packages/toolbox-core/tests/test_e2e.py Co-authored-by: Anubhav Dhawan <[email protected]> * try changing docstring to include args and their descriptions * fix docstring * lint * fix test * lint * added return type annotation * Add docstrings * use and update schema # Conflicts: # packages/toolbox-core/src/toolbox_core/tool.py * lint * lint * try out pydantic validation # Conflicts: # packages/toolbox-core/src/toolbox_core/client.py # packages/toolbox-core/src/toolbox_core/tool.py * revert changes to e2e test file * add basic pydantic type checking * lint * fix pydantic validation error * fix error string * fix error string * lint * added to_pydantic_model as a method under the toolschema class * lint * revert changes to e2e test file # Conflicts: # packages/toolbox-core/tests/test_e2e.py * change string to str and in arg type * small change * fix imports * remove toolschema usage * lint * create pydantic model at init * lint * move create_docstring method outside the class. * lint * lint * Update packages/toolbox-core/src/toolbox_core/tool.py Co-authored-by: Anubhav Dhawan <[email protected]> * move to_pydantic_model outside the class * lint * rename function * added name to pydantic model * lint --------- Co-authored-by: Kurtis Van Gent <[email protected]> Co-authored-by: Yuan <[email protected]> Co-authored-by: Anubhav Dhawan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Generated release PRs look like: #113
Additionally, functionality has been implemented to ensure that distinct release PRs are created for separate packages.