-
Notifications
You must be signed in to change notification settings - Fork 436
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
Support >1.0
for OpenAI integration/package
#2210
Comments
>1.0
for OpenAI integration/package
Hi @strickvl, should I work on this issue |
@Senthi1Kumar if you'd like to! Please make sure to follow our contributors guide, esp by branching off and making your PR to the |
Having ridiculous trouble getting this to work with all the dependencies resolved... when i run
or
using the Docker container for zenml-dev.Dockerfile, the dependencies become impossible to resolve. If I change the versions for packages with conflicting dependencies, it creates a chain of more packages with conflicting dependencies... |
You can safely ignore feast and the requirements in pip install
docs/.requirements-docs-frozen.txt.
…On Fri, 9 Feb 2024 at 23:35, Jean-Michel Remi Boudreau < ***@***.***> wrote:
Having ridiculous trouble getting this to work with all the dependencies
resolved... when i run
zenml integration install -y -i feast
or
pip install docs/.requirements-docs-frozen.txt
using the Docker container for zenml-dev.Dockerfile
the dependencies become impossible to resolve
—
Reply to this email directly, view it on GitHub
<#2210 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZRNJX72LJQDWX2PYPUAFDYS2QDJAVCNFSM6AAAAABBLHJXLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZWGY4TGMJYGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Actually, now that I took a closer look, this issue/task is blocked until we upgrade our Pydantic dependency to >2.0.0, since OpenAI pin this to v2.4.2. We're starting to work on this internally, but I'd hold off on this for the moment as it's currently impossible. |
Okay no worries. Thanks for giving me the heads up :) |
Open Source Contributors Welcomed!
Please comment below if you would like to work on this issue!
Contact Details [Optional]
support@zenml.io
What happened?
The current openai integration in ZenML is pinned to versions below 1.0.0. However, OpenAI has recently released a significant update (version 1.0.0 and above), which includes major changes. To stay up-to-date and take advantage of the new features and improvements, ZenML needs to support the latest OpenAI versions. This update might necessitate a breaking change in ZenML, shifting to support only versions >1.0.0 of the OpenAI integration.
Task Description
Update the openai integration within ZenML to support versions >=1.0.0. This task involves:
Expected Outcome
Successful integration of OpenAI version 1.0.0 and above in ZenML, with all tests passing and documentation updated to guide users on the new integration version.
Additional context
This update is crucial to keep ZenML integrations current and to provide users with the latest features and improvements from OpenAI.
Code of Conduct
The text was updated successfully, but these errors were encountered: