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

updated poetry.lock #992

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

kristiankyvik
Copy link
Collaborator

It seems like this PR (#984) forgot to update the poetry.lock file.

I was running into the following error when running poetry install locally:

Warning: poetry.lock is not consistent with pyproject.toml. You may be getting improper dependencies. Run `poetry lock [--no-update]` to fix it.

Because gpt-engineer depends on langchain_openai (*) which doesn't match any versions, version solving failed.

I fixed this by running poetry update.

The docs build seems to be also failing because of this issue: https://readthedocs.org/projects/gpt-engineer/builds/23220334/

@ErikBjare ErikBjare merged commit 4e4c3ec into AntonOsika:main Jan 25, 2024
4 checks passed
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.

2 participants