Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Apr 9, 2025

SDK update

Based on:

Versioning

Version Bump Type: [patch] - 🤖 (automated)

OpenAPI Change Summary

├─┬Info
│ └──[🔀] version (5:12)
├─┬Paths
│ └─┬/hris/employees
│   └─┬GET
│     └─┬Extensions
│       └──[🔀] x-apideck-gotchas (7637:9)
└─┬Components
  └─┬Invoice
    ├──[➕] properties (16584:9)
    ├─┬tracking_categories
    │ └──[🔀] $ref (16513:11)❌ 
    ├─┬template_id
    │ └──[🔀] $ref (19314:20)❌ 
    ├─┬updated_at
    │ └──[🔀] $ref (16424:11)❌ 
    ├─┬po_number
    │ └──[🔀] $ref (18185:20)❌ 
    ├─┬tax_code
    │ ├──[🔀] type (16508:17)❌ 
    │ ├──[🔀] title (16511:18)
    │ ├──[🔀] description (16507:24)
    │ └──[🔀] example (16509:20)
    ├─┬total
    │ ├──[🔀] type (16463:17)❌ 
    │ ├──[🔀] title (16466:18)
    │ ├──[🔀] description (16462:24)
    │ └──[🔀] example (16464:20)
    ├─┬type
    │ └──[🔀] $ref (17851:13)❌ 
    ├─┬status
    │ ├──[➖] enum (16486:27)❌ 
    │ ├──[➖] enum (16487:27)❌ 
    │ ├──[➖] enum (16488:27)❌ 
    │ ├──[➖] enum (16489:27)❌ 
    │ ├──[➖] enum (16490:27)❌ 
    │ ├──[➖] enum (16483:27)❌ 
    │ ├──[➖] enum (16484:27)❌ 
    │ ├──[➖] enum (16485:27)❌ 
    │ ├──[🔀] title (16583:18)
    │ ├──[🔀] description (16579:24)
    │ ├──[🔀] example (16581:20)
    │ └─┬Extensions
    │   └──[➖] x-apideck-enum-id (16493:40)❌ 
    ├─┬tax_inclusive
    │ └──[🔀] $ref (16519:11)❌ 
    ├─┬reference
    │ ├──[🔀] title (16472:18)
    │ ├──[🔀] description (16468:24)
    │ └──[🔀] example (16470:20)
    ├─┬updated_by
    │ └──[🔀] $ref (20083:20)❌ 
    ├─┬terms
    │ ├──[🔀] title (16577:18)
    │ ├──[🔀] description (16573:24)
    │ └──[🔀] example (16575:20)
    ├─┬sub_total
    │ ├──[➕] enum (16491:15)
    │ ├──[➕] enum (16484:15)
    │ ├──[➕] enum (16485:15)
    │ ├──[➕] enum (16486:15)
    │ ├──[➕] enum (16487:15)
    │ ├──[➕] enum (16488:15)
    │ ├──[➕] enum (16489:15)
    │ ├──[➕] enum (16490:15)
    │ ├──[🔀] type (16481:17)❌ 
    │ ├──[🔀] title (16493:18)
    │ ├──[🔀] description (16480:24)
    │ ├──[🔀] example (16482:20)
    │ └─┬Extensions
    │   └──[➕] x-apideck-enum-id (16494:30)
    ├─┬shipping_address
    │ └──[🔀] $ref (18971:20)❌ 
    ├─┬tracking_category
    │ └──[🔀] $ref (20651:20)❌ 
    ├─┬source_document_url
    │ └──[🔀] $ref (11353:13)❌ 
    ├─┬row_version
    │ └──[🔀] $ref (16474:11)❌ 
    ├─┬payment_method
    │ └──[🔀] $ref (16585:11)❌ 
    └─┬total_tax
      ├──[🔀] title (16541:18)
      ├──[🔀] description (16537:24)
      └──[🔀] example (16539:20)
Document Element Total Changes Breaking Changes
info 1 0
paths 1 0
components 55 23

PYTHON CHANGELOG

core: 5.12.6 - 2025-04-03

🐛 Bug Fixes

  • improve performance of generation on multicore machines and various fixes to correctness based on order of generation (commit by @tristanspeakeasy)

core: 5.12.5 - 2025-03-28

🐛 Bug Fixes

  • Prevent Pydantic 2.11 deprecation warnings with model_fields usage in models (commit by @bflad)

core: 5.12.4 - 2025-03-16

🐛 Bug Fixes

  • force quote circular referenced types (commit by @ThomasRooney)

core: 5.12.3 - 2025-03-10

🐛 Bug Fixes

  • disable key sorting when serializing to json (commit by @disintegrator)

core: 5.12.2 - 2025-03-02

🐛 Bug Fixes

  • handle indirect circular references (commit by @vishalg0wda)

core: 5.12.1 - 2025-02-21

🐛 Bug Fixes

  • handle usage snippet templating when no servers are defined in the spec (commit by @vishalg0wda)

core: 5.12.0 - 2025-02-12

🐝 New Features

  • support openapi specs without server urls (commit by @vishalg0wda)

core: 5.11.0 - 2025-02-04

🐝 New Features

core: 5.10.9 - 2025-01-31

🐛 Bug Fixes

  • fixed handling of default fields in usage snippets and tests, fixed validation of required schema property (commit by @tristanspeakeasy)

core: 5.10.8 - 2025-01-30

🐛 Bug Fixes

  • fixed handling of field names conflicting with reserved keywords (commit by @tristanspeakeasy)

core: 5.10.7 - 2025-01-29

🐛 Bug Fixes

  • allow for no global server url on pythonv2 sdks (commit by @walker-tx)

core: 5.10.6 - 2025-01-27

🐛 Bug Fixes

  • sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created (commit by @idbentley)

core: 5.10.5 - 2025-01-23

🐛 Bug Fixes

  • register finalizer function to close httpx clients and document context manager usage (commit by @disintegrator)

core: 5.10.4 - 2025-01-20

🐛 Bug Fixes

core: 5.10.3 - 2025-01-20

🐛 Bug Fixes

  • fixed handling of additional dependencies and running of python tests (commit by @tristanspeakeasy)

core: 5.10.2 - 2025-01-13

🐛 Bug Fixes

  • handle 4XX and 5XX error ranges seperately (commit by @idbentley)

core: 5.10.1 - 2025-01-10

🐛 Bug Fixes

  • prevent wrapping of lambda fn from causing pylint error (commit by @walker-tx)

core: 5.10.0 - 2025-01-08

🐝 New Features

  • expose sdk versioning data as constants in python (commit by @walker-tx)

core: 5.9.0 - 2025-01-08

🐝 New Features

  • Upgrade poetry to 2.0.0 for latest features such as PEP 621 support (commit by @bflad)

core: 5.8.0 - 2025-01-06

🐝 New Features

  • Bump Python minimum version to 3.9 as 3.8 has been end-of-life since October 2024 (commit by @bflad)

core: 5.7.6 - 2025-01-06

🐛 Bug Fixes

  • Upgrade mypy to 1.14.1 to prevent Python 3.13 errors (commit by @bflad)

core: 5.7.5 - 2025-01-06

🐛 Bug Fixes

core: 5.7.4 - 2024-12-16

🐛 Bug Fixes

  • flattening with hidden parameters (commit by @mfbx9da4)

core: 5.7.3 - 2024-12-13

🐛 Bug Fixes

  • Support OAS references under multipart/form-data file properties (commit by @bflad)

core: 5.7.2 - 2024-12-13

🐛 Bug Fixes

core: 5.7.1 - 2024-12-12

🐛 Bug Fixes

  • templating of local server URLs (commit by @mfbx9da4)

core: 5.7.0 - 2024-12-12

🐝 New Features

  • support passing extra request headers in sdk method calls (commit by @disintegrator)

core: 5.6.11 - 2024-12-09

🔧 Chores

