You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated Release PR
---
## 0.6.0 (2026-05-06)
Full Changelog:
[v0.5.1...v0.6.0](v0.5.1...v0.6.0)
### Features
* **api:** manual updates
([8cb17ac](8cb17ac))
* **api:** manual updates
([e4008e4](e4008e4))
* **api:** manual updates
([174407f](174407f))
* **api:** manual updates
([1c47c8b](1c47c8b))
* **api:** Task Groups v1 added to SDK
([198e317](198e317))
* support setting headers via env
([6dd2b05](6dd2b05))
### Bug Fixes
* re-export TaskGroup from parallel.types.beta and silence
reportDeprecated
([dc6119f](dc6119f))
* **scripts:** remove unreachable check and redundant type annotation
([f63ad0a](f63ad0a))
* **scripts:** satisfy pyright in alias resolver
([892f474](892f474))
* **types:** preserve back-compat aliases for renamed inline classes
([532ee8f](532ee8f))
* **types:** use module-level alias instead of import-as
([b1b9858](b1b9858))
* use correct field name format for multipart file arrays
([1e34228](1e34228))
### Chores
* **internal:** more robust bootstrap script
([d4c7737](d4c7737))
* **internal:** reformat pyproject.toml
([b3c0639](b3c0639))
* **scripts:** follow alias and attribute redirections in
breaking-change detection
([89b1495](89b1495))
* stop tracking uv.lock (project uses requirements*.lock from rye)
([540471a](540471a))
---
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:support@stainlessapi.com) for help or questions
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Matt Harris <mharris@parallel.ai>
***api:** Task Groups v1 added to SDK ([198e317](https://github.com/parallel-web/parallel-sdk-python/commit/198e317bb3b5e5961e63c1c04bac0eb593385b7b))
14
+
* support setting headers via env ([6dd2b05](https://github.com/parallel-web/parallel-sdk-python/commit/6dd2b05bcf25259ae50e650376c3182913439487))
15
+
16
+
17
+
### Bug Fixes
18
+
19
+
* re-export TaskGroup from parallel.types.beta and silence reportDeprecated ([dc6119f](https://github.com/parallel-web/parallel-sdk-python/commit/dc6119f6dccdef75bdbe4ce838dd8ba51cc2428a))
20
+
***scripts:** remove unreachable check and redundant type annotation ([f63ad0a](https://github.com/parallel-web/parallel-sdk-python/commit/f63ad0ae48994be8b16c20438bb80c61cd943fec))
21
+
***scripts:** satisfy pyright in alias resolver ([892f474](https://github.com/parallel-web/parallel-sdk-python/commit/892f4743488ae5d8c4683123193da4f4e61d2464))
22
+
***types:** preserve back-compat aliases for renamed inline classes ([532ee8f](https://github.com/parallel-web/parallel-sdk-python/commit/532ee8f32ecbaf611f0ff5f6c80a532e2f0bcd66))
23
+
***types:** use module-level alias instead of import-as ([b1b9858](https://github.com/parallel-web/parallel-sdk-python/commit/b1b9858ffa95d90871ce36b06e510638e3546bde))
24
+
* use correct field name format for multipart file arrays ([1e34228](https://github.com/parallel-web/parallel-sdk-python/commit/1e3422859a25c66804f7f588fd24276417c52057))
25
+
26
+
27
+
### Chores
28
+
29
+
***internal:** more robust bootstrap script ([d4c7737](https://github.com/parallel-web/parallel-sdk-python/commit/d4c773762e983a657fb4c6f5d39529c3467e0994))
***scripts:** follow alias and attribute redirections in breaking-change detection ([89b1495](https://github.com/parallel-web/parallel-sdk-python/commit/89b1495236f280eee8af7c48ecff3ff2453291bd))
32
+
* stop tracking uv.lock (project uses requirements*.lock from rye) ([540471a](https://github.com/parallel-web/parallel-sdk-python/commit/540471afb4da3a6ed485af15554cb548e7086bbd))
33
+
3
34
## 0.5.1 (2026-04-22)
4
35
5
36
Full Changelog: [v0.5.0...v0.5.1](https://github.com/parallel-web/parallel-sdk-python/compare/v0.5.0...v0.5.1)
0 commit comments