Skip to content

Commit

Permalink
Update 2024-11-13 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
friendli-bot and github-actions[bot] authored Nov 13, 2024
1 parent dc78d34 commit 4a6cde9
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 16 deletions.
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: f3669dca-8853-4d85-914e-fb38172139b6
management:
docChecksum: e19f74ddb250c256f110a2e22b55c450
docChecksum: 2c2baaff4475ba04bbfb213449d3f335
docVersion: v1
speakeasyVersion: 1.438.1
generationVersion: 2.457.2
releaseVersion: 0.2.33
configChecksum: 358e072bcbc5708d9bf7905421b713fb
releaseVersion: 0.2.34
configChecksum: 1d7ca743e4c42fc31b6da7eee6feb61e
repoURL: https://github.com/friendliai/friendli-python-internal.git
installationURL: https://github.com/friendliai/friendli-python-internal.git
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
python:
version: 0.2.33
version: 0.2.34
additionalDependencies:
dev: {}
main: {}
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ speakeasyVersion: 1.438.1
sources:
Friendli-API-Schema:
sourceNamespace: friendli-api-schema
sourceRevisionDigest: sha256:9c7cadb33a59dc2e80ac8d4749c4955c05b407470d3c69e7d0816bc22abd7288
sourceBlobDigest: sha256:c88773558985787bad8de277bf8c2d0a64326faaba4a2f1a4f6fe9251e96ffd2
sourceRevisionDigest: sha256:256990ecfe5059df0bd53fe453ae2a0ba03fe9cbb2b63752e70945fa6d9808a2
sourceBlobDigest: sha256:30f6be25993c5ec5cdb29ccd5ee05a10d21a19de1eec4aed1d48ffd5155f45e1
tags:
- latest
- main
targets:
friendli:
source: Friendli-API-Schema
sourceNamespace: friendli-api-schema
sourceRevisionDigest: sha256:9c7cadb33a59dc2e80ac8d4749c4955c05b407470d3c69e7d0816bc22abd7288
sourceBlobDigest: sha256:c88773558985787bad8de277bf8c2d0a64326faaba4a2f1a4f6fe9251e96ffd2
sourceRevisionDigest: sha256:256990ecfe5059df0bd53fe453ae2a0ba03fe9cbb2b63752e70945fa6d9808a2
sourceBlobDigest: sha256:30f6be25993c5ec5cdb29ccd5ee05a10d21a19de1eec4aed1d48ffd5155f45e1
codeSamplesNamespace: friendli-api-schema-code-samples
codeSamplesRevisionDigest: sha256:cf510efc74bbdd667531aa1a8a4c081ebe0d6073e8c2262a9f066a878b5ae7e7
codeSamplesRevisionDigest: sha256:6692c5024a639b2af24161cb768be235ff7a8249867958e55f4c79110f65b76e
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,14 @@ Based on:
### Generated
- [python v0.2.33] .
### Releases
- [PyPI v0.2.33] https://pypi.org/project/friendli/0.2.33 - .
- [PyPI v0.2.33] https://pypi.org/project/friendli/0.2.33 - .

## 2024-11-13 07:51:56
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.438.1 (2.457.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.2.34] .
### Releases
- [PyPI v0.2.34] https://pypi.org/project/friendli/0.2.34 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "friendli"
version = "0.2.33"
version = "0.2.34"
description = "Python Client SDK Generated by Speakeasy."
authors = ["Speakeasy",]
readme = "README-PYPI.md"
Expand Down
2 changes: 1 addition & 1 deletion src/friendli/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import importlib.metadata

__title__: str = "friendli"
__version__: str = "0.2.33"
__version__: str = "0.2.34"

try:
if __package__ is not None:
Expand Down
4 changes: 2 additions & 2 deletions src/friendli/models/streamedtoolassistedchatresult.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

StreamedToolAssistedChatResult = Annotated[
Union[
Annotated[StreamedToolAssistedChatToken, Tag("ping")],
Annotated[StreamedToolAssistedChatToolStatus, Tag("completion")],
Annotated[StreamedToolAssistedChatToken, Tag("token")],
Annotated[StreamedToolAssistedChatToolStatus, Tag("tool_status")],
],
Discriminator(lambda m: get_discriminator(m, "event", "event")),
]
Expand Down
4 changes: 2 additions & 2 deletions src/friendli/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ class SDKConfiguration:
server_idx: Optional[int] = 0
language: str = "python"
openapi_doc_version: str = "v1"
sdk_version: str = "0.2.33"
sdk_version: str = "0.2.34"
gen_version: str = "2.457.2"
user_agent: str = "speakeasy-sdk/python 0.2.33 2.457.2 v1 friendli"
user_agent: str = "speakeasy-sdk/python 0.2.34 2.457.2 v1 friendli"
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
timeout_ms: Optional[int] = None

Expand Down

0 comments on commit 4a6cde9

Please sign in to comment.