chore(deps): update python dependencies #24
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:
==4.9.0->==4.12.0==3.6.2->==3.6.3==1.8.6->==1.9.2==1.39.14->==1.42.16==1.39.14->==1.42.16==2025.7.14->==2025.11.12==3.4.2->==3.4.4==8.2.1->==8.3.1==4.8.3->==4.10.1==7.10.0->==7.13.0==45.0.5->==45.0.7==0.23.0->==0.24.0==3.10->==3.11==8.7.0->==8.7.1==2.1.0->==2.3.0==1.5.1->==1.5.3==1.4.8->==1.4.9==3.8.2->==3.10==3.0.2->==3.0.3==3.10.3->==3.10.8==9.6.16->==9.7.1==1.17.0->==1.19.1==3.9.1->==3.9.2==2.3.1->==2.3.3==4.3.8->==4.5.1==0.22.1->==0.23.1==3.0.51->==3.0.52==2.22->==2.23==2.9.2->==2.12.5==2.23.4->==2.41.5==3.2.3->==3.3.1==8.4.1->==8.4.2==1.1.1->==1.2.1==6.0.2->==6.0.3==2.1.0->==2.1.1==2.32.4->==2.32.5==14.1.0->==14.2.0==0.18.14->==0.18.17==0.2.12->==0.2.15==0.12.5->==0.14.10==0.13.1->==0.16.0==3.6.0->==3.7.0==0.0.14->==0.0.17==1.16.0->==1.16.3==5.4.1->==5.6.0==2.3.0->==2.5.0==0.16.0->==0.20.1==4.14.1->==4.15.0==2025.2->==2025.3==0.2.13->==0.2.14Release Notes
agronholm/anyio (anyio)
v4.12.0Compare Source
functoolsmodule (#1001)uvloop=Trueon Windows via the winloop implementation (#960; PR by @Vizonex)anyio.lowlevel.RunVar(#1003)__all__declarations to public submodules (anyio.lowleveletc.) (#1009)CapacityLimiterto zero (#1019; requires Python 3.10 or later when using Trio)case_sensitiveandrecurse_symlinksalong with support for path-like objects toanyio.Path.glob()andanyio.Path.rglob()(#1033; PR by @northisup)sniffioas a direct dependency and added theget_available_backends()function (#1021)Process.stdin.send()not raisingClosedResourceErrorandBrokenResourceErroron asyncio. Previously, a non-AnyIO exception was raised in such cases (#671; PR by @gschaffner)Process.stdin.send()not checkpointing before writing data on asyncio (#1002; PR by @gschaffner)FuturefromBlockingPortal.start_task_soon()would sometimes not cancel the async function (#1011; PR by @gschaffner)RuntimeError: Set changed size during iterationwhile shutting down the process pool when using the asyncio backend (#985)v4.11.0Compare Source
reasonparameter toCancelScope.cancel()) (#975)anyio.lowlevel.current_token()toanyio.from_thread.run()andanyio.from_thread.run_sync()as thetokenkeyword argument (#256)anyio_mode = "auto") to make the pytest plugin automatically handle all async tests (#971)anyio.Condition.wait_for()method for feature parity with asyncio (#974)anyio.abc.TaskStatusfromAnytoNone(#964)local_port=0(#857; PR by @11kkw and @agronholm)BrokenResourceErroronsend()would still raiseBrokenResourceErrorafter the stream was closed on asyncio, butClosedResourceErroron Trio. They now both raise aClosedResourceErrorin this scenario. (#671)v4.10.0Compare Source
feed_data()method to theBufferedByteReceiveStreamclass, allowing users to inject data directly into the bufferSocketListener.from_socket()SocketStream.from_socket()UNIXSocketStream.from_socket()UDPSocket.from_socket()ConnectedUDPSocket.from_socket()UNIXDatagramSocket.from_socket()ConnectedUNIXDatagramSocket.from_socket()anyio.ContextManagerMixinandanyio.AsyncContextManagerMixin) to help write classes that embed other context managers, particularly cancel scopes or task groups (#905; PR by @agronholm and @tapetersen)start_blocking_portal()(#818; PR by @davidbrochart)anyio.notify_closingto allow wakinganyio.wait_readableandanyio.wait_writablebefore closing a socket. Among other things, this prevents an OSError on theProactorEventLoop. (#896; PR by @graingert)to_interpretersmodule to use the publicconcurrent.interpretersAPI on Python 3.14 or lateranyio.Path.copy()andanyio.Path.copy_into()failing on Python 3.14.0a7__aexit__on async context managers. CMs which can suppress exceptions should returnbool, orNoneotherwise. (#913; PR by @Enegg)SpooledTemporaryFileso that rollover only occurs when the buffer size exceedsmax_size(#915; PR by @11kkw)anyio.to_interpreterwith Python 3.14.0b2 (#926; PR by @hroncok)SyntaxWarningon Python 3.14 aboutreturninfinally(#816)BrokenWorkerIntepreterexception toBrokenWorkerInterpreter. The old name is available as a deprecated alias. (#938; PR by @ayussh-verma)CapacityLimiteron asyncio where a task, waiting to acquire a limiter gets cancelled and is subsequently granted a token from the limiter, but before the cancellation is delivered, and then fails to notify the next waiting task (#947)kislyuk/argcomplete (argcomplete)
v3.6.3Compare Source
===============================
Make RE PCRE compatible. Fixes #539
Only execute Python interpreters (#536)
fish: set variable scope to local to avoid clobbering global or
universal variables (#534)
Documentation and help improvements
PyCQA/bandit (bandit)
v1.9.2Compare Source
What's Changed
Full Changelog: PyCQA/bandit@1.9.1...1.9.2
v1.9.1Compare Source
What's Changed
Full Changelog: PyCQA/bandit@1.9.0...1.9.1
boto/boto3 (boto3)
v1.42.16Compare Source
=======
endpoint-rules: [botocore] Update endpoint-rules client to latest versiongeo-places: [botocore] Adds support for InferredSecondaryAddress place type, Designator in SecondaryAddressComponent and Heading in ReverseGeocode.pinpoint-sms-voice-v2: [botocore] This release adds support for the Registration Reviewer feature, which provides generative AI feedback on a phone number or sender ID registration to ensure completeness before sending to downstream (carrier) review.s3: [botocore] Add additional validation to Outpost bucket names.v1.42.15Compare Source
=======
config: [botocore] Added supported resourceTypes for Config from July to November 2025ec2: [botocore] Adds support for linkedGroupId on the CreatePlacementGroup and DescribePlacementGroups APIs. The linkedGroupId parameter is reserved for future use.guardduty: [botocore] Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior.pcs: [botocore] Change API Reference Documentation for default Mode in Accounting and SlurmRestv1.42.14Compare Source
=======
arc-region-switch: [botocore] Automatic Plan Execution Reports allow customers to maintain a concise record of their Region switch Plan executions. This enables customer SREs and leadership to have a clear view of their recovery posture based on the generated reports for their Plan executions.connect: [botocore] Adding support for Custom Metrics and Pre-Defined Attributes to GetCurrentMetricData API.emr-serverless: [botocore] Added JobLevelCostAllocationConfiguration field to enable cost allocation reporting at the job level, providing more granular visibility into EMR Serverless chargesendpoint-rules: [botocore] Update endpoint-rules client to latest versioniot: [botocore] This release adds event-based logging feature that enables granular event logging controls for AWS IoT logs.qbusiness: [botocore] It is a internal bug fix for region expansionwickr: [botocore] AWS Wickr now provides a suite of admin APIs to allow you to programmatically manage secure communication for Wickr networks at scale. These APIs enable you to automate administrative workflows including user lifecycle management, network configuration, and security group administration.workspaces-web: [botocore] Add support for WebAuthn under user settings.v1.42.13Compare Source
=======
appstream: [botocore] Added support for new operating systems (1) Ubuntu 24.04 Pro LTS on Elastic fleets, and (2) Microsoft Server 2025 on Always-On and On-Demand fleetsarc-region-switch: [botocore] New API to list Route 53 health checks created by ARC region switch for a plan in a specific AWS Region using the Region switch Regional data plane.artifact: [botocore] Add support for ListReportVersions API for the calling AWS account.bedrock-agentcore-control: [botocore] Feature to support header exchanges between Bedrock AgentCore Gateway Targets and client, along with propagating query parameter to the configured targets.bedrock-data-automation: [botocore] Blueprint Optimization (BPO) is a new Amazon Bedrock Data Automation (BDA) capability that improves blueprint inference accuracy using example content assets and ground truth data. BPO works by generating better instructions for fields in the Blueprint using provided data.cleanrooms: [botocore] Adding support for collaboration change requests requiring an approval workflow. Adding support for change requests that grant or revoke results receiver ability and modifying auto approved change types in an existing collaboration.ec2: [botocore] This release adds AvailabilityZoneId support for CreateFleet, ModifyFleet, DescribeFleets, RequestSpotFleet, ModifySpotFleetRequests and DescribeSpotFleetRequests APIs.ecr: [botocore] Adds support for ECR Create On Pushecs: [botocore] Adding support for Event Windows via a new ECS account setting "fargateEventWindows". When enabled, ECS Fargate will use the configured event window for patching tasks. Introducing "CapacityOptionType" for CreateCapacityProvider API, allowing support for Spot capacity for ECS Managed Instances.endpoint-rules: [botocore] Update endpoint-rules client to latest versioniot: [botocore] This release adds message batching for the IoT Rules Engine HTTP action.opensearch: [botocore] Amazon OpenSearch Service adds support for warm nodes, enabling new multi-tier architecture.sesv2: [botocore] Amazon SES introduces Email Validation feature which checks email addresses for syntax errors, domain validity, and risky addresses to help maintain deliverability and protect sender reputation. SES also adds resource tagging and ABAC support for EmailTemplates and CustomVerificationEmailTemplates.ssm-sap: [botocore] Added "Stopping" for the HANA Database Status.v1.42.12Compare Source
=======
gameliftstreams: [botocore] Added new stream group operation parameters for scale-on-demand capacity with automatic prewarming. Added new Gen6 stream classes based on the EC2 G6 instance family. Added new StartStreamSession parameter for exposure of real-time performance stats to clients.guardduty: [botocore] Add support for dbiResourceId in finding.inspector-scan: [botocore] Adds an additional OutputFormatkafkaconnect: [botocore] Support dual-stack network connectivity for connectors via NetworkType field.mediaconvert: [botocore] Adds support for tile encoding in HEVC and audio for video overlays.mediapackagev2: [botocore] This release adds support for SPEKE V2 content key encryption in MediaPackage v2 Origin Endpoints.payment-cryptography: [botocore] Support for AS2805 standard. Modifications to import-key and export-key to support AS2805 variants.payment-cryptography-data: [botocore] Support for AS2805 standard. New API GenerateAs2805KekValidation and changes to translate pin, GenerateMac and VerifyMac to support AS2805 key variants.sagemaker: [botocore] Adding the newly launched p6-b300.48xlarge ec2 instance support in Sagemaker(Hyperpod,Training and Sceptor)v1.42.11Compare Source
=======
iot: [botocore] Add support for dynamic payloads in IoT Device Management Commandstimestream-influxdb: [botocore] This release adds support for rebooting InfluxDB DbInstances and DbClustersv1.42.10Compare Source
=======
bedrock-agentcore-control: [botocore] This release updates broken links for AgentCore Policy APIs in the AWS CLI and SDK resources.connect: [botocore] Amazon Connect now supports outbound WhatsApp contacts via the Send message block or StartOutboundChatContact API. Send proactive messages for surveys, reminders, and updates. Offer customers the option to switch to WhatsApp while in queue, eliminating hold time.ec2: [botocore] EC2 Capacity Manager now supports SpotTotalCount, SpotTotalInterruptions and SpotInterruptionRate metrics for both vCPU and instance units.endpoint-rules: [botocore] Update endpoint-rules client to latest versionentityresolution: [botocore] Support Customer Profiles Integration for AWS Entity Resolutionglacier: [botocore] Documentation updates for Amazon Glacier's maintenance modehealth: [botocore] Updating Health API endpoint generation for dualstack only regionslogs: [botocore] This release allows you to import your historical CloudTrail Lake data into CloudWatch with a few steps, enabling you to easily consolidate operational, security, and compliance data in one place.mediatailor: [botocore] Added support for Ad Decision Server Configuration enabling HTTP POST requests with custom bodies, headers, GZIP compression, and dynamic variables. No changes required for existing GET request configurations.route53resolver: [botocore] Adds support for enabling detailed metrics on Route 53 Resolver endpoints using RniEnhancedMetricsEnabled and TargetNameServerMetricsEnabled in the CreateResolverEndpoint and UpdateResolverEndpoint APIs, providing enhanced visibility into Resolver endpoint and target name server performance.s3: [botocore] This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations.service-quotas: [botocore] Add support for SQ Dashboard Apiv1.42.9Compare Source
======
bcm-recommended-actions: [botocore] Added new freetier action types to RecommendedAction.type.connect: [botocore] Amazon Connect now offers automated post-chat surveys triggered when customers end conversations. This captures timely feedback while experience is fresh, using either a no-code form builder or Amazon Lex-powered interactive surveys.datasync: [botocore] Adds Enhanced mode support for NFS and SMB locations. SMB credentials are now managed via Secrets Manager, and may be encrypted with service or customer managed keys. Increases AgentArns maximum count to 8 (max 4 per TaskMode). Adds folder counters to DescribeTaskExecution for Enhanced mode tasks.workspaces-web: [botocore] Adds support for portal branding customization, enabling administrators to personalize end-user portals with custom assets.v1.42.8Compare Source
======
lambda: [botocore] Add Dotnet 10 (dotnet10) support to AWS Lambda.organizations: [botocore] Add support for policy operations on the NETWORK SECURITY DIRECTOR POLICY policy type.quicksight: [botocore] This release adds new GetIdentityContext API, Dashboard customization options for tables and pivot tables, Visual styling options- borders and decals, map GeocodingPreferences, KeyPairCredentials for DataSourceCredentials. Snapshot APIs now support registered users. Parameters limit increased to 400secretsmanager: [botocore] Add SortBy parameter to ListSecretssesv2: [botocore] Update GetEmailIdentity and CreateEmailIdentity response to include SigningHostedZone in DkimAttributes. Updated PutEmailIdentityDkimSigningAttributes Response to include SigningHostedZone.v1.42.7Compare Source
======
bedrock: [botocore] Automated Reasoning checks in Amazon Bedrock Guardrails is capable of generating policy scenarios to validate policies. The GetAutomatedReasoningPolicyBuildWorkflowResultAssets API now adds POLICY SCENARIO asset type, allowing customers to retrieve scenarios generated by the build workflow.billingconductor: [botocore] Launch itemized custom line item and service line item filtercloudwatch: [botocore] This release introduces two additional protocols AWS JSON 1.1 and Smithy RPC v2 CBOR, replacing the currently utilized one, AWSQuery. AWS SDKs will prioritize the protocol that is the most performant for each language.odb: [botocore] The following APIs now return CloudExadataInfrastructureArn and OdbNetworkArn fields for improved resource identification and AWS service integration - GetCloudVmCluster, ListCloudVmClusters, GetCloudAutonomousVmCluster, and ListCloudAutonomousVmClusters.opensearch: [botocore] The CreateApplication API now supports an optional kms key arn parameter to allow customers to specify a CMK for application encryption.partnercentral-selling: [botocore] Adds support for the new Project.AwsPartition field on Opportunity and AWS Opportunity Summary. Use this field to specify the AWS partition where the opportunity will be deployed.signer: [botocore] Adds support for Signer GetRevocationStatus with updated endpointsv1.42.6Compare Source
======
account: [botocore] This release adds a new API (GetGovCloudAccountInformation) used to retrieve information about a linked GovCloud account from the standard AWS partition.appsync: [botocore] Update Event API to require EventConfig parameter in creation and update requests.endpoint-rules: [botocore] Update endpoint-rules client to latest versionguardduty: [botocore] Adding support for Ec2LaunchTemplate Version fieldivs-realtime: [botocore] Token Exchange introduces seamless token exchange capabilities for IVS RTX, enabling customers to upgrade or downgrade token capabilities and update token attributes within the IVS client SDK without forcing clients to disconnect and reconnect.mgn: [botocore] Added parameters encryption, IPv4/IPv6 protocol configuration, and enhanced tagging support for replication operations.route53: [botocore] Amazon Route 53 now supports the EU (Germany) Region (eusc-de-east-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that regionv1.42.5Compare Source
======
ce: [botocore] Add support for Cost Category resource associations including filtering by resource type on ListCostCategoryDefinitions and new ListCostCategoryResourceAssociations API.ec2: [botocore] Amazon EC2 P6-B300 instances provide 8x NVIDIA Blackwell Ultra GPUs with 2.1 TB high bandwidth GPU memory, 6.4 Tbps EFA networking, 300 Gbps dedicated ENA throughput, and 4 TB of system memory. Amazon EC2 C8a instances are powered by 5th Gen AMD EPYC processors with a maximum frequency of 4.5 GHz.identitystore: [botocore] Updating AWS Identity Store APIs to support Attribute Extensions capability, with the first release adding Enterprise Attributes. This launch aligns Identity Store APIs with SCIM for enterprise attributes, reducing cases when customers are forced to use SCIM due to lack of SigV4 API support.partnercentral-selling: [botocore] Deal Sizing Service for AI-based deal size estimation with AWS service-level breakdown, supporting Expansion and Migration deals across Technology, and Reseller partner cohorts, including Pricing Calculator AddOn for MAP deals and funding incentives.rds: [botocore] Adding support for tagging RDS Instance/Cluster Automated Backupsredshift-serverless: [botocore] Added GetIdentityCenterAuthToken API to retrieve encrypted authentication tokens for Identity Center integrated serverless workgroups. This API enables programmatic access to secure Identity Center tokens with proper error handling and parameter validation across supported SDK languages.rolesanywhere: [botocore] Increases certificate string length for trust anchor source data to support ML-DSA certificates.sesv2: [botocore] Update Mail Manager Archive ARN validationbotocore] The ContainerProvider now works with arbitray HTTPS URLs forAWS_CONTAINER_CREDENTIALS_FULL_URI.v1.42.4Compare Source
======
ecs: [botocore] Updating stop-task API to encapsulate containers with custom stop signaliam: [botocore] Adding the ExpirationTime attribute to the delegation request resource.inspector2: [botocore] This release adds a new ScanStatus called "Unsupported Code Artifacts". This ScanStatus will be returned when a Lambda function was not code scanned because it has unsupported code artifacts.partnercentral-account: [botocore] Adding Verification API's to Partner Central Account SDK.sesv2: [botocore] Updating the desired url forPutEmailIdentityDkimSigningAttributesfrom v1 to v2botocore] Update awscrt version to 0.29.2v1.42.3Compare Source
======
lambda: [botocore] Add DisallowedByVpcEncryptionControl to the LastUpdateStatusReasonCode and StateReasonCode enums to represent failures caused by VPC Encryption Controls.v1.42.2Compare Source
======
bedrock: [botocore] Adding support in Amazon Bedrock to customize models with reinforcement fine-tuning (RFT) and support for updating the existing Custom Model Deployments.sagemaker: [botocore] Introduces Serverless training: A fully managed compute infrastructure that abstracts away all infrastructure complexity, allowing you to focus purely on model development.Added AI model customization assets used to train, refine, and evaluate custom models during the model customization process.
v1.42.1Compare Source
======
bedrock: [botocore] Adds the audioDataDeliveryEnabled boolean field to the Model Invocation Logging Configuration.bedrock-agentcore: [botocore] Support for AgentCore Evaluations and Episodic memory strategy for AgentCore Memory.bedrock-agentcore-control: [botocore] Supports AgentCore Evaluations, Policy, Episodic Memory Strategy, Resource Based Policy for Runtime and Gateway APIs, API Gateway Rest API Targets and enhances JWT authorizer.bedrock-runtime: [botocore] Adds support for Audio Blocks and Streaming Image Output plus new Stop Reasons of malformed_model_output and malformed_tool_use.ce: [botocore] This release updates existing Savings Plans Purchase Analyzer and Recommendations APIs to support Database Savings Plans.datazone: [botocore] Amazon DataZone now supports exporting Catalog datasets as Amazon S3 tables, and provides automatic business glossary term suggestions for data assets.endpoint-rules: [botocore] Update endpoint-rules client to latest versionfsx: [botocore] S3 Access Points support for FSx for NetApp ONTAPguardduty: [botocore] Adding support for extended threat detection for Amazon EC2 and Amazon ECS. Adding support for wild card suppression rules.lambda: [botocore] Launching Lambda durable functions - a new feature to build reliable multi-step applications and AI workflows natively within the Lambda developer experience.logs: [botocore] CloudWatch Logs adds managed S3 Tables integration to access logs using other analytical tools, as well as facets and field indexing to simplify log analytics in CloudWatch Logs Insights.nova-act: [botocore] Initial release of Nova Act SDK. The Nova Act service enables customers to build and manage fleets of agents for automating production UI workflows with high reliability, fastest time-to-value, and ease of implementation at scale.observabilityadmin: [botocore] CloudWatch Observability Admin adds pipelines configuration for third party log ingestion and transformation of all logs ingested, integration of CloudWatch logs with S3 Tables, and AWS account or organization level enablement for 7 AWS services.opensearch: [botocore] GPU-acceleration helps you build large-scale vector databases faster and more efficiently. You can enable this feature on new OpenSearch domains and OpenSearch Serverless collections. This feature uses GPU-acceleration to reduce the time needed to index data into vector indexes.opensearchserverless: [botocore] GPU-acceleration helps you build large-scale vector databases faster and more efficiently. You can enable this feature on new OpenSearch domains and OpenSearch Serverless collections. This feature uses GPU-acceleration to reduce the time needed to index data into vector indexes.rds: [botocore] RDS Oracle and SQL Server: Add support for adding, modifying, and removing additional storage volumes, offering up to 256TiB storage; RDS SQL Server: Support Developer Edition via custom engine versions for development and testing purposes; M7i/R7i instances with Optimize CPU for cost savings.s3: [botocore] New S3 Storage Class FSX_ONTAPs3control: [botocore] Add support for S3 Storage Lens Advanced Performance Metrics, Expanded Prefixes metrics report, and export to S3 Tables.s3tables: [botocore] Add storage class, replication, and table record expiration features to S3 Tables.s3vectors: [botocore] Amazon S3 Vectors provides cost-effective, elastic, and durable vector storage for queries based on semantic meaning and similarity.sagemaker: [botocore] Added support for serverless MLflow Apps.Added support for new HubContentTypes (DataSet and JsonDoc) in Private Hub for AI model customization assets, enabling tracking and management of training datasets and evaluators (reward functions/prompts) throughout the ML lifecycle.
savingsplans: [botocore] Added support for Amazon Database Savings Planssecurityhub: [botocore] ITSM enhancements: DRYRUN mode for testing ticket creation, ServiceNow now uses AWS Secrets Manager for credentials, ConnectorRegistrationsV2 renamed to RegisterConnectorV2, added ServiceQuotaExceededException error, and ConnectorStatus visibility in CreateConnectorV2.v1.42.0Compare Source
======
appintegrations: [botocore] This release adds support for MCP servers via the ApplicationType field, allowing customers to register their Bedrock AgentCore gateways as third party applications.bedrock-agent: [botocore] Support audio and video ingestion on Bedrock Knowledge Bases.bedrock-agent-runtime: [botocore] Support audio and video content retrieval on Bedrock Knowledge Bases.cleanrooms: [botocore] AWS Clean Rooms now supports privacy-enhancing synthetic dataset generation for custom ML training.cleanroomsml: [botocore] AWS Clean Rooms ML now supports privacy-enhancing synthetic dataset generation for custom ML training.connect: [botocore] This is a combined re:Invent release for Amazon Connect.connectcampaignsv2: [botocore] This release added support for new WhatsApp channel and Journey type outbound campaignconnectparticipant: [botocore] Amazon Connect now supports message processing that intercepts and processes chat messages before they reach any participant.customer-profiles: [botocore] This release introduces, CRUD APIs for the DomainObjectType and Recommender resources, APIs to offer statistical insights on Object Type Attributes, Changes to SegmentDefinition APIs to support SQL queries to create Segments, and Changes to Domain APIs to support Data Store.eks: [botocore] This release adds support for EKS Capabilitiesendpoint-rules: [botocore] Update endpoint-rules client to latest versionglue: [botocore] feature: Glue: Add support for Iceberg materialized view in Glue Data Catalog, including updated CreateTable API to support materialized views and new APIs for managing data refresh for materialized views.feature: Glue: Add support for Iceberg table encryption keys and struct field defaults.
lambda: [botocore] Launching Lambda Managed Instances - a new feature to run Lambda on EC2.lexv2-models: [botocore] Adds support for speech-to-speech models for human-like, adaptive, and expressive voice interactions. Also adds support for speech model preference, allowing customers to select which speech model they want to use for speech-to-text requests.marketplace-agreement: [botocore] This release supports 1/multi-product transactions via offer sets. DescribeAgreement and SearchAgreements APIs now return offer set IDs. SearchAgreements also supports filtering by offer set ID and 2/variable payment pricing terms will be returned through GetAgreementTerms.marketplace-catalog: [botocore] This release introduces offer set entity in AWS Marketplace Catalog API to enable multi-product transaction. Offer set enables sellers to group multiple private offers into a single-click purchase experience, simplifying procurement for customers purchasing multi-product solutions.partnercentral-account: [botocore] Initial GA launch of Partner Central Accountpartnercentral-benefits: [botocore] Initial GA launch of Partner Central Benefitspartnercentral-selling: [botocore] New Features:Lead Management APIs for capturing and nurturing leads
Lead invitation support for partner collaboration
Lead-to-opportunity conversion operations
AWS Marketplace OfferSets support for opportunities
personalize: [botocore] This release adds support for includedDatasetColumns and performIncrementalUpdate in solution APIs, and rankingInfluence in campaign and batch inference APIs.qconnect: [botocore] New AIAgent types: Orchestration for ModelContextProtocol tool integration, CaseSummary for Amazon Connect Case summaries, NoteTaker for Agent Assistance notes. Added ListSpans and Retrieve APIs. Enhanced Q in Connect AssistantAssociationType to support Bring Your Own Bedrock Knowledge Bases.route53globalresolver: [botocore] Add SDK for Amazon Route 53 Global Resolver, a fully managed DNS resolver service that offers broad DNS-filtering security controls.botocore] Update awscrt version to 0.29.1s3: Adds partialTransferConfigsupport for CRT transfer managers.s3: Addedcrtmode topreferred_transfer_clientparameter inTransferConfigto enable CRT transfer client in all environments.v1.41.5Compare Source
======
bedrock-runtime: [botocore] Bedrock Runtime Reserved Service Supportcompute-optimizer: [botocore] Compute Optimizer now identifies idle NAT Gateway resources for cost optimization based on traffic patterns and backup configuration analysis. Access recommendations via the GetIdleRecommendations API.cost-optimization-hub: [botocore] This release enables AWS Cost Optimization Hub to show cost optimization recommendations for NAT Gateway.v1.41.4Compare Source
======
ec2: [botocore] This release adds support to view Network firewall proxy appliances attached to an existing NAT Gateway via DescribeNatGateways API NatGatewayAttachedAppliance structure.network-firewall: [botocore] Network Firewall release of the Proxy feature.organizations: [botocore] Add support for policy operations on the S3_POLICY and BEDROCK_POLICY policy type.route53: [botocore] Adds support for new route53 feature: accelerated recovery.v1.41.3Compare Source
======
cloudfront: [botocore] Add TrustStore, ConnectionFunction APIs to CloudFront SDKlogs: [botocore] New CloudWatch Logs feature - LogGroup Deletion Protection, a capability that allows customers to safeguard their critical CloudWatch log groups from accidental or unintended deletion.botocore] Update awscrt version to 0.29.0v1.41.2Compare Source
======
apigateway: [`botoc