Skip to content

Version pin for instructor #610

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

Closed
deeplook opened this issue Aug 12, 2024 · 0 comments · Fixed by #671
Closed

Version pin for instructor #610

deeplook opened this issue Aug 12, 2024 · 0 comments · Fixed by #671
Assignees

Comments

@deeplook
Copy link

Any specific reasons for the version ranges in the pyproject.toml file, namely for instructor? I don't really feel like creating a venv for a tool like sgpt, and when pip installing it I'm getting version conflicts.

    "openai >= 1.34.0, < 2.0.0",
    "typer >= 0.7.0, < 1.0.0",
    "click >= 7.1.1, < 9.0.0",
    "rich >= 13.1.0, < 14.0.0",
    "distro >= 1.8.0, < 2.0.0",
    "instructor >= 0.4.5, < 1.0.0",  # latest: 1.3.7
@TheR1D TheR1D self-assigned this Feb 17, 2025
@TheR1D TheR1D linked a pull request Feb 17, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants