chore: 🐝 Update SDK - Generate 3.0.0#24
Open
github-actions[bot] wants to merge 2 commits intomainfrom
Open
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| LOW = "low" | ||
| UNAVAILABLE = "unavailable" | ||
| MEDIUM = "medium" | ||
| HIGH = "high" |
There was a problem hiding this comment.
Duplicate enum type for stock levels
Low Severity
The commit introduces VirtualMachinePlansDataStockLevel enum with identical values to the existing VirtualMachinePlansStockLevel enum. Both define the same four stock level values: LOW, UNAVAILABLE, MEDIUM, and HIGH. One is used for region-level stock levels, the other for plan-level stock levels, but they represent the same conceptual domain with identical possible values and could share a single enum type.
Additional Locations (1)
632b628 to
c0eda27
Compare
8a352f7 to
6fd7371
Compare
81aa54d to
9571dac
Compare
* `latitudesh.plans.list_vm_plans()`: `response.data[].attributes` **Changed** (Breaking⚠️ ) * `latitudesh.servers.unlock()`: `response.data.attributes` **Changed** (Breaking⚠️ ) * `latitudesh.servers.lock()`: `response.data.attributes` **Changed** (Breaking⚠️ ) * `latitudesh.servers.update()`: `response.data.attributes` **Changed** (Breaking⚠️ ) * `latitudesh.servers.get()`: `response.data.attributes` **Changed** (Breaking⚠️ ) * `latitudesh.servers.create()`: `response.data.attributes` **Changed** (Breaking⚠️ ) * `latitudesh.servers.list()`: `response.data[].attributes` **Changed** (Breaking⚠️ ) * `latitudesh.firewalls.list()`: `response.data[].attributes.rules[].description` **Added** * `latitudesh.firewalls.update()`: * `request.data.attributes.rules[].description` **Added** * `response.data.attributes.rules[].description` **Added** * `latitudesh.firewalls.get()`: `response.data.attributes.rules[].description` **Added** * `latitudesh.firewalls.create()`: * `request.data.attributes.rules[].description` **Added** * `response.data.attributes.rules[].description` **Added** * `latitudesh.virtual_machines.update_virtual_machine()`: **Added** * `latitudesh.events.list()`: `response.data[].data[].attributes.properties` **Added** * `latitudesh.plans.get_containers_plan()`: **Removed** (Breaking⚠️ ) * `latitudesh.virtual_machines.create()`: * `request.data.attributes.operating_system` **Added** * `response.data.attributes.primary_ipv4` **Added**
f77a02e to
eb4ce34
Compare
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
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.
SDK update
Versioning
Version Bump Type: [major] - 🤖 (automated)
Python SDK Changes:
latitudesh.plans.list_vm_plans():response.data[].attributesChanged (Breakinglatitudesh.servers.unlock():response.data.attributesChanged (Breakinglatitudesh.servers.lock():response.data.attributesChanged (Breakinglatitudesh.servers.update():response.data.attributesChanged (Breakinglatitudesh.servers.get():response.data.attributesChanged (Breakinglatitudesh.servers.create():response.data.attributesChanged (Breakinglatitudesh.servers.list():response.data[].attributesChanged (Breakinglatitudesh.firewalls.list():response.data[].attributes.rules[].descriptionAddedlatitudesh.firewalls.update():request.data.attributes.rules[].descriptionAddedresponse.data.attributes.rules[].descriptionAddedlatitudesh.firewalls.get():response.data.attributes.rules[].descriptionAddedlatitudesh.firewalls.create():request.data.attributes.rules[].descriptionAddedresponse.data.attributes.rules[].descriptionAddedlatitudesh.virtual_machines.update_virtual_machine(): Addedlatitudesh.events.list():response.data[].data[].attributes.propertiesAddedlatitudesh.plans.get_containers_plan(): Removed (Breakinglatitudesh.virtual_machines.create():request.data.attributes.operating_systemAddedresponse.data.attributes.primary_ipv4AddedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 3 warnings, 179 hintsView full report
PYTHON CHANGELOG
constsAndDefaults: 1.0.6 - 2026-01-15
🐛 Bug Fixes
core: 6.0.4 - 2026-02-04
🐝 New Features
core: 6.0.2 - 2026-01-29
🐛 Bug Fixes
core: 6.0.1 - 2026-01-29
🐛 Bug Fixes
core: 6.0.0 - 2026-01-27
🐝 New Features
globalSecurity: 3.0.5 - 2026-02-03
🐝 New Features
responseFormat: 1.1.0 - 2026-01-22
🔧 Chores
Based on Speakeasy CLI 1.708.2