Skip to content

Tags: riza-io/riza-api-python

Tags

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.12.0 (#160) * chore(internal): avoid errors for isinstance checks on proxies * fix(package): support direct resource imports * chore(ci): upload sdks to package manager * chore(ci): fix installation instructions * chore(docs): grammar improvements * chore(docs): remove reference to rye shell * chore(docs): remove unnecessary param examples * feat(client): add follow_redirects request option * feat(api): api update * chore(tests): run tests in parallel * fix(client): correctly parse binary response | stream * codegen metadata * codegen metadata * chore(tests): add tests for httpx client instantiation & proxies * chore(internal): update conftest.py * chore(ci): enable for pull requests * codegen metadata * codegen metadata * chore(readme): update badges * fix(tests): fix: tests which call HTTP endpoints directly with the example parameters * docs(client): fix httpx.Timeout documentation reference * feat(client): add support for aiohttp * chore(tests): skip some failing tests on the latest python versions * feat(api): api update * feat(api): api update * feat(api): api update * release: 0.12.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.11.0 (#155) * chore: fix typos (#154) * codegen metadata * chore(internal): remove trailing character (#156) * docs: swap examples used in readme (#157) * feat(api): api update (#158) * chore(internal): slight transform perf improvement (#159) * codegen metadata * codegen metadata * chore(internal): expand CI branch coverage * chore(internal): reduce CI branch coverage * codegen metadata * fix(perf): skip traversing types for NotGiven values * fix(perf): optimize some hot paths * chore(internal): update pyright settings * chore(client): minor internal fixes * chore(internal): bump pyright version * chore(internal): base client updates * feat(api): api update * feat(api): api update * feat(api): api update * chore(internal): update models test * feat(api): api update * chore(ci): add timeout thresholds for CI jobs * chore(internal): import reformatting * chore(internal): fix list file params * chore(internal): refactor retries to not use recursion * fix(pydantic v1): more robust ModelField.annotation check * chore(internal): minor formatting changes * chore(internal): codegen related update * chore(ci): only use depot for staging repos * chore: broadly detect json family of content-type headers * release: 0.11.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.10.0 (#146) * feat(api): api update (#145) * chore(internal): remove extra empty newlines (#147) * chore(internal): codegen related update (#148) * chore(internal): bump rye to 0.44.0 (#149) * fix(types): handle more discriminated union shapes (#150) * fix(ci): ensure pip is always available (#151) * fix(ci): remove publishing patch (#152) * release: 0.10.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.9.0 (#128) * feat(client): send `X-Stainless-Read-Timeout` header (#127) * chore(internal): fix type traversing dictionary params (#129) * chore(internal): minor type handling changes (#130) * chore(internal): update client tests (#131) * codegen metadata * fix: asyncify on non-asyncio runtimes (#132) * feat(api): api update (#133) * feat(client): allow passing `NotGiven` for body (#134) fix(client): mark some request bodies as optional * chore(internal): fix devcontainers setup (#135) * feat(api): api update (#136) * chore(internal): properly set __pydantic_private__ (#137) * docs: update URLs from stainlessapi.com to stainless.com (#138) More details at https://www.stainless.com/changelog/stainless-com * chore(docs): update client docstring (#139) * chore(internal): remove unused http client options forwarding (#140) * feat(api): api update (#141) * docs: revise readme docs about nested params (#142) * test: add DEFER_PYDANTIC_BUILD=false flag to tests (#143) * release: 0.9.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.8.0 (#116) * feat(api): api update (#115) * feat(api): api update (#117) * chore(internal): minor formatting changes (#118) * feat(api): api update (#119) * feat(api): api update (#120) * feat(api): api update (#121) * feat(api): api update (#122) * feat(api): api update (#123) * codegen metadata * codegen metadata * chore(internal): change default timeout to an int (#124) * release: 0.8.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.7.0 (#110) * chore(internal): codegen related update (#109) * fix: reuse model in pagination items type (#111) * chore(internal): minor style changes (#112) * codegen metadata * codegen metadata * feat(api): api update (#113) * release: 0.7.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.6.0 (#107) * feat(api): api update (#106) * codegen metadata * codegen metadata * codegen metadata * codegen metadata * release: 0.6.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.5.0 (#94) * codegen metadata * chore(internal): codegen related update (#93) * chore(client): simplify `Optional[object]` to just `object` (#95) * chore: add missing isclass check (#96) * chore(internal): bump httpx dependency (#97) * feat(api): api update (#98) * fix(client): only call .close() when needed (#99) * docs: fix typos (#100) * chore(internal): codegen related update (#101) * feat(api): api update (#102) * feat(api): api update (#103) * fix: correctly handle deserialising `cls` fields (#104) * release: 0.5.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.4.0 (#78) * chore(internal): bump pydantic dependency (#77) * docs(readme): fix http client proxies example (#79) * codegen metadata * codegen metadata * codegen metadata * chore(internal): bump pyright (#80) * chore(internal): add support for TypeAliasType (#81) * chore(internal): codegen related update (#82) * chore(internal): codegen related update (#83) * chore(internal): codegen related update (#84) * docs(readme): example snippet for client context manager (#85) * codegen metadata * codegen metadata * chore(internal): fix some typos (#86) * chore(internal): codegen related update (#87) * chore(internal): fix some typos (#88) * feat(api): api update (#89) * feat(api): api update (#90) * codegen metadata * codegen metadata * feat(api): api update (#91) * release: 0.4.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.3.0 (#64) * chore: rebuild project due to codegen change (#63) * feat(api): api update (#65) * chore: rebuild project due to codegen change (#66) * fix(asyncify): avoid hanging process under certain conditions (#67) * chore(internal): fix compat model_dump method when warnings are passed (#68) * docs: add info log level to readme (#69) * chore: remove now unused `cached-property` dep (#70) * chore(internal): exclude mypy from running on tests (#71) * fix(client): compat with new httpx 0.28.0 release (#72) * feat(api): api update (#73) * chore(internal): bump pyright (#74) * chore: make the `Omit` type public (#75) * release: 0.3.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>