chore(deps): update python dependencies #31
+67
−67
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.11.0==3.6.2->==3.6.3==1.8.6->==1.9.1==1.39.14->==1.40.76==1.39.14->==1.40.76==2025.7.14->==2025.11.12==3.4.2->==3.4.4==8.2.1->==8.3.1==4.8.3->==4.10.0==7.10.0->==7.12.0==45.0.5->==45.0.7==0.23.0->==0.24.0==3.16.1->==3.20.0==4.59.0->==4.60.1==3.10->==3.11==2.1.0->==2.3.0==1.5.1->==1.5.2==1.4.8->==1.4.9==3.8.2->==3.10==3.0.2->==3.0.3==4.0.0->==4.1.0==3.10.3->==3.10.7==9.6.16->==9.7.0==1.17.0->==1.18.2==3.9.1->==3.9.2==2.3.1->==2.3.3==4.3.8->==4.5.0==0.22.1->==0.23.1==3.0.51->==3.0.52==2.22->==2.23==2.9.2->==2.12.4==2.23.4->==2.41.5==10.16->==10.17.1==3.2.3->==3.2.5==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.16==0.2.12->==0.2.15==0.12.5->==0.14.5==0.13.1->==0.14.0==3.6.0->==3.7.0==0.0.14->==0.0.17==1.16.0->==1.16.3==5.4.1->==5.5.0==2.3.0->==2.5.0==0.16.0->==0.20.0==4.14.1->==4.15.0==0.2.13->==0.2.14Release Notes
agronholm/anyio (anyio)
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.1Compare Source
What's Changed
Full Changelog: PyCQA/bandit@1.9.0...1.9.1
boto/boto3 (boto3)
v1.40.76Compare Source
=======
autoscaling: [botocore] This release adds the new LaunchInstances API, which can launch instances synchronously in an AutoScaling group. The API also returns instances info and launch error back immediately.backup: [botocore] AWS Backup now supports a low-cost warm storage tier for Amazon S3 backup data.bedrock-runtime: [botocore] Amazon Bedrock Runtime Service Tier Support Launchcloudformation: [botocore] New CloudFormation DescribeEvents API with operation ID tracking and failure filtering capabilities to quickly identify root causes of deployment failures. Also, a DeploymentMode parameter for the CreateChangeSet API that enables creation of drift-aware change sets for safe drift management.connect: [botocore] This release added support for ring timer configuration for campaign calls.ec2: [botocore] AWS Site-to-Site VPN now supports VPN Concentrator, a new feature that enables customers to connect multiple low-bandwidth sites connections through a single attachment, simplifying multi-site connectivity for distributed enterprises.iam: [botocore] Added the AssociateDelegationRequest, GetDelegationRequest, AcceptDelegationRequest, RejectDelegatonRequest, ListDelegationRequests, UpdateDelegationRequest, SendDelegationToken and GetHumanReadableSummary APIs for the IAM temporary delegation feature.kafka: [botocore] Amazon MSK adds three new APIs, ListTopics, DescribeTopic, and DescribeTopicPartitions for viewing Kafka topics in your MSK clusters.logs: [botocore] CloudWatch Logs updates: Added capability to setup a recurring schedule for log insights queries. Logs introduced Scheduled Queries (managed through Create/Update/Get/Delete/List/History Scheduled Query APIs). For more information, see CloudWatch Logs API documentation.resourcegroupstaggingapi: [botocore] Add support for new ListRequiredTags API used to retrieve the required tags specified in a customer's effective tag policy.storagegateway: [botocore] Adds support for European Sovereign Cloud ARNs in Storage Gateway API parameters.wafv2: [botocore] AssociateWebACL, UpdateWebACL and PutLoggingConfiguration will now throw WAFFeatureNotIncludedInPricingPlanException when the request contains a feature that is not included in the CloudFront pricing plan of the WebACL.v1.40.75Compare Source
=======
appstream: [botocore] Adding support for additional instances and extended storagebackup: [botocore] AWS Backup now supports specifying a logically air-gapped backup vault as a primary backup target in backup plans and on-demand backup jobs.bedrock: [botocore] Automated Reasoning checks in Amazon Bedrock Guardrails now automatically generate Q&A tests for new Automated Reasoning policies. The GetAutomatedReasoningPolicyBuildWorkflowResultAssets API adds GENERATED_TEST_CASES asset type, allowing customers to retrieve tests generated by the build workflow.devicefarm: [botocore] This release adds support for interacting with devices during a remote access session using the remoteDriverEndpoint interfacedms: [botocore] This release introduces the SAP ASE(Sybase) Data Provider for AWS Data Migration Service (DMS). In addition, DMS Schema Conversion now supports this provider, enabling customers to migrate SAP ASE(Sybase) databases to Amazon RDS for PostgreSQL or Aurora PostgreSQL seamlessly.ec2: [botocore] This release introduces new APIs: DescribeInstanceSqlHaStates, DescribeInstanceSqlHaHistoryStates, EnableInstanceSqlHaStandbyDetections and DisableInstanceSqlHaStandbyDetections on Amazon EC2, allowing customers to enroll and monitor SQL Server licensing fee savings for their SQL HA EC2 instances.endpoint-rules: [botocore] Update endpoint-rules client to latest versionglue: [botocore] Amazon Glue Releasing 2 the new API ListIntegrationResourceProperties and DeleteIntegrationResourceProperty along with minor improvement on existing API(s).guardduty: [botocore] Add S3 On-Demand Object Scanninglexv2-models: [botocore] Adds support for LLM as Primary, allowing usage of LLMs as the default NLU system.medialive: [botocore] Adds configurations for spatial/temporal adaptive quantization in AV1 codec, and conversion to HLG output color space in H265 codec.mediapackagev2: [botocore] Add support for SCTE messages in Segment file outputmwaa-serverless: [botocore] Amazon MWAA now offers serverless deployment, eliminating operational overhead while optimizing costs. The service supports YAML and Python-based workflows, with 80+ AWS Operators. It provides isolated execution, IAM permissions, and automatic scaling with pay-per-use pricing.opensearch: [botocore] This release adds index operation APIs to support Automatic Semantic Enrichment featurepcs: [botocore] Added support for the managed Slurm REST API endpointroute53resolver: [botocore] Adding DICTIONARY_DGA to dns-threat-protection as a new enum type. Customers can now set rules for dictionary dga protectionv1.40.74Compare Source
=======
datazone: [botocore] Adds support for granting read and write access to Amazon S3 general purpose buckets using CreateSubscriptionRequest and AcceptSubscriptionRequest APIs. Also adds search filters for SSOUser and SSOGroup to ListSubscriptions APIs and deprecates "sortBy" parameter for ListSubscriptions APIs.ec2: [botocore] This release adds AvailabilityZoneId support for CreateInstanceConnectEndpoint, DescribeInstanceConnectEndpoints, and DeleteInstanceConnectEndpoint APIs.imagebuilder: [botocore] EC2 Image Builder now supports invoking Lambda functions and executing Step Functions state machine through image workflows.medialive: [botocore] Removed all the value constraint (min/max) for the shape definitions (e.g. integerMin0Max3600) on the C2j models to get rid of the need to request an exemption from the SDK team whenever a shape definition (e.g. integerMin0Max3600) is changed.botocore] Update awscrt version to 0.28.4v1.40.73Compare Source
=======
cloudformation: [botocore] CloudFormation now supports GetHookResult API with annotations to retrieve structured compliance check results and remediation guidance for each evaluated resource, replacing the previous single-message limitation with detailed validation outcomes.controlcatalog: [botocore] Added support for related control mappings with new RELATED_CONTROL mapping type in ListControlMappings API.ec2: [botocore] Added support for new accelerator types ("media") and accelerator names ("L4", "L40s", "GAUDI_HL_205", "INFERENTIA2", "TRAINIUM", "TRAINIUM2", "U30") in Attributes Based Instance Type Selection for launched instance types.ecr: [botocore] Add Amazon ECR FIPS PrivateLink endpoint supportelbv2: [botocore] QUIC and TCP_QUIC protocol support for Network Load Balancer (NLB). This capability enables customers to forward QUIC traffic to their targets with ultra-low latency while maintaining session stickiness using QUIC Connection IDs.endpoint-rules: [botocore] Update endpoint-rules client to latest versioniotwireless: [botocore] Integration of Device Location with Amazon Sidewalk network for Amazon Sidewalk enabled devicesmediaconvert: [botocore] Lowers minimum duration for black video generator. Adds support for embedding and signing C2PA content credentials in DASH and CMAF HLS outputs.rds: [botocore] Updated endpoint and service metadatasagemaker: [botocore] Added support for minor version upgrades and AWS Identity Center integration for SageMaker Hadron Partner Apps, enabling automated version management and IdC group-based access control.workspaces-web: [botocore] Support for managing web content filtering for defining, tracking and regulating type of content accessed with WorkSpaces Secure Browser as part of browser settings.v1.40.72Compare Source
=======
amp: [botocore] Add VPC source configuration support enabling Amazon Managed Service for Prometheus Collector to collect metrics from MSK clusters.connect: [botocore] Updated Authentication Profile APIs to add support for automatic logout on user inactivitydms: [botocore] Added support of SQL statements creation, metadata model discovery and selection rules transformation.ec2: [botocore] Adds complete AMI ancestry tracing from immediate parent through each preceding generation back to the root AMIelbv2: [botocore] This release expands ALB Authentication to support JWT verification and adds support for a new JWT validation action in listener rule.redshift: [botocore] Added GetIdentityCenterAuthToken API to retrieve encrypted authentication tokens for Identity Center integrated applications. This API enables programmatic access to secure Identity Center tokens with proper error handling and parameter validation across supported SDK languages.s3tables: [botocore] Adds support for request metrics metrics APIs for S3 Tablessagemaker: [botocore] Add support for trn2.3xlarge instance type for SageMaker Hyperpodv1.40.71Compare Source
=======
batch: [botocore] Documentation-only update: update API and doc descriptions per EKS ImageType default value switch from AL2 to AL2023.bedrock-data-automation: [botocore] Added support for Language Expansion feature for BDA Audio modality.ec2: [botocore] AWS Site-to-Site VPN now supports VPN connections with up to 5 Gbps bandwidth per tunnel, a 4x improvement from existing limit of 1.25 Gbps.endpoint-rules: [botocore] Update endpoint-rules client to latest versionmedical-imaging: [botocore] Added new fields in existing APIs.rtbfabric: [botocore] Added LogSettings and LinkAttribute fields to external linkssecurity-ir: [botocore] Added support for configuring communication preferences as well as clearly displaying case comment author identities.v1.40.70Compare Source
=======
acm-pca: [botocore] Private Certificate Authority service now supports ML-DSA key algorithms.appstream: [botocore] AWS Appstream support for IPv6backup: [botocore] AWS Backup supports backups of Amazon EKS clusters, including Kubernetes cluster state and persistent storage attached to the EKS cluster via a persistent volume claim (EBS volumes, EFS file systems, and S3 buckets).braket: [botocore] Adds ExperimentalCapabilities field to CreateQuantumTask request and GetQuantumTask response objects. Enables use of experimental software capabilities when creating quantum tasks.datazone: [botocore] Remove trackingServerName from DataZone Connection MLflowPropertiesdsql: [botocore] Cluster endpoint added to CreateCluster and GetCluster API responsesec2: [botocore] Amazon EC2 Fleet customers can now filter instance types based on encryption-in-transit support using Attribute-Based Instance Type Selection (ABIS), eliminating the manual effort of identifying and selecting compatible instance types for security-sensitive workloads.guardduty: [botocore] Include tags filed in CreatePublishingDestinationRequest and DescribePublishingDestinationResponse.iam: [botocore] Added CreateDelegationRequest API, which is not available for general use at this time.invoicing: [botocore] Added new invoicing get-invoice-pdf API Operationkafka: [botocore] Amazon MSK now supports intelligent rebalancing for MSK Express brokers.sts: [botocore] Added GetDelegatedAccessToken API, which is not available for general use at this time.verifiedpermissions: [botocore] Amazon Verified Permissions / Features : Adds support for entity Cedar tags.wafv2: [botocore] AWS WAF now supports CLOUDWATCH_TELEMETRY_RULE_MANAGED as a LogScope option, enabling automated logging configuration through Amazon CloudWatch Logs for telemetry data collection and analysis.v1.40.69Compare Source
=======
controltower: [botocore] Added Parent Identifier support to ListEnabledControls and GetEnabledControl API. Implemented RemediationType support for Landing Zone operations: CreateLandingZone, UpdateLandingZone and GetLandingZone APIsec2: [botocore] Adds PrivateDnsPreference and PrivateDnsSpecifiedDomains to control private DNS resolution for resource and service network VPC endpoints and IpamScopeExternalAuthorityConfiguration to integrate Amazon VPC IPAM with a third-party IPAM servicekms: [botocore] Added support for new ECC_NIST_EDWARDS25519 AWS KMS key specopensearch: [botocore] This release introduces the Default Application feature, allowing users to set, change, or unset a preferred OpenSearch UI application on a per-region basis for a streamlined and consistent user experience.vpc-lattice: [botocore] Amazon VPC Lattice now supports custom domain name for resource configurationsv1.40.68Compare Source
=======
accessanalyzer: [botocore] New field totalActiveErrors added to getFindingsStatistics response.backup: [botocore] AWS Backup now supports customer-managed keys (CMK) for logically air-gapped vaults, enabling customers to maintain full control over their encryption key lifecycle. This feature helps organizations meet specific internal governance requirements or external regulatory compliance standards.connect: [botocore] Added support for Conditional Questions in Evaluation Forms. Introduced Auto Evaluation capability for Evaluation Forms and Contact Evaluations. Added new API operations: SearchEvaluationForms and SearchContactEvaluations.ec2: [botocore] Add Amazon EC2 R8a instance typesgamelift: [botocore] Amazon GameLift Servers now supports game builds that use the Windows 2022 operating system.identitystore: [botocore] IdentityStore API: added new KMSExceptionReason fields to the Exception object; added multiple new fields to the User APIs - UserStatus, Birthdate, Website and Photos; added multiple new metadata fields for User, Groups and Membership APIs - CreatedAt, CreatedBy, UpdatedAt and UpdatedBy.quicksight: [botocore] Support for New Data Prep Experiences3tables: [botocore] Adds support for tagging APIs for S3 Tabless3vectors: [botocore] Amazon S3 Vectors provides cost-effective, elastic, and durable vector storage for queries based on semantic meaning and similarity.sagemaker: [botocore] Added NodeProvisioningMode parameter to UpdateCluster API to determine how instance provisioning is handled during cluster operations; in Continuous mode. Added VpcId field in UpdateDomain request for SageMaker Unified Studio domains with no VPC to add a customer VPC.ssm: [botocore] Provides NoLongerSupportedException error messagev1.40.67Compare Source
=======
cloudfront: [botocore] This release adds new and updated API operations. You can now use the IpAddressType field to specify either ipv4 or dualstack for your Anycast static IP list. You can also enable cross-account resource sharing to share your VPC origins with other AWS accountsdatazone: [botocore] Added support for Project Resource Tagsec2: [botocore] This release adds AvailabilityZoneId support for DescribeFastSnapshotRestores, DisableFastSnapshotRestores, and EnableFastSnapshotRestores APIs.endpoint-rules: [botocore] Update endpoint-rules client to latest versionfsx: [botocore] Amazon FSx now enables secure management of Active Directory credentials through AWS Secrets Manager integration. Customers can use Secret ARNs instead of direct credentials when joining resources to Active Directory domains.groundstation: [botocore] Introduce CreateDataflowEndpointGroupV2 actions3: [botocore] Launch IPv6 dual-stack support for S3 Expresssagemaker: [botocore] Add new fields in SageMaker Hyperpod DescribeCluster API response: TargetStateCount, SoftwareUpdateStatus and ActiveSoftwareDeploymentConfig to provide AMI update progress visibility .v1.40.66Compare Source
=======
pinpoint-sms-voice-v2: [botocore] This release adds support for the CarrierLookup API, which returns information about a destination phone number including if the number is valid, the carrier, and more.v1.40.65Compare Source
=======
bedrock-agentcore-control: [botocore] Adds support for direct code deploy with CreateAgentRuntime and UpdateAgentRuntimebudgets: [botocore] Fix the AWS Budgets endpoint for the aws-eusc partition.ec2: [botocore] Add Amazon EC2 trn2.3xlarge instance type.ecs: [botocore] Documentation-only update for LINEAR and CANARY deployment strategies.endpoint-rules: [botocore] Update endpoint-rules client to latest versionkinesis: [botocore] Adds support for MinimumThroughputBillingCommitment with new UpdateAccountSettings API. Adds support to configure warm throughput for on-demand streams in new UpdateStreamWarmThroughput API and existing CreateStream API and UpdateStreamMode API.v1.40.64Compare Source
=======
connectcases: [botocore] Added two new case rule types: Parent Child Field Options (restricts child field options based on parent field value) and Hidden (controls child field visibility based on parent field value). Both enable dynamic field behavior within templates.ec2: [botocore] Amazon VPC IP Address Manager (IPAM) now supports automated prefix list management, allowing you to create rules that automatically populate customer-managed prefix lists with CIDRs from your IPAM pools or AWS resources based on tags, Regions, or other criteria.emr: [botocore] Update endpoint ruleset parameters casingendpoint-rules: [botocore] Update endpoint-rules client to latest versionfms: [botocore] Update endpoint ruleset parameters casingfsx: [botocore] Update endpoint ruleset parameters casinghealth: [botocore] Update endpoint ruleset parameters casingkinesis: [botocore] Update endpoint ruleset parameters casinglambda: [botocore] Add Python3.14 (python3.14) and Java 25 (java25) support to AWS Lambdalogs: [botocore] Update endpoint ruleset parameters casingmarketplace-catalog: [botocore] Update endpoint ruleset parameters casingmediaconvert: [botocore] Adds SlowPalPitchCorrection to audio pitch correction settings. Enables opacity for VideoOverlays. Adds REMUX_ALL option to enable multi-rendition passthrough to VideoSelector for allow listed accounts.omics: [botocore] Added WDL_LENIENT engine type that enables implicit typecasting of variable values to its compatible declared typespayment-cryptography: [botocore] Allow additional characters in the CertificateSubject for GetCertificateSigningRequest API.redshift: [botocore] Update endpoint ruleset parameters casingresourcegroupstaggingapi: [botocore] Update endpoint ruleset parameters casingsagemaker: [botocore] Allow update of platform identifier via UpdateNotebookInstance operation.savingsplans: [botocore] Add dual-stack endpoint support for Savings Planssnowball: [botocore] Update endpoint ruleset parameters casingssm-quicksetup: [botocore] Update endpoint ruleset parameters casingtextract: [botocore] Update endpoint ruleset parameters casingwaf: [botocore] Update endpoint ruleset parameters casingv1.40.63Compare Source
=======
amp: [botocore] Add Anomaly Detection APIs for Amazon Managed Prometheusapigateway: [botocore] Update endpoint ruleset parameters casingappconfig: [botocore] Update endpoint ruleset parameters casingappflow: [botocore] Update endpoint ruleset parameters casingapplicationcostprofiler: [botocore] Update endpoint ruleset parameters casingappmesh: [botocore] Update endpoint ruleset parameters casingappsync: [botocore] Update endpoint ruleset parameters casingartifact: [botocore] Update endpoint ruleset parameters casingauditmanager: [botocore] Update endpoint ruleset parameters casingbedrock-agent: [botocore] Update endpoint ruleset parameters casingbedrock-agentcore-control: [botocore] Web-Bot-Auth support for AgentCore Browser tool to help reduce captcha challenges.chime: [botocore] Update endpoint ruleset parameters casingcleanrooms: [botocore] Added support for advanced Spark configurations to optimize SQL performancecloudcontrol: [botocore] Update endpoint ruleset parameters casingclouddirectory: [botocore] Update endpoint ruleset parameters casingcloudsearch: [botocore] Update endpoint ruleset parameters casingcloudwatch: [botocore] Update endpoint ruleset parameters casingcodecatalyst: [botocore] Update endpoint ruleset parameters casingcodecommit: [botocore] Update endpoint ruleset parameters casingcodedeploy: [botocore] Update endpoint ruleset parameters casingcognito-sync: [botocore] Update endpoint ruleset parameters casingcompute-optimizer: [botocore] Update endpoint ruleset parameters casingconnectcases: [botocore] Update endpoint ruleset parameters casingdeadline: [botocore] Update endpoint ruleset parameters casingdevops-guru: [botocore] Update endpoint ruleset parameters casingdocdb: [botocore] Adding FailoverState and TagList to GlobalCluster and SynchronizationStatus to GlobalClusterMember.ecs: [botocore] Amazon ECS Service Connect now supports Envoy access logs, providing deeper observability into request-level traffic patterns and service interactions.eks-auth: [botocore] Update endpoint ruleset parameters casingelasticache: [botocore] Update endpoint ruleset parameters casingemr-serverless: [botocore] This release adds the capability to enable User Background Sessions for customers running Trusted Identity Propagation enabled Interactive Sessions on EMR Serverless Applications.endpoint-rules: [botocore] Update endpoint-rules client to latest versionfirehose: [botocore] Update endpoint ruleset parameters casingfrauddetector: [botocore] Update endpoint ruleset parameters casinggeo-places: [botocore] Update endpoint ruleset parameters casingglue: [botocore] This release adds the capability to enable User Background Sessions for customers running Trusted Identity Propagation enabled Interactive Sessions on AWS Glue.greengrassv2: [botocore] Update endpoint ruleset parameters casingiotevents-data: [botocore] Update endpoint ruleset parameters casingiot-managed-integrations: [botocore] Add a new GetManagedThingCertificate API to expose Iot ManagedIntegrations (MI) device certificate, and add "-" support for name, properties, actions and events in the CapabilityReportCapability object.keyspacesstreams: [botocore] Update endpoint ruleset parameters casingkms: [botocore] Add cross account VPC endpoint service connectivity support to CustomKeyStore.license-manager-linux-subscriptions: [botocore] Update endpoint ruleset parameters casingmarketplace-reporting: [botocore] Update endpoint ruleset parameters casingneptune: [botocore] Update endpoint ruleset parameters casingrtbfabric: [botocore] RTB Fabric documentation update.s3outposts: [botocore] Update endpoint ruleset parameters casingsagemaker-runtime: [botocore] Update endpoint ruleset parameters casingschemas: [botocore] Update endpoint ruleset parameters casingserverlessrepo: [botocore] Update endpoint ruleset parameters casingservicecatalog: [botocore] Update endpoint ruleset parameters casingsso: [botocore] Update endpoint ruleset parameters casingsts: [botocore] Update endpoint ruleset parameters casingv1.40.62Compare Source
=======
bedrock-runtime: [botocore] Add support for system tool and web citation response.v1.40.61Compare Source
=======
apigatewayv2: [botocore] Update endpoint ruleset parameters casingapplication-signals: [botocore] Added support for CloudWatch Synthetics Canary resources in ListAuditFindings API. This enhancement allows customers to retri