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.4.0 (2026-01-13)
Full Changelog:
[v0.3.4...v0.4.0](v0.3.4...v0.4.0)
### Features
* **api:** add after_date, update findAll nomenclature
([3641ac6](3641ac6))
* **api:** Update excerpt settings
([bafa464](bafa464))
### Bug Fixes
* ensure streams are always closed
([3251033](3251033))
* **types:** allow pyright to infer TypedDict types within
SequenceNotStr
([f134f9b](f134f9b))
* use async_to_httpx_files in patch method
([b147da5](b147da5))
### Chores
* add missing docstrings
([05118fc](05118fc))
* add Python 3.14 classifier and testing
([5588224](5588224))
* **api:** update default headers
([16949bf](16949bf))
* **deps:** mypy 1.18.1 has a regression, pin to 1.17
([e327c6e](e327c6e))
* **docs:** use environment variables for authentication in code
snippets
([e44bc95](e44bc95))
* **internal:** add `--fix` argument to lint script
([8b25ed1](8b25ed1))
* **internal:** add missing files argument to base client
([9bc7dc6](9bc7dc6))
* **internal:** codegen related update
([2eb1adc](2eb1adc))
* speedup initial import
([2927603](2927603))
* update lockfile
([37bb7a6](37bb7a6))
---
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: Kumar Saunack <kumar@shapley.ai>
* ensure streams are always closed ([3251033](https://github.com/parallel-web/parallel-sdk-python/commit/325103322362df0fe730362841dbc0d4b3a60c18))
16
+
***types:** allow pyright to infer TypedDict types within SequenceNotStr ([f134f9b](https://github.com/parallel-web/parallel-sdk-python/commit/f134f9bf488bdcd80088fc7752b5d33d84fcca66))
17
+
* use async_to_httpx_files in patch method ([b147da5](https://github.com/parallel-web/parallel-sdk-python/commit/b147da50e3d4b13868908c5c40e0ddecc5489e19))
***deps:** mypy 1.18.1 has a regression, pin to 1.17 ([e327c6e](https://github.com/parallel-web/parallel-sdk-python/commit/e327c6e2ba27b3dd565c3f36537643889b4c43e8))
26
+
***docs:** use environment variables for authentication in code snippets ([e44bc95](https://github.com/parallel-web/parallel-sdk-python/commit/e44bc9528e5e16f243aa8dee4633730d2899c72d))
27
+
***internal:** add `--fix` argument to lint script ([8b25ed1](https://github.com/parallel-web/parallel-sdk-python/commit/8b25ed10edef5697bce6bc74a3f628029da28d12))
28
+
***internal:** add missing files argument to base client ([9bc7dc6](https://github.com/parallel-web/parallel-sdk-python/commit/9bc7dc653a4f75da0c5af3297170a16b1df91875))
29
+
***internal:** codegen related update ([2eb1adc](https://github.com/parallel-web/parallel-sdk-python/commit/2eb1adc9884c03202107eb5987b6ea0717dd3a6a))
Copy file name to clipboardExpand all lines: LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Copyright 2025 Parallel
1
+
Copyright 2026 Parallel
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
0 commit comments