fix: make header names python-safe#592
Open
saurabhkoshatwar wants to merge 25 commits intogoogleapis:mainfrom
Open
fix: make header names python-safe#592saurabhkoshatwar wants to merge 25 commits intogoogleapis:mainfrom
saurabhkoshatwar wants to merge 25 commits intogoogleapis:mainfrom
Conversation
3 tasks
Contributor
|
/gcbrun |
Contributor
|
Thanks for the PR @saurabhkoshatwar ! Could you please take a look at the integration test failure? I'm also thinking if we could add any more integration/unit tests to verify this change. For instance to see if there could still be any validation failures while actually using hyphenated parameters? |
99c3383 to
992c3a5
Compare
Contributor
|
/gcbrun |
Contributor
@saurabhkoshatwar Bumping this up in case it got missed :) |
992c3a5 to
de80c29
Compare
Contributor
|
/gcbrun |
Author
|
@anubhav756 could you please rerun the tests? Thanks! |
a5305cd to
d092006
Compare
Contributor
|
/gcbrun |
…Declaration` mapping (googleapis#594) * fix(adk): Handle complex types in tool schemas * chore: delint
…-adk` (googleapis#579) * feat(adk): Support ToolContext for aut_token_getters in toolbox-adk * chore: Add clarifying comment * fix: fix lint and tests * chore: refactor tool strict validation logic * chore: delint * chore: delint * chore: fix tests and type check * fix: fix CI/CD pipeline for toolbox-adk for local toolbox-core
) * fix: Update core dependency package version * feat(telemetry): add MCP semantic telemetry to toolbox-core client - Instrument toolbox-core Client per MCP semantic conventions - Enable telemetry across adk, langchain, and llamaindex modules - Update test coverage and telemetry-related dependencies * tests(telemetry): added coverage and documentation for telemetry * fix(tests): lint errors * fix(telemetry): client naming + type fixes * feat(telemetry): add warnings --------- Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
…oogleapis#602) * chore(adk): remove id_token monkey patch following upstream ADK fix ### Description Removes the `id_token` monkey-patching in `toolbox_adk/tool.py` since the upstream fix in ADK has been successfully merged ([google/adk-python#4402](google/adk-python#4402)). With the ADK natively retaining the `id_token`, the workaround is no longer necessary. * fix(adk): bump ADK version * fix(adk): upgrade google-auth dep version
…o v0.30.0 to v0.30.0 (googleapis#598) Co-authored-by: dishaprakash <57954147+dishaprakash@users.noreply.github.com>
Settings are controlled through UI
* fix: improve func_docstring * file format
* docs: cleanup README * adk readme cleanup v1 * adk readme cleanup v2 * core readme cleanup v1 * core readme cleanup v2 * langchain readme cleanup v1 * langchain readme cleanup v2 * langchain readme cleanup v3 * llamaindex readme cleanup v1 * Apply suggestions from code review Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com> * suggested changes from review * Update README.md Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com> * added open telemetry link * Update README.md Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com> * fix identation * minor fix * minor fix v2 * Update README.md Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com> --------- Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
Release-As: 1.0.0
* chore(main): release toolbox-core 1.0.0 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
* chore(main): release toolbox-adk 1.0.0 * dep: Update toolbox-core dep version * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
* chore(main): release toolbox-langchain 1.0.0 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
* chore(main): release toolbox-llamaindex 1.0.0 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
…o v0.31.0 to v0.31.0 (googleapis#609)
…" (googleapis#608) This reverts commit 746a7f5.
…leapis#615) Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.2.11 to 1.2.22. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==1.2.11...langchain-core==1.2.22) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com>
3ab9bb9 to
8aa416d
Compare
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
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.
Fixes #580
Summary
Details