Skip to content

fix(deps): update python dependencies (major)#778

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/major-python-dependencies
Open

fix(deps): update python dependencies (major)#778
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/major-python-dependencies

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jan 12, 2026

This PR contains the following updates:

Package Change Age Confidence
Django (changelog) ^5.1^6.0.0 age confidence
azure-mgmt-containerservice ^40.0.0^41.0.0 age confidence
azure-mgmt-resource ^24.0.0^25.0.0 age confidence
kubernetes ^34.0.0^35.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

django/django (Django)

v6.0.5

Compare Source

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0

Compare Source

Azure/azure-sdk-for-python (azure-mgmt-containerservice)

v41.1.0

Compare Source

41.1.0 (2026-04-20)

Features Added
  • Model ManagedClusterAzureMonitorProfile added property app_monitoring
  • Model ManagedClusterIngressProfile added property gateway_api
  • Model ManagedClusterIngressProfileWebAppRouting added property gateway_api_implementations
  • Model ManagedClusterProperties added property hosted_system_profile
  • Enum OSSKU added member WINDOWS2025
  • Added enum GatewayAPIIstioEnabled
  • Added model ManagedClusterAppRoutingIstio
  • Added model ManagedClusterAzureMonitorProfileAppMonitoring
  • Added model ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation
  • Added model ManagedClusterHostedSystemProfile
  • Added model ManagedClusterIngressProfileGatewayConfiguration
  • Added model ManagedClusterWebAppRoutingGatewayAPIImplementations
  • Added enum ManagedGatewayType

v41.0.0

Compare Source

41.0.0 (2026-03-17)

Features Added
  • Client ContainerServiceClient added method send_request
  • Model AdvancedNetworking added property performance
  • Model AdvancedNetworkingSecurity added property transit_encryption
  • Model AgentPool added property properties
  • Model AgentPool added property system_data
  • Model AgentPoolUpgradeProfile added property system_data
  • Model IstioComponents added property proxy_redirection_mechanism
  • Model Machine added property system_data
  • Model ManagedClusterAccessProfile added property properties
  • Model ManagedClusterHTTPProxyConfig added property enabled
  • Model ManagedClusterUpgradeProfile added property system_data
  • Model OperationValue added property display
  • Model PrivateEndpointConnection added property system_data
  • Model RunCommandResult added property properties
  • Added enum AccelerationMode
  • Added model AccessProfile
  • Added model AdvancedNetworkingPerformance
  • Added model AdvancedNetworkingSecurityTransitEncryption
  • Added model AgentPoolManagedClusterAgentPoolProfileProperties
  • Added model CommandResultProperties
  • Added model OperationValueDisplay
  • Added enum ProxyRedirectionMechanism
  • Added enum TransitEncryptionType
Breaking Changes
  • This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
  • For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
  • Renamed enum IpFamily to IPFamily
  • Model AgentPool moved instance variables e_tag, count, vm_size, os_disk_size_gb, os_disk_type, kubelet_disk_type, workload_runtime, message_of_the_day, vnet_subnet_id, pod_subnet_id, pod_ip_allocation_mode, max_pods, os_type, os_sku, max_count, min_count, enable_auto_scaling, scale_down_mode, type_properties_type, mode, orchestrator_version, current_orchestrator_version, node_image_version, upgrade_settings, provisioning_state, power_state, availability_zones, enable_node_public_ip, node_public_ip_prefix_id, scale_set_priority, scale_set_eviction_policy, spot_max_price, tags, node_labels, node_taints, proximity_placement_group_id, kubelet_config, linux_os_config, enable_encryption_at_host, enable_ultra_ssd, enable_fips, gpu_instance_profile, creation_data, capacity_reservation_group_id, host_group_id, network_profile, windows_profile, security_profile, gpu_profile, gateway_profile, virtual_machines_profile, virtual_machine_nodes_status, status and local_dns_profile under property properties
  • Model ManagedClusterAccessProfile moved instance variable kube_config under property properties
  • Model OperationValue moved instance variables operation, resource, description and provider under property display
  • Model RunCommandResult moved instance variables provisioning_state, exit_code, started_at, finished_at, logs and reason under property properties
  • Model KubernetesVersionListResult renamed its instance variable values to values_property
  • Method AgentPoolsOperations.begin_create_or_update replaced positional_or_keyword parameters if_match/if_none_match with keyword_only parameters etag/match_condition
  • Method AgentPoolsOperations.begin_delete changed its parameter ignore_pod_disruption_budget from positional_or_keyword to keyword_only
  • Method AgentPoolsOperations.begin_delete replaced positional_or_keyword parameter if_match with keyword_only parameters etag/match_condition
  • Method ManagedClustersOperations.begin_create_or_update replaced positional_or_keyword parameters if_match/if_none_match with keyword_only parameters etag/match_condition
  • Method ManagedClustersOperations.begin_delete deleted or renamed its parameter if_match of kind positional_or_keyword
  • Method ManagedClustersOperations.begin_update_tags replaced positional_or_keyword parameter if_match with keyword_only parameters etag/match_condition
  • Method ManagedClustersOperations.list_cluster_admin_credentials changed its parameter server_fqdn from positional_or_keyword to keyword_only
  • Method ManagedClustersOperations.list_cluster_monitoring_user_credentials changed its parameter server_fqdn from positional_or_keyword to keyword_only
  • Method ManagedClustersOperations.list_cluster_user_credentials changed its parameter server_fqdn/format from positional_or_keyword to keyword_only
Other Changes
  • Deleted model MeshRevisionProfileList/MeshUpgradeProfileList/OutboundEnvironmentEndpointCollection/SubResource which actually were not used by SDK users
kubernetes-client/python (kubernetes)

v35.0.0: Kubernetes Python Client v35.0.0 Stable Release

Compare Source

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v35.0.0.zip
cd client-python-v35.0.0
python setup.py install

Then follow examples in https://github.com/kubernetes-client/python/tree/release-35.0/examples

Changelog: https://github.com/kubernetes-client/python/blob/release-35.0/CHANGELOG.md


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "before 10am on monday"
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@github-actions github-actions Bot requested a review from stewartshea as a code owner January 12, 2026 06:36
@github-actions github-actions Bot added dependencies Pull requests that update a dependency file major-update labels Jan 12, 2026
@github-actions github-actions Bot force-pushed the renovate/major-python-dependencies branch from 4c928cf to 6099bc4 Compare January 16, 2026 06:33
@github-actions github-actions Bot changed the title fix(deps): update dependency django to v6 fix(deps): update python dependencies (major) Jan 16, 2026
@github-actions github-actions Bot force-pushed the renovate/major-python-dependencies branch from 6099bc4 to 66bb8ce Compare February 6, 2026 06:54
@github-actions github-actions Bot force-pushed the renovate/major-python-dependencies branch from 66bb8ce to 7974c5d Compare March 18, 2026 07:01
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 8, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file major-update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants