-
Notifications
You must be signed in to change notification settings - Fork 0
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
poetry-check #56
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GFJHogue
force-pushed
the
poetry-test
branch
from
November 27, 2024 06:24
d637341
to
bf0537a
Compare
GFJHogue
force-pushed
the
poetry-test
branch
from
November 27, 2024 06:34
bf0537a
to
72377e6
Compare
GFJHogue
force-pushed
the
poetry-test
branch
from
November 29, 2024 17:39
b7a4edf
to
25ebcee
Compare
GFJHogue
commented
Nov 29, 2024
@@ -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" |
There was a problem hiding this comment.
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
force-pushed
the
poetry-test
branch
3 times, most recently
from
November 29, 2024 19:45
b63975a
to
14b7321
Compare
GFJHogue
force-pushed
the
poetry-test
branch
from
November 29, 2024 19:56
14b7321
to
300f46f
Compare
heliamoh
approved these changes
Nov 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds
poetry check
to verify the correctness ofpyproject.toml
andpoetry.lock
as well as checking forImportError
when loading the Python entry point files.Runs 2 jobs to verify both Ubuntu and macOS (x64) for local development integrity :)