Langchain

Latest version: v0.3.11

Safety actively analyzes 688027 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 60 of 68

0.0.86

Not secure
What's Changed
* Added retry for openai.error.ServiceUnavailableError by Klingefjord in https://github.com/hwchase17/langchain/pull/1022
* add links by hwchase17 in https://github.com/hwchase17/langchain/pull/1027
* Harrison/makefile by hwchase17 in https://github.com/hwchase17/langchain/pull/1033
* Chroma persistence by atroyn in https://github.com/hwchase17/langchain/pull/1028
* Add GooseAI, CerebriumAI, Petals, ForefrontAI by conceptofmind in https://github.com/hwchase17/langchain/pull/981
* Harrison/standarize prompt loading by hwchase17 in https://github.com/hwchase17/langchain/pull/1036
* Align table info (999) by hwchase17 in https://github.com/hwchase17/langchain/pull/1034
* Harrison/llm integrations by hwchase17 in https://github.com/hwchase17/langchain/pull/1039
* docs: fix typo in notebook by mmz-001 in https://github.com/hwchase17/langchain/pull/1046
* bump version to 0086 by hwchase17 in https://github.com/hwchase17/langchain/pull/1050

New Contributors
* Klingefjord made their first contribution in https://github.com/hwchase17/langchain/pull/1022

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.85...v0.0.86

0.0.85

Not secure
What's Changed
* typo fix on chat vector db docs by dhruv-anand-aintech in https://github.com/hwchase17/langchain/pull/1007
* Unstructured example notebook: add a pdf, related deps by cragwolfe in https://github.com/hwchase17/langchain/pull/1011
* Chroma in LangChain by atroyn in https://github.com/hwchase17/langchain/pull/1010
* Harrion/kg by hwchase17 in https://github.com/hwchase17/langchain/pull/1016
* chroma docs by hwchase17 in https://github.com/hwchase17/langchain/pull/1012
* agent refactors by hwchase17 in https://github.com/hwchase17/langchain/pull/997
* bump version to 0085 by hwchase17 in https://github.com/hwchase17/langchain/pull/1017

New Contributors
* dhruv-anand-aintech made their first contribution in https://github.com/hwchase17/langchain/pull/1007
* cragwolfe made their first contribution in https://github.com/hwchase17/langchain/pull/1011
* atroyn made their first contribution in https://github.com/hwchase17/langchain/pull/1010

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.84...v0.0.85

0.0.84

Not secure
What's Changed
* Harrison/fake llm by hwchase17 in https://github.com/hwchase17/langchain/pull/990
* Added initial capital letter to bullet points that had it missing by fpingham in https://github.com/hwchase17/langchain/pull/1000
* pdfminer by hwchase17 in https://github.com/hwchase17/langchain/pull/1003
* Harrison/unstructured structured by hwchase17 in https://github.com/hwchase17/langchain/pull/1004
* bump version to 0084 by hwchase17 in https://github.com/hwchase17/langchain/pull/1005


**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.83...v0.0.84

0.0.83

Not secure
What's Changed
* add texts example by hwchase17 in https://github.com/hwchase17/langchain/pull/985
* Zander/online pdf loader by zanderchase in https://github.com/hwchase17/langchain/pull/984
* improves huggingface_hub example by charlesfrye in https://github.com/hwchase17/langchain/pull/988
* Harrison/airbyte by hwchase17 in https://github.com/hwchase17/langchain/pull/989
* Import of `declarative_base` when SQLAlchemy <1.4 by s16h in https://github.com/hwchase17/langchain/pull/883
* Harrison/0083 by hwchase17 in https://github.com/hwchase17/langchain/pull/996

New Contributors
* s16h made their first contribution in https://github.com/hwchase17/langchain/pull/883

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.82...v0.0.83

0.0.82

Not secure
What's Changed
* remove sample_row_in_table_info and simplify set operations in SQLDB by kwhuo68 in https://github.com/hwchase17/langchain/pull/932
* Harrison/deps by hwchase17 in https://github.com/hwchase17/langchain/pull/963
* Harrison/tiktoken spec by hwchase17 in https://github.com/hwchase17/langchain/pull/964
* Harrison/batch embeds by hwchase17 in https://github.com/hwchase17/langchain/pull/972
* update lint by hwchase17 in https://github.com/hwchase17/langchain/pull/975
* Harrison/everynote by hwchase17 in https://github.com/hwchase17/langchain/pull/974
* Harrison/format agent instructions by hwchase17 in https://github.com/hwchase17/langchain/pull/973
* feat: adds `UnstructuredURLLoader` for loading data from urls by MthwRobinson in https://github.com/hwchase17/langchain/pull/979
* docs: update spelling typos by tangjeff0 in https://github.com/hwchase17/langchain/pull/982
* bump version to 0082 by hwchase17 in https://github.com/hwchase17/langchain/pull/980

New Contributors
* MthwRobinson made their first contribution in https://github.com/hwchase17/langchain/pull/979

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.81...v0.0.82

0.0.81

Not secure
What's Changed
* Update huggingface_hub.ipynb by eltociear in https://github.com/hwchase17/langchain/pull/944
* docs: fix spelling typo by tangjeff0 in https://github.com/hwchase17/langchain/pull/934
* gutenberg books by hwchase17 in https://github.com/hwchase17/langchain/pull/946
* Update readthedocs.py by concaption in https://github.com/hwchase17/langchain/pull/943
* add docs for steamship deployment by hwchase17 in https://github.com/hwchase17/langchain/pull/949
* adding webpage loading logic by zanderchase in https://github.com/hwchase17/langchain/pull/942
* Harrison/youtube fixes by hwchase17 in https://github.com/hwchase17/langchain/pull/955
* bump version 0081 by hwchase17 in https://github.com/hwchase17/langchain/pull/956

New Contributors
* tangjeff0 made their first contribution in https://github.com/hwchase17/langchain/pull/934
* concaption made their first contribution in https://github.com/hwchase17/langchain/pull/943

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.80...v0.0.81

Page 60 of 68

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.