core: 5.6.10 - 2024-12-06

🐛 Bug Fixes

  • support property names solely comprised of illegal characters (commit by @mfbx9da4)

core: 5.6.9 - 2024-12-04

🐛 Bug Fixes

  • avoid setting content-type header for requests with no bodies (commit by @disintegrator)

core: 5.6.8 - 2024-11-22

🐛 Bug Fixes

  • handle circular references through unions correctly (commit by @disintegrator)

core: 5.6.7 - 2024-11-22

🐛 Bug Fixes

  • make the SDK a context manager so transports can be closed after use (commit by @tristanspeakeasy)

core: 5.6.6 - 2024-11-21

🐛 Bug Fixes

  • widen python-dateutil dependency requirement (commit by @disintegrator)

core: 5.6.5 - 2024-11-12

🐛 Bug Fixes

core: 5.6.4 - 2024-11-05

🐛 Bug Fixes

  • Prevent compilation errors with missing response schemas (commit by @bflad)

core: 5.6.3 - 2024-11-04

🐛 Bug Fixes

  • Prevent compilation errors on macOS and if the source code directory changes (commit by @bflad)

core: 5.6.2 - 2024-10-31

🐛 Bug Fixes

  • Prevent panic with invalid implicit discriminator mappings with propertyName within allOf object (commit by @bflad)

core: 5.6.1 - 2024-10-29

🔧 Chores

core: 5.6.0 - 2024-10-07

🐝 New Features

core: 5.5.8 - 2024-10-01

🐛 Bug Fixes

core: 5.5.7 - 2024-09-27

🐛 Bug Fixes

  • update readme formatting (commit by @adaam2)

core: 5.5.6 - 2024-09-25

🐛 Bug Fixes

  • update readme generation to replace welcome to new sdk section with new markdown notice (commit by @adaam2)

core: 5.5.5 - 2024-09-25

🐛 Bug Fixes

  • fixes to missing examples and improvements to number examples (commit by @tristanspeakeasy)

core: 5.5.4 - 2024-09-18

🐛 Bug Fixes

core: 5.5.3 - 2024-09-12

🐛 Bug Fixes

  • crash when there was no available security (commit by @ThomasRooney)

core: 5.5.2 - 2024-09-11

🔧 Chores

core: 5.5.1 - 2024-09-10

🔧 Chores

core: 5.5.0 - 2024-09-08

🐝 New Features

core: 5.4.5 - 2024-09-07

🐛 Bug Fixes

  • ensure async client is used for async request building (commit by @tristanspeakeasy)

core: 5.4.4 - 2024-09-06

🔧 Chores

core: 5.4.3 - 2024-09-05

🐛 Bug Fixes

  • ensure generated examples are stable generation to generation (commit by @tristanspeakeasy)

core: 5.4.2 - 2024-08-28

🐛 Bug Fixes

core: 5.3.9 - 2024-08-18

🐛 Bug Fixes

  • fixed handling of unset values when using serializers (commit by @tristanspeakeasy)

core: 5.4.1 - 2024-08-17

🔧 Chores

  • remove unused method param (commit by @adaam2)

core: 5.3.8 - 2024-08-12

🐛 Bug Fixes

core: 5.4.0 - 2024-08-09

🐝 New Features

core: 5.3.7 - 2024-08-08

🔧 Chores

core: 5.3.6 - 2024-08-08

🐛 Bug Fixes

core: 5.3.5 - 2024-08-07

🐛 Bug Fixes

  • ordering of models in file to ensure dependencies come first (commit by @tristanspeakeasy)

core: 5.3.4 - 2024-08-06

🐛 Bug Fixes

core: 5.3.3 - 2024-08-02

🐛 Bug Fixes

core: 5.3.2 - 2024-08-01

🐛 Bug Fixes

core: 5.3.1 - 2024-08-01

🔧 Chores

  • set pyproject.toml version field at compile time (commit by @disintegrator)

core: 5.2.6 - 2024-08-01

