-
Type:
Task
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: AI/ML, pymongo-search-utils
-
None
-
None
-
Python Drivers
-
Not Needed
-
-
None
-
None
-
None
-
None
-
None
-
None
Context
Describe the background behind the problem.
typing is failing on packages that depend on pymongo-search-utils. It looks like this.
~/src/langchain-mongodb/libs/langgraph-store-mongodb (INTPYTHON-808-LangGraph-AutoEmbedding) $ just typing uv run mypy . langgraph/store/mongodb/base.py:37: error: Skipping analyzing "pymongo_search_utils": module is installed, but missing library stubs or py.typed marker [import-untyped] langgraph/store/mongodb/base.py:37: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports Found 1 error in 1 file (checked 8 source files) error: Recipe `typing` failed on line 36 with exit code 1
Definition of done
What must be done to consider the task complete?
Pitfalls
What should the implementer watch out for? What are the risks?