Skip to content

Commit c27622f

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.454.0
1 parent 120b121 commit c27622f

File tree

1,183 files changed

+51269
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,183 files changed

+51269
-1
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This allows generated code to be indexed correctly
2+
*.py linguist-generated=false

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.venv/
2+
venv/
3+
src/*.egg-info/
4+
__pycache__/
5+
.pytest_cache/
6+
.python-version
7+
.DS_Store
8+
pyrightconfig.json
9+
README-PYPI.md

.speakeasy/gen.lock

Lines changed: 1343 additions & 0 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.449.0
1+
speakeasyVersion: 1.454.0
22
sources:
33
orq-ai-sdk-prerelease-python:
44
sourceNamespace: orq-ai-sdk-prerelease-python
@@ -8,6 +8,14 @@ sources:
88
- latest
99
- speakeasy-sdk-regen-1733176525
1010
- "2.0"
11+
orq-ai-sdk-python:
12+
sourceNamespace: orq-ai-sdk-python
13+
sourceRevisionDigest: sha256:eb29103b11bb6c2f6fd1f79e12967c0be8194076e0564fd38ee038f4caa14544
14+
sourceBlobDigest: sha256:897b0e8e98e67b47490aae717bf3256d6d4574cdd4014a81401d844337126fb4
15+
tags:
16+
- latest
17+
- speakeasy-sdk-regen-1734004977
18+
- "2.0"
1119
targets:
1220
orq-ai-sdk-prerelease-python:
1321
source: orq-ai-sdk-prerelease-python
@@ -16,6 +24,13 @@ targets:
1624
sourceBlobDigest: sha256:681ec46f6a6da4f5b0517da2ea671dd014626d4882afc16d2fd1fd50fbe3c8b4
1725
codeSamplesNamespace: orq-ai-sdk-prerelease-python-code-samples
1826
codeSamplesRevisionDigest: sha256:9b6468b0a8ec6d328b9f89a1a36bfcd324f17b51d7e0190f3246594444418a71
27+
orq-ai-sdk-python:
28+
source: orq-ai-sdk-python
29+
sourceNamespace: orq-ai-sdk-python
30+
sourceRevisionDigest: sha256:eb29103b11bb6c2f6fd1f79e12967c0be8194076e0564fd38ee038f4caa14544
31+
sourceBlobDigest: sha256:897b0e8e98e67b47490aae717bf3256d6d4574cdd4014a81401d844337126fb4
32+
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33+
codeSamplesRevisionDigest: sha256:9aa2706fcb50e2ee6a66528c6045721c27d11c92442964cd6c68e9eb0505af31
1934
workflow:
2035
workflowVersion: 1.0.0
2136
speakeasyVersion: latest

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"python.testing.pytestArgs": ["tests", "-vv"],
3+
"python.testing.unittestEnabled": false,
4+
"python.testing.pytestEnabled": true,
5+
"pylint.args": ["--rcfile=pylintrc"]
6+
}

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to This Repository
2+
3+
Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.
4+
5+
## How to Report Issues
6+
7+
If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:
8+
9+
- A clear and descriptive title
10+
- Steps to reproduce the issue
11+
- Expected and actual behavior
12+
- Any relevant logs, screenshots, or error messages
13+
- Information about your environment (e.g., operating system, software versions)
14+
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
15+
16+
## Issue Triage and Upstream Fixes
17+
18+
We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.
19+
20+
## Contact
21+
22+
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
23+
24+
Thank you for your understanding and cooperation!
25+
26+
The Maintainers

0 commit comments

Comments
 (0)