Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated Release PR --- ## 0.1.0-beta.4 (2025-01-23) Full Changelog: [v0.1.0-beta.3...v0.1.0-beta.4](v0.1.0-beta.3...v0.1.0-beta.4) ### Breaking Changes * All positional arguments have been converted to non-positional arguments to ensure consistency between APIs. ### Features * **api:** api update ([#108](#108)) ([a58c149](a58c149)) * **api:** api update ([#109](#109)) ([9e781b0](9e781b0)) * **api:** api update ([#111](#111)) ([008bd54](008bd54)) * **api:** api update ([#113](#113)) ([0973898](0973898)) * **api:** api update ([#117](#117)) ([28ed14a](28ed14a)) * **api:** api update ([#118](#118)) ([35b2858](35b2858)) * **api:** api update ([#119](#119)) ([2977ea1](2977ea1)) * **api:** api update ([#120](#120)) ([6d70b65](6d70b65)) * **api:** api update ([#123](#123)) ([6e879af](6e879af)) * **api:** api update ([#124](#124)) ([6b92d9c](6b92d9c)) * **api:** api update ([#128](#128)) ([c6a4123](c6a4123)) * **api:** api update ([#131](#131)) ([bf0c16e](bf0c16e)) * **api:** api update ([#136](#136)) ([30f51ae](30f51ae)) * **api:** api update ([#139](#139)) ([6fcda79](6fcda79)) * **api:** api update ([#144](#144)) ([63abf5d](63abf5d)) * **api:** api update ([#147](#147)) ([3690360](3690360)) * **api:** api update ([#148](#148)) ([0e22565](0e22565)) * **api:** api update ([#150](#150)) ([d027800](d027800)) * **api:** api update ([#156](#156)) ([06e842b](06e842b)) * **api:** api update ([#157](#157)) ([c185997](c185997)) * **api:** api update ([#158](#158)) ([45e89f1](45e89f1)) * **api:** api update ([#160](#160)) ([368fd85](368fd85)) * **api:** api update ([#161](#161)) ([109129d](109129d)) * **api:** api update ([#163](#163)) ([f8eb0ab](f8eb0ab)) * **api:** api update ([#165](#165)) ([3a868c4](3a868c4)) * **api:** api update ([#166](#166)) ([e7ca427](e7ca427)) * **api:** api update ([#171](#171)) ([4389567](4389567)) * **api:** OpenAPI spec update via Stainless API ([#100](#100)) ([23e4233](23e4233)) * **api:** OpenAPI spec update via Stainless API ([#105](#105)) ([d53b0c0](d53b0c0)) * **api:** OpenAPI spec update via Stainless API ([#97](#97)) ([1b9edd9](1b9edd9)) ### Bug Fixes * **client:** avoid OverflowError with very large retry counts ([#106](#106)) ([465d868](465d868)) * **client:** compat with new httpx 0.28.0 release ([#133](#133)) ([5d8b9cc](5d8b9cc)) * **client:** only call .close() when needed ([#153](#153)) ([f8f67e6](f8f67e6)) * correctly handle deserialising `cls` fields ([#159](#159)) ([b26b63b](b26b63b)) * **tests:** make test_get_platform less flaky ([#168](#168)) ([db126f2](db126f2)) ### Chores * add missing isclass check ([#151](#151)) ([e5fde7c](e5fde7c)) * add repr to PageInfo class ([#107](#107)) ([8306ee7](8306ee7)) * **internal:** add support for parsing bool response content ([#104](#104)) ([2253e61](2253e61)) * **internal:** add support for TypeAliasType ([#141](#141)) ([17c7ae6](17c7ae6)) * **internal:** avoid pytest-asyncio deprecation warning ([#169](#169)) ([3136426](3136426)) * **internal:** bump httpx dependency ([#152](#152)) ([337146f](337146f)) * **internal:** bump pydantic dependency ([#137](#137)) ([a3d6204](a3d6204)) * **internal:** bump pyright ([#134](#134)) ([e313f0a](e313f0a)) * **internal:** bump pyright ([#140](#140)) ([24f5bf0](24f5bf0)) * **internal:** bump pyright dependency ([#164](#164)) ([6a2460f](6a2460f)) * **internal:** codegen related update ([#101](#101)) ([b946911](b946911)) * **internal:** codegen related update ([#102](#102)) ([9cbc145](9cbc145)) * **internal:** codegen related update ([#103](#103)) ([2ed9f53](2ed9f53)) * **internal:** codegen related update ([#149](#149)) ([c30e9bf](c30e9bf)) * **internal:** codegen related update ([#155](#155)) ([bdfb2d0](bdfb2d0)) * **internal:** codegen related update ([#98](#98)) ([b4b48c0](b4b48c0)) * **internal:** exclude mypy from running on tests ([#132](#132)) ([2917f6e](2917f6e)) * **internal:** fix compat model_dump method when warnings are passed ([#127](#127)) ([288a77f](288a77f)) * **internal:** fix some typos ([#146](#146)) ([7a35c26](7a35c26)) * **internal:** minor formatting changes ([#172](#172)) ([986fa49](986fa49)) * **internal:** minor style changes ([#170](#170)) ([20e89dc](20e89dc)) * **internal:** remove some duplicated imports ([#142](#142)) ([3cf4086](3cf4086)) * **internal:** update deps ([#162](#162)) ([db5dc45](db5dc45)) * **internal:** updated imports ([#143](#143)) ([29abf00](29abf00)) * make the `Omit` type public ([#135](#135)) ([85f1025](85f1025)) * rebuild project due to codegen change ([#110](#110)) ([5cb0771](5cb0771)) * rebuild project due to codegen change ([#112](#112)) ([086bed0](086bed0)) * rebuild project due to codegen change ([#114](#114)) ([d142e14](d142e14)) * rebuild project due to codegen change ([#115](#115)) ([7b5ba26](7b5ba26)) * rebuild project due to codegen change ([#116](#116)) ([c01f739](c01f739)) * rebuild project due to codegen change ([#121](#121)) ([f5da454](f5da454)) * rebuild project due to codegen change ([#122](#122)) ([1e76c7d](1e76c7d)) * rebuild project due to codegen change ([#125](#125)) ([8ad959f](8ad959f)) * rebuild project due to codegen change ([#126](#126)) ([a864791](a864791)) * remove now unused `cached-property` dep ([#130](#130)) ([9a3f84b](9a3f84b)) ### Documentation * add info log level to readme ([#129](#129)) ([670d5ab](670d5ab)) * fix typos ([#154](#154)) ([2fd0635](2fd0635)) * **raw responses:** fix duplicate `the` ([#167](#167)) ([5afb7a8](5afb7a8)) * **readme:** example snippet for client context manager ([#145](#145)) ([373b0bc](373b0bc)) * **readme:** fix http client proxies example ([#138](#138)) ([f9c9290](f9c9290)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). Alternatively, you can manually set the version number in the title of this pull request. For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request. 🔗 Stainless [website](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:[email protected]) for help or questions --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: stainless-bot <[email protected]> Co-authored-by: Jay Kim <[email protected]>
- Loading branch information