Commit Graph

3 Commits

Author SHA1 Message Date
vowelparrot
f16e413c7c further linting 2023-05-04 16:33:38 -07:00
vowelparrot
9d1889bb59 Update session 2023-05-04 16:25:41 -07:00
Roy Williams
6086292252 Centralize logic for loading from LangChainHub, add ability to pin dependencies (#805)
It's generally considered to be a good practice to pin dependencies to
prevent surprise breakages when a new version of a dependency is
released. This commit adds the ability to pin dependencies when loading
from LangChainHub.

Centralizing this logic and using urllib fixes an issue identified by
some windows users highlighted in this video -
https://youtu.be/aJ6IQUh8MLQ?t=537
2023-01-30 14:52:17 -08:00