Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.348.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 30, 2024
1 parent 44ac3c0 commit b9e2aaf
Show file tree
Hide file tree
Showing 64 changed files with 150 additions and 123 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ id: 2a6c8ff2-6c9d-4fc5-a507-95a5d089b5af
management:
docChecksum: aea5a73b9583c0fdf1ec010fc21d74d1
docVersion: 1.0.0
speakeasyVersion: 1.337.1
generationVersion: 2.373.2
releaseVersion: 0.1.0
configChecksum: 5ec210e15b6a4f2b92bfc977acd7e85c
speakeasyVersion: 1.348.1
generationVersion: 2.380.1
releaseVersion: 0.1.1
configChecksum: b9abcd781122655a07a3dad8c48a4c1b
repoURL: https://github.com/log10-io/log10py.git
installationURL: https://github.com/log10-io/log10py.git
published: true
features:
python:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.3
core: 4.8.2
core: 4.8.4
deprecations: 2.81.1
examples: 2.81.3
flattening: 2.81.1
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 0.1.0
version: 0.1.1
additionalDependencies:
dependencies: {}
extraDependencies:
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.337.1
speakeasyVersion: 1.348.1
sources:
default:
sourceNamespace: default
sourceRevisionDigest: sha256:5da4021f6036b0be1a204b4dcec6332ae1ccc6136ac3b77e44cf6abe673883c3
sourceRevisionDigest: sha256:e505e9e9724320faea39ce145f8244a0b8a13a4952f2ed4bfa6f00f3de603e85
sourceBlobDigest: sha256:d1e010919c08f597168ae1e22e619e4158f3c8e600ddebb3f3c2855834d8d590
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
my-first-target:
source: default
sourceNamespace: default
sourceRevisionDigest: sha256:5da4021f6036b0be1a204b4dcec6332ae1ccc6136ac3b77e44cf6abe673883c3
sourceRevisionDigest: sha256:e505e9e9724320faea39ce145f8244a0b8a13a4952f2ed4bfa6f00f3de603e85
sourceBlobDigest: sha256:d1e010919c08f597168ae1e22e619e4158f3c8e600ddebb3f3c2855834d8d590
outLocation: /github/workspace/repo
workflow:
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ Based on:
### Generated
- [python v0.1.0] .
### Releases
- [PyPI v0.1.0] https://pypi.org/project/log10py/0.1.0 - .
- [PyPI v0.1.0] https://pypi.org/project/log10py/0.1.0 - .

## 2024-07-30 00:04:06
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.348.1 (2.380.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.1.1] .
### Releases
- [PyPI v0.1.1] https://pypi.org/project/log10py/0.1.1 - .
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

import setuptools
import re
Expand All @@ -19,7 +19,7 @@

setuptools.setup(
name='log10py',
version='0.1.0',
version='0.1.1',
author='Speakeasy',
description='Python Client SDK Generated by Speakeasy',
url='https://github.com/log10-io/log10py.git',
Expand Down
2 changes: 1 addition & 1 deletion src/log10/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from .sdk import *
from .sdkconfiguration import *
2 changes: 1 addition & 1 deletion src/log10/_hooks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from .sdkhooks import *
from .types import *
2 changes: 1 addition & 1 deletion src/log10/_hooks/sdkhooks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

import requests
from .types import SDKInitHook, BeforeRequestContext, BeforeRequestHook, AfterSuccessContext, AfterSuccessHook, AfterErrorContext, AfterErrorHook, Hooks
Expand Down
2 changes: 1 addition & 1 deletion src/log10/_hooks/types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

import requests as requests_http
from abc import ABC, abstractmethod
Expand Down
2 changes: 1 addition & 1 deletion src/log10/completions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

import requests as requests_http
from .sdkconfiguration import SDKConfiguration
Expand Down
2 changes: 1 addition & 1 deletion src/log10/feedback.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

import requests as requests_http
from .sdkconfiguration import SDKConfiguration
Expand Down
2 changes: 1 addition & 1 deletion src/log10/feedbacktasks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

import requests as requests_http
from .sdkconfiguration import SDKConfiguration
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""


# package
2 changes: 1 addition & 1 deletion src/log10/models/components/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from .chatcompletionfunctioncalloption import *
from .chatcompletionfunctions import *
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/chatcompletionfunctions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
from .chatcompletionrequestassistantmessage import ChatCompletionRequestAssistantMessage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
from .chatcompletionrequestmessagecontentpartimage import ChatCompletionRequestMessageContentPartImage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/chatcompletionrole.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
from enum import Enum
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/chatcompletionstreamoptions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/chatcompletiontokenlogprob.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/chatcompletiontool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
from .chatcompletionnamedtoolchoice import ChatCompletionNamedToolChoice
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/completion.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/completionusage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/createchatcompletionrequest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/feedback.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/functionobject.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/httpmetadata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/security.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/session.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/components/task.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/errors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from .sdkerror import *

Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/errors/sdkerror.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

import requests as requests_http

Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/internal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from .globals import *

Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/internal/globals.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/operations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from .create import *
from .createfeedbacktask import *
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/operations/create.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/operations/createfeedbacktask.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/operations/createsession.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/operations/get.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/operations/getfeedbacktask.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/operations/list.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/operations/listfeedbacktasks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/operations/listungraded.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/log10/models/operations/update.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""

from __future__ import annotations
import dataclasses
Expand Down
Loading

0 comments on commit b9e2aaf

Please sign in to comment.