-
Notifications
You must be signed in to change notification settings - Fork 84
Fix(146): uv pkg manager #370
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
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
sicoyle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! A few comments so far: could you please update the dev docs to reflect the new flow, instead of updating requirements.txt like we used to (uncommenting # -e ../../)? It would be great to document the new uv flow for local package development. 🙏
quickstarts/09-agents-as-activities-observability/pyproject.toml
Outdated
Show resolved
Hide resolved
Co-authored-by: Sam <[email protected]> Signed-off-by: Casper Nielsen <[email protected]>
…on't distribute them Signed-off-by: Casper Nielsen <[email protected]>
…only optionally used by consumers - not the sdk Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
…ore (since there's no chromadb packages for 3.14 yet) Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
…mers for quickstarts Signed-off-by: Casper Nielsen <[email protected]>
|
@sicoyle as we agreed I've returned the call to
This is a temporary way to handle exit with the grpc instrumentor while we debug and fix properly closing the channels. |
…pstream fixes Signed-off-by: Casper Nielsen <[email protected]>
…m runner during shutdown Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Casper Nielsen <[email protected]>
|
@sicoyle let's wait with merging this until: Are merged and new versions created |
Description
Changed quickstarts to use uv to conform with main pkg.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR closes: #146
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list:
Note: We expect contributors to open a corresponding documentation PR in the dapr/docs repository. As the implementer, you are the best person to document your work! Implementation PRs will not be merged until the documentation PR is opened and ready for review.