🐛 Bug Fixes

  • add --skip-existing to poetry publish script (commit by @disintegrator)

core: 5.3.0 - 2024-07-31

🐝 New Features

core: 5.2.5 - 2024-07-31

🐛 Bug Fixes

  • fixed conversion of collection fields from TypedDict to Pydantic model (commit by @tristanspeakeasy)

core: 5.2.4 - 2024-07-23

🐛 Bug Fixes

  • avoid injecting empty 2xx sub-response if default status code is available and considered succesful (commit by @disintegrator)

core: 5.2.3 - 2024-07-23

🐛 Bug Fixes

  • fixed usage snippet generation not showing examples for oneOf/anyOf schemas (commit by @tristanspeakeasy)

core: 5.2.2 - 2024-07-22

🐛 Bug Fixes

core: 5.2.1 - 2024-07-22

🐛 Bug Fixes

  • handling of renamed object fields using x-speakeasy-name-override (commit by @tristanspeakeasy)

core: 5.2.0 - 2024-07-19

🐝 New Features

core: 5.1.6 - 2024-07-17

🐛 Bug Fixes

core: 5.1.5 - 2024-07-17

🐛 Bug Fixes

  • fixed handling of nullable fields and py.typed detection (commit by @tristanspeakeasy)

core: 5.1.4 - 2024-07-16

🐛 Bug Fixes

core: 5.1.3 - 2024-07-16

🔧 Chores

core: 5.1.2 - 2024-07-15

🐛 Bug Fixes

  • revert debug mode feature pending further improvements (commit by @disintegrator)

core: 5.1.1 - 2024-07-12

🐛 Bug Fixes

core: 5.1.0 - 2024-07-11

🐝 New Features

core: 4.8.1 - 2024-07-09

🐛 Bug Fixes

  • Use 0666 file mode for writing configuration and lock files (commit by @bflad)

core: 4.8.0 - 2024-07-05

🐝 New Features

core: 5.0.0 - 2024-07-04

🐝 New Features

core: 4.6.14 - 2024-06-27

🐛 Bug Fixes

  • remove unnecessary accept_header_override documentation elements (commit by @ThomasRooney)

core: 4.6.13 - 2024-06-21

🔧 Chores

pagination: 3.0.4 - 2025-02-11

🐛 Bug Fixes

  • handle nullable non-numeric pagination cursor (commit by @2ynn)

pagination: 3.0.3 - 2025-01-29

🐛 Bug Fixes

  • only add jsonpath-python if pagination used in an SDK (commit by @disintegrator)

pagination: 3.0.2 - 2024-12-20

🐛 Bug Fixes

  • respect pagination defaults from OpenAPI spec (commit by @disintegrator)

pagination: 3.0.1 - 2024-08-02

🐛 Bug Fixes

  • fixed issue with page based pagination and flattened request bodies (commit by @tristanspeakeasy)

pagination: 3.0.0 - 2024-07-04

🐝 New Features

pagination: 2.81.5 - 2024-03-25

🐛 Bug Fixes

  • gracefully fail when pagination input is not defined on paginated operations (commit by @disintegrator)

@github-actions github-actions bot added the patch Patch version bump label Apr 9, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1744214944 branch 4 times, most recently from a022351 to f7dddbb Compare April 11, 2025 00:13
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.10.2 chore: 🐝 Update SDK - Generate 0.11.0 Apr 11, 2025
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Apr 11, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1744214944 branch 3 times, most recently from 4e6c0bf to 4689b66 Compare April 11, 2025 11:01
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.11.0 chore: 🐝 Update SDK - Generate 0.11.1 Apr 11, 2025
@github-actions github-actions bot added patch Patch version bump and removed minor Minor version bump labels Apr 11, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1744214944 branch 2 times, most recently from 5dc8fec to 8769eab Compare April 11, 2025 12:52
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1744214944 branch from 0fc8610 to 412ffa6 Compare April 11, 2025 14:40
@Amzani Amzani merged commit 6b0c27c into main Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants