-
Notifications
You must be signed in to change notification settings - Fork 1
feat(client)!: support asyncio and add better client type hint #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #55 +/- ##
==========================================
- Coverage 45.18% 43.12% -2.07%
==========================================
Files 25 26 +1
Lines 1060 1141 +81
Branches 207 267 +60
==========================================
+ Hits 479 492 +13
- Misses 566 631 +65
- Partials 15 18 +3 ☔ View full report in Codecov by Sentry. |
heiruwu
pushed a commit
that referenced
this pull request
Dec 11, 2023
🤖 I have created a release *beep* *boop* --- ## [0.4.0](v0.3.2...v0.4.0) (2023-12-11) ### ⚠ BREAKING CHANGES * **client:** support asyncio and add better client type hint ([#55](#55)) ### Features * **client:** support asyncio and add better client type hint ([#55](#55)) ([aa41246](aa41246)) * **org:** adopt organization endpoints for VDP ([#60](#60)) ([0c313d6](0c313d6)) * **ray:** add io helpers for llm tasks ([#59](#59)) ([1876a20](1876a20)) * **ray:** add nested decorators ([#63](#63)) ([900dda8](900dda8)) * **ray:** add text to image io helper ([#58](#58)) ([0430977](0430977)) ### Bug Fixes * **clients,resources:** fix resource creating will get None type ([#57](#57)) ([4516d46](4516d46)) * **makefile:** fix wheel build missing submodule ([9aa73eb](9aa73eb)) * **ray:** fix missing ray init ([#64](#64)) ([db0b5c4](db0b5c4)) ### Documentation * **notebooks:** update notebooks to adopt latest ray decorators ([52b90c6](52b90c6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Because
asynciosupport for IO bound request tasksThis commit
asynciosupport in each endpointclientreturn type to align with protobuf messageinstanceclass to provide better type hintingsyncandasyncclientsfixes INS-2793
fixes INS-2800
fixes INS-2142