Skip to content

fix(client): avoid OverflowError with very large retry counts#42

Merged
stainless-app[bot] merged 1 commit intogeneratedfrom
fix-client-avoid-overflow-error-
Oct 8, 2024
Merged

fix(client): avoid OverflowError with very large retry counts#42
stainless-app[bot] merged 1 commit intogeneratedfrom
fix-client-avoid-overflow-error-

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Oct 8, 2024

No description provided.

@stainless-app stainless-app bot merged commit 241883f into generated Oct 8, 2024
@stainless-app stainless-app bot deleted the fix-client-avoid-overflow-error- branch October 8, 2024 19:29
@stainless-app stainless-app bot mentioned this pull request Nov 11, 2024
dulaj-me added a commit that referenced this pull request Feb 3, 2026
* feat(api): Add beta sdks for jig features

* feat(api): Add API for listing deployments

* feat(api): Update Jig types and add retrieve_logs api to jig

* chore(api): Improve type names for jig volumes and logs

* feat(cli): enhance hardware command to display availability status (#223)

* feat(cli): enhance hardware command to display availability status

* format

* feat: move byoc features under /deployments route

* docs(axle-queue): added axle-queue endpoints

* feat(api): Move jobs apis to nest under model uploads per their use case

* chore(api): Move Queue SDK methods into Jig namespace

* feat: ported jig cli from togethercomputer/sprocket

* chore: abs imports

* fix(jig): get api key from together client

* chore(jig): minor type cleanup and merged one time function

* chore(jig): Refactor secrets management CLI commands

* fix(jig): Use APIStatusError

* feat(jig): Add unset command to remove volume from local config

* chore(jig): temp fix for proof-data and queue status

* fix(jig): Stream logs using SDK streaming response

* fix(jig): axle now honors X-Stainless-Raw-Response for streaming

* fix: secret unset should just remote the local reference

* fix(jig): Use /image-repositories/base-path for registry url

* fix(jig): use client.base_url instead of API_URL

* feat(jig): use sdk for queue functions

* fix(jig): remove unnecessary ctx from dockerfile

* fix(jig): auth raw requests

* fix(jig): strip https from docker base path for image name

* fix(jig): ignore unknown entries in .jig.json state

* feat(jig): init installs sprocket via sprocket registry

* fix(jig): sprocket registry index fix

* fix(jig): click.echo instead of print

* chore(jig): proper Exception chaining

* chore(jig): fix unused lint error

* chore(jig): fix pyright errors

* chore(jig): fix mypy errors

* fix(jig): use correct sprocket pypi

* fix(jig): fallback to 0.0.0-dev if git tag not found

* fix(jig): reset incorrectly picked up changes from origin/next

* fix(jig): fix for new queue interface

* feat(jig): fix dockerfile generation

- Remove redundant check for GENERATE_DOCKERFILE env var
- Use sharing=locked for apt-get cache mount in Dockerfile

* feat(jig): new volume upload functionality from PR #42

* my favorite aiofiles alternative: asyncio.to_thread(f.read)

* add warmup, fix storage, add termination_grace_period_seconds, fix aiofile reimpl, endpoint command

* add DOCKER_BUILD_EXTRA_ARGS

* if sprocket is not installed by the user's pyproject, install it for them in the dockerfile

* print a message when installing fallback sprocket

* fix fallback install

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
Co-authored-by: technillogue <technillogue@gmail.com>
stainless-app bot added a commit that referenced this pull request Feb 3, 2026
* chore(api): move hardware listing feature under endpoints resource.

* codegen metadata

* feat: internal: Add code samples to deployments features

* codegen metadata

* codegen metadata

* codegen metadata

* codegen metadata

* chore: Fix CLI

* chore: run internal foramt

* codegen metadata

* Dulaj/jig cli (#222)

* feat(api): Add beta sdks for jig features

* feat(api): Add API for listing deployments

* feat(api): Update Jig types and add retrieve_logs api to jig

* chore(api): Improve type names for jig volumes and logs

* feat(cli): enhance hardware command to display availability status (#223)

* feat(cli): enhance hardware command to display availability status

* format

* feat: move byoc features under /deployments route

* docs(axle-queue): added axle-queue endpoints

* feat(api): Move jobs apis to nest under model uploads per their use case

* chore(api): Move Queue SDK methods into Jig namespace

* feat: ported jig cli from togethercomputer/sprocket

* chore: abs imports

* fix(jig): get api key from together client

* chore(jig): minor type cleanup and merged one time function

* chore(jig): Refactor secrets management CLI commands

* fix(jig): Use APIStatusError

* feat(jig): Add unset command to remove volume from local config

* chore(jig): temp fix for proof-data and queue status

* fix(jig): Stream logs using SDK streaming response

* fix(jig): axle now honors X-Stainless-Raw-Response for streaming

* fix: secret unset should just remote the local reference

* fix(jig): Use /image-repositories/base-path for registry url

* fix(jig): use client.base_url instead of API_URL

* feat(jig): use sdk for queue functions

* fix(jig): remove unnecessary ctx from dockerfile

* fix(jig): auth raw requests

* fix(jig): strip https from docker base path for image name

* fix(jig): ignore unknown entries in .jig.json state

* feat(jig): init installs sprocket via sprocket registry

* fix(jig): sprocket registry index fix

* fix(jig): click.echo instead of print

* chore(jig): proper Exception chaining

* chore(jig): fix unused lint error

* chore(jig): fix pyright errors

* chore(jig): fix mypy errors

* fix(jig): use correct sprocket pypi

* fix(jig): fallback to 0.0.0-dev if git tag not found

* fix(jig): reset incorrectly picked up changes from origin/next

* fix(jig): fix for new queue interface

* feat(jig): fix dockerfile generation

- Remove redundant check for GENERATE_DOCKERFILE env var
- Use sharing=locked for apt-get cache mount in Dockerfile

* feat(jig): new volume upload functionality from PR #42

* my favorite aiofiles alternative: asyncio.to_thread(f.read)

* add warmup, fix storage, add termination_grace_period_seconds, fix aiofile reimpl, endpoint command

* add DOCKER_BUILD_EXTRA_ARGS

* if sprocket is not installed by the user's pyproject, install it for them in the dockerfile

* print a message when installing fallback sprocket

* fix fallback install

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
Co-authored-by: technillogue <technillogue@gmail.com>

* release: 2.0.0-alpha.19

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
Co-authored-by: Dulaj Disanayaka <8828757+dulaj-me@users.noreply.github.com>
Co-authored-by: technillogue <technillogue@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant