-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(internal): bump pydantic dependency (#56) * docs(readme): fix http client proxies example (#58) * chore(internal): bump pyright (#59) * chore(internal): add support for TypeAliasType (#60) * chore(internal): codegen related update (#61) * chore(internal): codegen related update (#62) * chore(internal): updated imports (#63) * chore(internal): codegen related update (#64) * chore(internal): fix some typos (#65) * chore(internal): codegen related update (#66) * chore: add missing isclass check (#67) * chore(internal): bump httpx dependency (#68) * fix(client): only call .close() when needed (#69) * docs: fix typos (#70) * chore(internal): codegen related update (#71) * fix: correctly handle deserialising `cls` fields (#72) * feat(api): api update (#73) * feat(api): api update (#75) * feat(api): api update (#76) * codegen metadata * feat: feat!: Update helper methods for client breaking changes (#78) * feat!: Update helper methods for client breaking changes * Cleanup * feat: rc2 (#80) * feat: Rename some class in tests (#81) * chore(internal): bump pydantic dependency (#56) * docs(readme): fix http client proxies example (#58) * chore(internal): bump pyright (#59) * chore(internal): add support for TypeAliasType (#60) * chore(internal): codegen related update (#61) * chore(internal): codegen related update (#62) * chore(internal): updated imports (#63) * chore(internal): codegen related update (#64) * chore(internal): fix some typos (#65) * chore(internal): codegen related update (#66) * chore: add missing isclass check (#67) * chore(internal): bump httpx dependency (#68) * fix(client): only call .close() when needed (#69) * docs: fix typos (#70) * chore(internal): codegen related update (#71) * fix: correctly handle deserialising `cls` fields (#72) * feat(api): api update (#73) * feat(api): api update (#75) * feat(api): api update (#76) * codegen metadata * feat: feat!: Update helper methods for client breaking changes (#78) * feat!: Update helper methods for client breaking changes * Cleanup * feat: rc2 (#80) * AuthResponse * format --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: Nate Barbettini <nate@arcade-ai.com> * feat(api): api update (#82) * chore(internal): codegen related update (#83) * codegen metadata * docs(raw responses): fix duplicate `the` (#84) * fix(tests): make test_get_platform less flaky (#85) * chore(internal): avoid pytest-asyncio deprecation warning (#86) * chore(internal): codegen related update (#87) * feat(api): api update (#88) * feat(api): api update (#89) * release: 1.0.0 * Fix types --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: Nate Barbettini <nate@arcade-ai.com> Co-authored-by: Sam Partee <sam@arcade-ai.com>
- Loading branch information
1 parent
c81b12e
commit 3dfe590
Showing
34 changed files
with
310 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.2.2" | ||
".": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
configured_endpoints: 12 | ||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-16b37006524034a6b22469da3273ff0f3ce92b3f112192502449de753245d732.yml | ||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-b51c646e673aa07b32ac0ee1c8eebe4be70e67681ad9eccb9d7a651bc42a6e04.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
||
__title__ = "arcadepy" | ||
__version__ = "0.2.2" # x-release-please-version | ||
__version__ = "1.0.0" # x-release-please-version |
Oops, something went wrong.