We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When deriving a CrateDB adapter for LangChain from langchain-postgres, we are observing this error when invoking make lint.
make lint
langchain_cratedb/cratedb/model.py:16: error: Skipping analyzing "sqlalchemy_cratedb": module is installed, but missing library stubs or py.typed marker [import-untyped]
For your pyproject.toml.
pyproject.toml
[tool.mypy] ignore_missing_imports = "True"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
When deriving a CrateDB adapter for LangChain from langchain-postgres, we are observing this error when invoking
make lint
.Workaround
For your
pyproject.toml
.The text was updated successfully, but these errors were encountered: