-
Notifications
You must be signed in to change notification settings - Fork 33
chore(deps): update python-nonmajor #478
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
Open
renovate-bot
wants to merge
1
commit into
googleapis:main
Choose a base branch
from
renovate-bot:renovate/python-nonmajor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): update python-nonmajor #478
renovate-bot
wants to merge
1
commit into
googleapis:main
from
renovate-bot:renovate/python-nonmajor
+12
−12
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
ef0d4c5 to
2416e0c
Compare
2416e0c to
928d5c1
Compare
Contributor
|
/gcbrun |
928d5c1 to
56bf675
Compare
56bf675 to
76690cf
Compare
76690cf to
17a933c
Compare
17a933c to
aa885d4
Compare
aa885d4 to
16ee87b
Compare
16ee87b to
f5d159d
Compare
f5d159d to
fb4fd7c
Compare
fb4fd7c to
7fa1132
Compare
Contributor
|
/gcbrun |
anubhav756
previously approved these changes
Jan 13, 2026
Contributor
Latest We might wait for them to update their dependency for now. |
auto-merge was automatically disabled
January 14, 2026 02:55
Head branch was pushed to by a user without write access
7fa1132 to
977a72d
Compare
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.
This PR contains the following updates:
==1.20.0→==1.22.1==2.45.0→==2.47.0==1.2.1→==1.2.3==3.7.0→==3.8.0==1.2.6→==1.2.7==1.9.0→==1.11.0==1.37.0→==1.39.1==1.37.0→==1.39.1==4.14.1→==4.15.0Release Notes
google/adk-python (google-adk)
v1.22.1Compare Source
Bug Fixes
adk migrate sessionCLI (8fb2be2).v1.22.0Compare Source
Features
[Core]
LlmAgent.modeloptional with a default fallback (b287215).[Evals]
[Tools]
token_endpoint_auth_methodsupport to OAuth2 credentials (8782a69).[Services]
[A2A]
Bug Fixes
adk createcommand (742c926).Improvements
override_feature_enabledto override the default feature enable states (a088506).v1.21.0Compare Source
Features
[Interactions API Support]
see samples for details
[Services]
add_session_to_memorytoCallbackContextandToolContextto explicitly save the current session to memory (7b356dd)[Plugins]
[A2A]
[Tools]
header_providertoOpenAPIToolsetandRestApiTool(e1a7593)verifyparameter (9d2388a)[Models]
Bug Fixes
Improvements
build_function_declaration_with_json_schemato use pydantic to generate json schema for FunctionTool (51a638b)invocation_idandnew_messageinrun_async(de841a4)googleapis/google-auth-library-python (google-auth)
v2.47.0Compare Source
Features
cachetoolsdependency in favor of simple local implementation (#1590) (5c07e1c4f52bc77a1b16fa3b7b3c5269c242f6f4)Bug Fixes
v2.46.0Compare Source
Documentation
Features
Bug Fixes
GoogleCloudPlatform/google-auth-library-python-oauthlib (google-auth-oauthlib)
v1.2.3Compare Source
Bug Fixes
v1.2.2Compare Source
Bug Fixes
googleapis/python-storage (google-cloud-storage)
v3.8.0Compare Source
Features
Bug Fixes
GoogleCloudPlatform/opentelemetry-operations-python (opentelemetry-exporter-gcp-trace)
v1.11.0Compare Source
What's Changed
aiplatform.googleapis.com/ReasoningEnginemonitored resource in logging exporter by @aabmass in #445Full Changelog: GoogleCloudPlatform/opentelemetry-operations-python@v1.10.0...v1.11.0
v1.10.0: releaseCompare Source
What's Changed
LogRecord.bodyis None by @DylanRussell in #427LogRecord.bodyis of typeMapping[str, List[Mapping]]by @DylanRussell in #430LogRecord.event_nameto set the log ID when the gcp log name attribute is not present. by @DylanRussell in #417New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-python@v1.9.0...v1.10.0
open-telemetry/opentelemetry-python (opentelemetry-exporter-otlp-proto-http)
v1.39.1: Version 1.39.1/0.60b1Compare Source
This is a patch release on the previous 1.39.0/0.60b0 release, fixing the issue(s) below.
v1.39.0Compare Source
opentelemetry-api: Convert objects of any type other than AnyValue in attributes to string to be exportable(#4808)
docs: Added sqlcommenter example
(#4734)
build: bump ruff to 0.14.1
(#4782)
Add
opentelemetry-exporter-credential-provider-gcpas an optional dependency toopentelemetry-exporter-otlp-proto-grpcand
opentelemetry-exporter-otlp-proto-http(#4760)
feat: implement on ending in span processor
(#4775)
semantic-conventions: Bump to 1.38.0
(#4791)
[BREAKING] Remove LogData and extend SDK LogRecord to have instrumentation scope
(#4676)
[BREAKING] Rename several classes from Log to LogRecord
(#4647)
Migration Guide:
LogDatahas been removed. Users should update their code as follows:For Log Exporters: Change from
Sequence[LogData]toSequence[ReadableLogRecord]For Log Processors: Use
ReadWriteLogRecordfor processing,ReadableLogRecordfor exportingAccessing log data: Use the same attributes on
ReadableLogRecord/ReadWriteLogRecordlog_record.log_record- The API LogRecord (contains body, severity, attributes, etc.)log_record.resource- The Resourcelog_record.instrumentation_scope- The InstrumentationScope (now included, was in LogData before)log_record.limits- The LogRecordLimitsMark the Events API/SDK as deprecated. The Logs API/SDK should be used instead, an event is now a
LogRecordwith theevent_namefield set(#4654).
Fix type checking for built-in metric exporters
(#4820)
v1.38.0Compare Source
rstcheckto pre-commit to stop introducing invalid RST(#4755)
(#4737)
(#4771)
python/typing_extensions (typing-extensions)
v4.15.0Compare Source
No user-facing changes since 4.15.0rc1.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.