You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove lint dependencies from dev target, as linting cannot be done
within the app. Too many dependency conflicts (anthropic causes
pydoclint to crash, mypy typing bloats image size ~200 MB, etc).
* Vendor the tiny bits of langchain_community we need to drop that.
Still to-do:
* Pull in lint deps for linting runs (these will fail in GHA right now)
* Finish PyPDF vendoring (two more classes need to be pulled in)
* Test everything fully and completely
Implements: AP-470
0 commit comments