Skip to content

chore: 🐝 Update SDK - Generate 0.30.0 #223

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

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 8b5fa338-9106-4734-abf0-e30d67044a90
management:
docChecksum: 3e6bb7582e05075b42a34cbc507599a3
docChecksum: 5a43e7edd2c65894a9035e3da04cde62
docVersion: 1.0.0
speakeasyVersion: 1.490.0
generationVersion: 2.512.0
releaseVersion: 0.30.0b
configChecksum: cf1f9a507e398edc1222ab95bbf9b244
releaseVersion: 0.30.0
configChecksum: f9c1824df1e51bc4b73670158cae620b
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.488.0
speakeasyVersion: 1.490.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:38de94b8fb4d2ee973b988986c3e0dcd2e2deaf6de38ef40ac58067728720315
sourceBlobDigest: sha256:2cc0f6d125e0a830dfd67e8fc18d001981832c93783af5c9da0d81841deea9f8
sourceRevisionDigest: sha256:82a732bbca2d957159890b94e36ff6f10eea1dc12e80bb275ec1675925570321
sourceBlobDigest: sha256:1730103738b7c456ab90d2ff77471053ecba8ed90efc82e97dce14c520fb6e6f
tags:
- latest
- speakeasy-sdk-regen-1739216953
- speakeasy-sdk-regen-1739465403
- 1.0.0
targets:
unstructured-python:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:38de94b8fb4d2ee973b988986c3e0dcd2e2deaf6de38ef40ac58067728720315
sourceBlobDigest: sha256:2cc0f6d125e0a830dfd67e8fc18d001981832c93783af5c9da0d81841deea9f8
sourceRevisionDigest: sha256:82a732bbca2d957159890b94e36ff6f10eea1dc12e80bb275ec1675925570321
sourceBlobDigest: sha256:1730103738b7c456ab90d2ff77471053ecba8ed90efc82e97dce14c520fb6e6f
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:1f17aac0d1c9f3ea69a6d6f4c74814935b8b8210034200d60883eb3662b54ee1
codeSamplesRevisionDigest: sha256:b30a1c0c949edf543749837da980ac9786c05d9c4deeafc777340a39682d11e0
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,4 +764,14 @@ Based on:
### Generated
- [python v0.30.0] .
### Releases
- [PyPI v0.30.0] https://pypi.org/project/unstructured-client/0.30.0 - .

## 2025-02-13 16:49:49
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.490.0 (2.512.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.30.0] .
### Releases
- [PyPI v0.30.0] https://pypi.org/project/unstructured-client/0.30.0 - .
6 changes: 3 additions & 3 deletions docs/models/errors/httpvalidationerror.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| `detail` | [Optional[errors.Detail]](../../models/errors/detail.md) | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `detail` | List[[shared.ValidationError](../../models/shared/validationerror.md)] | :heavy_minus_sign: | N/A |
1 change: 1 addition & 0 deletions docs/models/shared/destinationconnectortype.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
| `KAFKA_CLOUD` | kafka-cloud |
| `MILVUS` | milvus |
| `MONGODB` | mongodb |
| `MOTHERDUCK` | motherduck |
| `NEO4J` | neo4j |
| `ONEDRIVE` | onedrive |
| `PINECONE` | pinecone |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "unstructured-client"
version = "0.30.0b"
version = "0.30.0"
description = "Python Client SDK for Unstructured API"
authors = [{ name = "Unstructured" },]
readme = "README-PYPI.md"
Expand Down
4 changes: 2 additions & 2 deletions src/unstructured_client/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "unstructured-client"
__version__: str = "0.30.0b"
__version__: str = "0.30.0"
__openapi_doc_version__: str = "1.0.0"
__gen_version__: str = "2.512.0"
__user_agent__: str = "speakeasy-sdk/python 0.30.0b 2.512.0 1.0.0 unstructured-client"
__user_agent__: str = "speakeasy-sdk/python 0.30.0 2.512.0 1.0.0 unstructured-client"

try:
if __package__ is not None:
Expand Down
3 changes: 1 addition & 2 deletions src/unstructured_client/models/errors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from .httpvalidationerror import Detail, HTTPValidationError, HTTPValidationErrorData
from .httpvalidationerror import HTTPValidationError, HTTPValidationErrorData
from .sdkerror import SDKError
from .servererror import ServerError, ServerErrorData


__all__ = [
"Detail",
"HTTPValidationError",
"HTTPValidationErrorData",
"SDKError",
Expand Down
15 changes: 2 additions & 13 deletions src/unstructured_client/models/errors/httpvalidationerror.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
from typing import List, Optional, Union
from typing_extensions import TypeAliasType
from typing import List, Optional
from unstructured_client import utils
from unstructured_client.models.shared import validationerror as shared_validationerror
from unstructured_client.types import BaseModel


DetailTypedDict = TypeAliasType(
"DetailTypedDict", Union[List[shared_validationerror.ValidationErrorTypedDict], str]
)


Detail = TypeAliasType(
"Detail", Union[List[shared_validationerror.ValidationError], str]
)


class HTTPValidationErrorData(BaseModel):
detail: Optional[Detail] = None
detail: Optional[List[shared_validationerror.ValidationError]] = None


class HTTPValidationError(Exception):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class DestinationConnectorType(str, Enum):
KAFKA_CLOUD = "kafka-cloud"
MILVUS = "milvus"
MONGODB = "mongodb"
MOTHERDUCK = "motherduck"
NEO4J = "neo4j"
ONEDRIVE = "onedrive"
PINECONE = "pinecone"
Expand Down