-
Notifications
You must be signed in to change notification settings - Fork 18.6k
fix(cli): exception to prevent swallowing unexpected errors #31983
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
fix(cli): exception to prevent swallowing unexpected errors #31983
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
be3fd0f
to
a94ed24
Compare
CodSpeed WallTime Performance ReportMerging #31983 will not alter performanceComparing
|
@@ -2,6 +2,8 @@ | |||
import json | |||
from typing import Any, Optional, TypedDict | |||
|
|||
import typer | |||
|
|||
WRITE_KEY = "310apTK0HUFl4AOv" |
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.
BTW, is this hard coded key expected here?
CodSpeed Instrumentation Performance ReportMerging #31983 will not alter performanceComparing Summary
|
72ab943
to
cffb5e3
Compare
cffb5e3
to
858eabb
Compare
Thank you for contributing to LangChain!
PR title: "package: description"
PR message: Delete this entire checklist and replace with
Add tests and docs: If you're adding a new integration, please include
docs/docs/integrations
directory.Lint and test: Run
make format
,make lint
andmake test
from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/Additional guidelines:
If no one reviews your PR within a few days, please @-mention one of baskaryan, eyurtsev, ccurme, vbarda, hwchase17.