Skip to content

chore: 🐝 Update SDK - Generate 7.0.0-rc.3 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented May 6, 2025

SDK update

Based on:

Versioning

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

PYTHON CHANGELOG

core: 5.19.4 - 2025-07-02

🐛 Bug Fixes

  • ensure utils import is always added when globals are present in sdk.py template (commit by @AshGodfrey)

core: 5.19.3 - 2025-06-06

🐛 Bug Fixes

core: 5.19.2 - 2025-06-04

🐛 Bug Fixes

  • Prevent local installation issues with README-PYPI.md (commit by @bflad)

core: 5.19.1 - 2025-05-29

🐛 Bug Fixes

  • Update h11 and httpcore dependencies to avoid h11 security issue [force-gen] (commit by @Kanwardeep)

core: 5.19.0 - 2025-05-20

🐝 New Features

  • Enable module lazy loading. This leads to faster module import times (commit by @Kanwardeep)

core: 5.18.1 - 2025-05-15

🐛 Bug Fixes

  • Prevent AsyncClient.aclose() not awaited warnings (commit by @bflad)

core: 5.18.0 - 2025-05-12

🐝 New Features

  • upgrade minimum python version to 3.9.2 (commit by @simplesagar)

core: 5.17.2 - 2025-05-07

🐛 Bug Fixes

  • fixed stability of generated examples using operation and field seeds, including fixes to union examples (commit by @tristanspeakeasy)

core: 5.17.1 - 2025-05-04

🐛 Bug Fixes

  • Revert the commit which introduced moduleName change (commit by @Kanwardeep)

core: 5.17.0 - 2025-04-30

🐝 New Features

  • adding the ability to choose module name by adding a new key in gen.yaml (commit by @Kanwardeep)

core: 5.16.1 - 2025-04-23

🐛 Bug Fixes

  • improved python http client finalizer to avoid testing issues (commit by @tristanspeakeasy)

core: 5.16.0 - 2025-04-18

🐝 New Features

  • Remove typing-inspection dependency (commit by @bflad)

core: 5.15.0 - 2025-04-17

🐝 New Features

  • Remove python-dateutil dependency (commit by @bflad)

core: 5.14.0 - 2025-04-15

🐝 New Features

  • Upgrade mypy to 1.15 for performance and correctness improvements (commit by @bflad)

core: 5.12.7 - 2025-04-11

🐛 Bug Fixes

  • increase stability of generator model file names (commit by @vishalg0wda)

core: 5.13.0 - 2025-04-07

🐝 New Features

  • Improve memory utilization and startup time with Pydantic 2.11 upgrade (commit by @bflad)

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

globalSecurity: 3.0.3 - 2025-02-06

🐛 Bug Fixes

  • fixes to handling of security at both global and operation level especially for oauth2 (commit by @tristanspeakeasy)

nullables: 1.0.1 - 2025-02-17

🐛 Bug Fixes

  • represent maps/arrays that can contain null (commit by @disintegrator)

constsAndDefaults: 1.0.5 - 2024-11-12

🐛 Bug Fixes

openEnums: 1.0.1 - 2025-03-31

🐛 Bug Fixes

  • Prevent pyright reports for OpenEnumMeta call signature in Python 3.11 and later (commit by @bflad)

deepObjectParams: 0.1.0 - 2024-07-15

🐝 New Features

  • Support for deepObject style parameters with BaseModel and Dict (commit by @bflad)

globalServerURLs: 3.1.1 - 2025-05-09

🐛 Bug Fixes

deprecations: 3.0.2 - 2025-01-06

🐛 Bug Fixes

getRequestBodies: 3.0.0 - 2024-07-04

🐝 New Features

sdkHooks: 1.1.0 - 2025-05-15

🐝 New Features

sdkHooks: 1.0.1 - 2025-02-18

🐛 Bug Fixes

  • Ensure base_url is set with global or client instantiation server URL (commit by @bflad)

@github-actions github-actions bot added the prerelease Bump by a prerelease version label May 6, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1746491433 branch 7 times, most recently from 93103a9 to 7a94f2b Compare May 13, 2025 00:31
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1746491433 branch 7 times, most recently from c0b59ae to 1c29f94 Compare May 20, 2025 00:33
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1746491433 branch 8 times, most recently from 99b22e1 to e6eb496 Compare May 28, 2025 00:32
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1746491433 branch 7 times, most recently from d1fa5d9 to 0bde348 Compare June 4, 2025 00:33
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1746491433 branch 7 times, most recently from 5758bd4 to c9acc50 Compare June 28, 2025 00:31
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1746491433 branch 8 times, most recently from 4ea5575 to b1dcbd5 Compare July 6, 2025 00:36
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1746491433 branch 7 times, most recently from 5eb194c to ef85c95 Compare July 13, 2025 00:37
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1746491433 branch 5 times, most recently from 197eee0 to 66c2401 Compare July 18, 2025 00:34
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1746491433 branch from 4f676b4 to bfd53ae Compare July 19, 2025 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prerelease Bump by a prerelease version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant