-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add tiktoken as a dependency in pyproject.toml #5008
Add tiktoken as a dependency in pyproject.toml #5008
Conversation
Hi @JohanForngren , Thanks for this fix. "autogen-ext[magentic-one, openai, azure]==0.4.0" This will install dependencies that we do need in Studio . See here
Do you mind updating your fix to just modify the extras on autogen ext? ie this "autogen-ext[magentic-one, openai, azure]==0.4.0" Thanks again for testing and proposing this fix! |
Signed-off-by: Johan Forngren <[email protected]>
Signed-off-by: Johan Forngren <[email protected]>
ef93f9e
to
b5ca6ad
Compare
Signed-off-by: Johan Forngren <[email protected]>
b5ca6ad
to
312717f
Compare
@victordibia Thank you, I updated the fix and tested it to verify that it's working. The @microsoft-github-policy-service agree |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5008 +/- ##
=======================================
Coverage 68.50% 68.50%
=======================================
Files 156 156
Lines 10129 10129
=======================================
Hits 6939 6939
Misses 3190 3190
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Johan Forngren <[email protected]> Update uv.lock with tiktoken dependency from fbfdc9f Signed-off-by: Johan Forngren <[email protected]>
Signed-off-by: Johan Forngren <[email protected]>
312717f
to
5b59430
Compare
* Add tiktoken as a dependency in pyproject.toml Signed-off-by: Johan Forngren <[email protected]> Update uv.lock with tiktoken dependency from fbfdc9f Signed-off-by: Johan Forngren <[email protected]> * Updating autogen-ext dependencies per #5008 (comment) Signed-off-by: Johan Forngren <[email protected]> * PoC dev container Signed-off-by: Johan Forngren <[email protected]> * Enhance devcontainer setup with post-create script for dependency installation and improved performance. Removed partial hot reload setup, as it required bigger changes to the project. Improved documentation, and fixed markdown lint issues. Signed-off-by: Johan Forngren <[email protected]> * Update installation documentation for AutoGen Studio, clarifying installation methods and improving formatting. Adjusted notes for Windows users and corrected minor grammatical issues. Signed-off-by: Johan Forngren <[email protected]> * Fixing typos. Restructuring text to avoid consecutive markdown quote blocks separated only by a blank line to avoid MD028 - Blank line inside blockquote. Signed-off-by: Johan Forngren <[email protected]> * Include dev containers tutorial Signed-off-by: Johan Forngren <[email protected]> * Update dev container installation instructions Signed-off-by: Johan Forngren <[email protected]> --------- Signed-off-by: Johan Forngren <[email protected]> Co-authored-by: Victor Dibia <[email protected]>
Why are these changes needed?
Adding missing dependency tiktoken.
Related issue number
Closes #5007
Checks