Skip to content
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

chore: 🐝 Update SDK - Generate 1.4.0 #61

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 26, 2024

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├─┬/jwt_templates/{template_id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └──[➕] required (3415:19)❌ 
│ ├─┬/organizations/{organization_id}/logo
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └──[➕] required (3803:19)❌ 
│ ├─┬/proxy_checks
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (4569:19)❌ 
│ ├─┬/saml_connections
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (4998:19)❌ 
│ ├─┬/allowlist_identifiers
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (2611:19)❌ 
│ ├─┬/instance
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └──[➕] required (3066:19)❌ 
│ ├─┬/jwt_templates
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (3323:19)❌ 
│ ├─┬/domains
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (2938:19)❌ 
│ ├─┬/oauth_applications
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (4806:19)❌ 
│ ├─┬/phone_numbers
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (411:19)❌ 
│ ├─┬/actor_tokens
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (2843:19)❌ 
│ ├─┬/instance/restrictions
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └──[➕] required (3138:19)❌ 
│ ├─┬/sign_in_tokens
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (4685:19)❌ 
│ ├─┬/blocklist_identifiers
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (2690:19)❌ 
│ ├─┬/clients/verify
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     ├──[➖] description (208:30)
│ │     └──[➕] required (208:19)❌ 
│ ├─┬/beta_features/instance_settings
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └──[➕] required (2746:19)❌ 
│ ├─┬/redirect_urls
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (4611:19)❌ 
│ ├─┬/instance/change_domain
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (3187:19)❌ 
│ ├─┬/organizations
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (3558:19)❌ 
│ ├─┬/users/{user_id}/verify_password
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (2106:19)❌ 
│ ├─┬/phone_numbers/{phone_number_id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └──[➕] required (530:19)❌ 
│ ├─┬/email_addresses/{email_address_id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └──[➕] required (374:19)❌ 
│ ├─┬/instance/organization_settings
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └──[➕] required (3220:19)❌ 
│ ├─┬/email_addresses
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (262:19)❌ 
│ ├─┬/sign_ups/{id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └──[➕] required (4751:19)❌ 
│ ├─┬/users/{user_id}/verify_totp
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (2160:19)❌ 
│ ├─┬/invitations
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[➕] required (2423:19)❌ 
│ └─┬/users/{user_id}/metadata
│   └─┬PATCH
│     └─┬Requestbody
│       └──[➕] required (1912:19)❌ 
└─┬Components
  └─┬Ticket
    └─┬strategy
      └──[➕] enum (6083:15)
Document Element Total Changes Breaking Changes
paths 29 28
components 1 0

PYTHON CHANGELOG

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

unions: 3.0.4 - 2024-11-21

🐛 Bug Fixes

  • search recursively for the discriminator attribute in nested unions (commit by @2ynn)

constsAndDefaults: 1.0.5 - 2024-11-12

🐛 Bug Fixes

@github-actions github-actions bot added the patch Patch version bump label Nov 26, 2024
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1732580417 branch from 4a9608b to c62c0a9 Compare November 27, 2024 00:22
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 1.3.2 chore: 🐝 Update SDK - Generate 1.4.0 Nov 27, 2024
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Nov 27, 2024
@iloveitaly
Copy link

Is there a way to use this branch in development? It's failing as a local gem because of the missing README-PYPI

D venv ❯ uv sync -U --group=debugging-extras
Updating https://github.com/anntzer/ipython-autoimport.git (HEAD)
Updating https://github.com/iloveitaly/ipython-suggestions.git (py-13)
Updating https://github.com/iloveitaly/activemodel.git (HEAD)
⠹ Resolving dependencies...                                                                                                                         × Failed to build `clerk-backend-api @ file:///Users/mike/Projects/python/python-starter-template/pypi/clerk-backend-api`
  ╰─▶ Build backend failed to determine metadata through `prepare_metadata_for_build_editable` (exit status: 1)

      [stderr]
      Traceback (most recent call last):
        File "<string>", line 14, in <module>
          dirname = prepare_metadata_for_build("/Users/mike/.cache/uv/builds-v0/.tmp8vayLQ/metadata_directory", {"editable_mode":"compat"})
        File "/Users/mike/.cache/uv/builds-v0/.tmp8vayLQ/lib/python3.13/site-packages/poetry/core/masonry/api.py", line 43, in
      prepare_metadata_for_build_wheel
          builder = WheelBuilder(poetry)
        File "/Users/mike/.cache/uv/builds-v0/.tmp8vayLQ/lib/python3.13/site-packages/poetry/core/masonry/builders/wheel.py", line 62, in
      __init__
          super().__init__(poetry, executable=executable)
          ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/Users/mike/.cache/uv/builds-v0/.tmp8vayLQ/lib/python3.13/site-packages/poetry/core/masonry/builders/builder.py", line 55, in
      __init__
          self._meta = Metadata.from_package(self._package)
                       ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
        File "/Users/mike/.cache/uv/builds-v0/.tmp8vayLQ/lib/python3.13/site-packages/poetry/core/masonry/metadata.py", line 58, in from_package
          with readme.open(encoding="utf-8") as f:
               ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
        File "/Users/mike/.local/share/mise/installs/python/3.13.0/lib/python3.13/pathlib/_local.py", line 537, in open
          return io.open(self, mode, buffering, encoding, errors, newline)
                 ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      FileNotFoundError: [Errno 2] No such file or directory:
      '/Users/mike/Projects/python/python-starter-template/pypi/clerk-backend-api/README-PYPI.md'

@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1732580417 branch from c62c0a9 to 3fc47a8 Compare November 27, 2024 14:16
@speakeasybot speakeasybot merged commit c7d06ca into main Nov 27, 2024
2 checks passed
@speakeasybot speakeasybot deleted the speakeasy-sdk-regen-1732580417 branch November 27, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants