Skip to content
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

update openai #984

Merged
merged 8 commits into from
Jan 24, 2024
Merged

update openai #984

merged 8 commits into from
Jan 24, 2024

Conversation

TheoMcCabe
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@ErikBjare ErikBjare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noticed we use a lot of >= version specifiers that should probably be ^.

This is never a problem for devs (who use dependency locks) but will be a problem for end-users who install via pip, as that might get them a newer version than supported.

While semantic versioning isn't as accepted in Python-land as in JS-land, using ^ has in my experience helped avoid such issues.

pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
gpt_engineer/core/ai.py Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
Copy link
Collaborator

@ErikBjare ErikBjare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@TheoMcCabe TheoMcCabe merged commit b9c3197 into main Jan 24, 2024
3 checks passed
@TheoMcCabe TheoMcCabe deleted the update-openai branch January 24, 2024 15:50
@AntonOsika
Copy link
Collaborator

🚀

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 this pull request may close these issues.

3 participants