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
* chore(tests): improve ci test names
* Move the files upload into files resource.
* Format
* Fix circular import
* Add async upload support
* Remove top level exports of UploadManager, DownloadManager
* feat(api): move upload to be a method of existing files resource
* feat(api): move upload to be a method of existing files resource
* fix(api): correct file reroute handling, error message
* feat(api): get file upload working
* feat(api): get file upload working and add tests
* chore(api): format
* chore(api): address lint complaints, remove unused redirect:false option from upload manager
* chore(api): file.upload -> file.upload_file to make room for files/upload path if added to openapi minimizing conflicts
* chore(cli): fix missed renaming
* release: 0.1.0-alpha.9
---------
Co-authored-by: Justin Driemeyer <[email protected]>
Co-authored-by: jdreamerz <[email protected]>
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog
2
2
3
+
## 0.1.0-alpha.9 (2025-05-31)
4
+
5
+
Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/togethercomputer/together-py/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)
6
+
7
+
### Features
8
+
9
+
***api:** get file upload working ([cb8b8b8](https://github.com/togethercomputer/together-py/commit/cb8b8b86974721c2b2366e8481b88b3cb4851f0c))
10
+
***api:** move upload to be a method of existing files resource ([b7c43be](https://github.com/togethercomputer/together-py/commit/b7c43be446e48390528994ee5a070699c490cec4))
0 commit comments