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

poetry-check #56

Merged
merged 11 commits into from
Nov 29, 2024
Merged

poetry-check #56

merged 11 commits into from
Nov 29, 2024

Conversation

GFJHogue
Copy link
Collaborator

@GFJHogue GFJHogue commented Nov 27, 2024

This adds poetry check to verify the correctness of pyproject.toml and poetry.lock as well as checking for ImportError when loading the Python entry point files.
Runs 2 jobs to verify both Ubuntu and macOS (x64) for local development integrity :)

@@ -42,6 +42,7 @@ langgraph = "^0.2.39"
langgraph-checkpoint-postgres = "^2.0.2"
rank-bm25 = "^0.2.2"
psycopg = {extras = ["binary"], version = "^3.2.3"}
pydantic = "!=2.10.2"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ongoing pydantic regression on latest version Chainlit/chainlit#1543

@GFJHogue GFJHogue marked this pull request as ready for review November 29, 2024 17:57
@GFJHogue GFJHogue self-assigned this Nov 29, 2024
@GFJHogue GFJHogue requested a review from heliamoh November 29, 2024 18:47
@GFJHogue GFJHogue force-pushed the poetry-test branch 3 times, most recently from b63975a to 14b7321 Compare November 29, 2024 19:45
@heliamoh heliamoh merged commit 8741fc2 into main Nov 29, 2024
7 checks passed
@heliamoh heliamoh deleted the poetry-test branch November 29, 2024 20:13
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