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

Question: Can you give clarification on some of the dependencies/packages in Poetry.lock #1

Closed
KarlRW opened this issue Nov 30, 2023 · 1 comment

Comments

@KarlRW
Copy link

KarlRW commented Nov 30, 2023

Hey, appreciate the fix, starred and following you.
Was going through your code to learn from it and was hoping you could point me in the right direction on how/why your using poetry.lock (as well as some of the packages that are inside of it).

It has things in it seemingly unrelated to the patch that confuse me.

For example, this is in the file:

[package.extras]
email = ["email-validator (>=2.0.0)"]
@phdowling
Copy link
Owner

I believe this is a chained dependency from openai (which uses pydantic, which includes email validation). You can check out the repo, delete that lock file, run poetry install using just the project.toml to confirm - the lock file is not actually critical here.

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

No branches or pull requests

2 participants