chore(deps): update python-nonmajor #478
Open
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.0==2.45.0→==2.47.0==1.2.1→==1.2.3==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.12.2→==4.15.0Release Notes
google/adk-python (google-adk)
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
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.
v4.14.1Compare Source
typing_extensions.TypedDictnested inside other types(e.g.,
typing.Type[typing_extensions.TypedDict]). This is not allowed by thetype system but worked on older versions, so we maintain support.
v4.14.0Compare Source
Changes since 4.14.0rc1:
__or__and__ror__methods fromtyping_extensions.Sentinelon Python versions <3.10. PEP 604 was introduced in Python 3.10, and
typing_extensionsdoes not generally attempt to backport PEP-604 methodsto prior versions.
typing_extensions.evaluate_forward_refwith changes in Python 3.14.v4.13.2Compare Source
TypeErrorwhen taking the union oftyping_extensions.TypeAliasTypeand atyping.TypeAliasTypeon Python 3.12 and 3.13.Patch by Joren Hammudoglu.
to avoid having user arguments shadowed in generated
__new__by@typing_extensions.deprecated.Patch by Victorien Plot.
v4.13.1Compare Source
Bugfixes:
TypeErrorwhen usingConcatenate.Patch by Daraan.
TypeErrorwhen usingevaluate_forward_refon Python 3.10.1-2 and 3.9.8-10.Patch by Daraan.
v4.13.0Compare Source
No user-facing changes since 4.13.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.