Langchain

Latest version: v0.3.11

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

Scan your dependencies

Page 38 of 68

0.0.218

Not secure
What's Changed
* Initial Streamlit callback integration doc (md) by sfc-gh-jcarroll in https://github.com/hwchase17/langchain/pull/6788
* Zapier update oauth support by ralewis85 in https://github.com/hwchase17/langchain/pull/6780
* feat (documents): add a source code loader based on AST manipulation by cristobalcl in https://github.com/hwchase17/langchain/pull/6486
* Added missing attribute value object by 3coins in https://github.com/hwchase17/langchain/pull/6849
* feat: Add `UnstructuredOrgModeLoader` by MthwRobinson in https://github.com/hwchase17/langchain/pull/6842
* Zapier - Add better error messaging for 401 responses by ralewis85 in https://github.com/hwchase17/langchain/pull/6840
* Enhancement : Ignore deleted messages and media in WhatsAppChatLoader by augtheo in https://github.com/hwchase17/langchain/pull/6839
* rail_parser: Allow creation from pydantic by irgolic in https://github.com/hwchase17/langchain/pull/6832
* WebBaseLoader: optionally raise exception in the case of http error by mrtj in https://github.com/hwchase17/langchain/pull/6823
* fix pinecone delete bug by IANTHEREAL in https://github.com/hwchase17/langchain/pull/6816
* Adjusted OpenAI cost calculation by neilneuwirth in https://github.com/hwchase17/langchain/pull/6798
* add async to zapier nla tools by mplachter in https://github.com/hwchase17/langchain/pull/6791
* Docs/unstructured api key by MthwRobinson in https://github.com/hwchase17/langchain/pull/6781
* Specify utilities package in SerpAPIWrapper docstring by jung-hunsoo in https://github.com/hwchase17/langchain/pull/6821
* Update to the latest Psychic python library version by Ayan-Bandyopadhyay in https://github.com/hwchase17/langchain/pull/6804
* Web Loader: Add proxy support by timothyasp in https://github.com/hwchase17/langchain/pull/6792
* Create MultiQueryRetriever by rlancemartin in https://github.com/hwchase17/langchain/pull/6833
* Update link in apis.mdx by shashankdeshpande in https://github.com/hwchase17/langchain/pull/6812
* feat: Add streaming only final aiter of agent by ninely in https://github.com/hwchase17/langchain/pull/6274
* feat(document_loaders): add tencent cos directory and file loader by kagawagao in https://github.com/hwchase17/langchain/pull/6401
* feat (documents): add LarkSuite document loader by yaohui-wyh in https://github.com/hwchase17/langchain/pull/6420
* bump version to 218 by hwchase17 in https://github.com/hwchase17/langchain/pull/6857

New Contributors
* sfc-gh-jcarroll made their first contribution in https://github.com/hwchase17/langchain/pull/6788
* ralewis85 made their first contribution in https://github.com/hwchase17/langchain/pull/6780
* cristobalcl made their first contribution in https://github.com/hwchase17/langchain/pull/6486
* neilneuwirth made their first contribution in https://github.com/hwchase17/langchain/pull/6798
* jung-hunsoo made their first contribution in https://github.com/hwchase17/langchain/pull/6821
* shashankdeshpande made their first contribution in https://github.com/hwchase17/langchain/pull/6812
* ninely made their first contribution in https://github.com/hwchase17/langchain/pull/6274
* kagawagao made their first contribution in https://github.com/hwchase17/langchain/pull/6401
* yaohui-wyh made their first contribution in https://github.com/hwchase17/langchain/pull/6420

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.217...v0.0.218

0.0.217

Not secure
What's Changed
* Add support for tags in chain group context manager by vowelparrot in https://github.com/hwchase17/langchain/pull/6668
* align chroma vectorstore get with chromadb to enable where filtering by ChrisPappalardo in https://github.com/hwchase17/langchain/pull/6686
* feat: fix the Chinese characters in the solution content will be conv… by AaaCabbage in https://github.com/hwchase17/langchain/pull/6734
* Update String Evaluator by vowelparrot in https://github.com/hwchase17/langchain/pull/6615
* Update arize_callback.py - bug fix by hakantekgul in https://github.com/hwchase17/langchain/pull/6784
* Add a Pairwise Comparison Chain by vowelparrot in https://github.com/hwchase17/langchain/pull/6703
* Clean up agent trajectory interface by vowelparrot in https://github.com/hwchase17/langchain/pull/6799
* docs: vectorstore upgrades 2 by leo-gan in https://github.com/hwchase17/langchain/pull/6796
* Don't raise error if parent not found by vowelparrot in https://github.com/hwchase17/langchain/pull/6538
* 🎯Bug: format the url and path_params by ECNUwyzZL in https://github.com/hwchase17/langchain/pull/6755
* `RecusiveUrlLoader` to `RecursiveUrlLoader` by waseemhnyc in https://github.com/hwchase17/langchain/pull/6787
* Update to RunOnDataset helper functions to accept evaluator callbacks by vowelparrot in https://github.com/hwchase17/langchain/pull/6629
* Permit Constitutional Principles by vowelparrot in https://github.com/hwchase17/langchain/pull/6807
* Update description in Evals notebook by vowelparrot in https://github.com/hwchase17/langchain/pull/6808
* Add support for passing headers and search params to openai openapi chain by homanp in https://github.com/hwchase17/langchain/pull/6782
* bump version to 217 by hwchase17 in https://github.com/hwchase17/langchain/pull/6831

New Contributors
* ChrisPappalardo made their first contribution in https://github.com/hwchase17/langchain/pull/6686
* AaaCabbage made their first contribution in https://github.com/hwchase17/langchain/pull/6734
* ECNUwyzZL made their first contribution in https://github.com/hwchase17/langchain/pull/6755
* waseemhnyc made their first contribution in https://github.com/hwchase17/langchain/pull/6787

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.216...v0.0.217

0.0.216

Not secure
What's Changed
* Fix Multi Functions Agent Tracing by vowelparrot in https://github.com/hwchase17/langchain/pull/6702
* fix chroma _similarity_search_with_relevance_scores missing `kwargs` … by sudolong in https://github.com/hwchase17/langchain/pull/6708
* Fix Typo in LangChain MyScale Integration Doc by mpskex in https://github.com/hwchase17/langchain/pull/6705
* updated sql_database.py for returning sorted table names. by sumanthdonthula in https://github.com/hwchase17/langchain/pull/6692
* Fix WhatsAppChatLoader : Enable parsing additional formats by augtheo in https://github.com/hwchase17/langchain/pull/6663
* feat: added tqdm progress bar to UnstructuredURLLoader by chip-davis in https://github.com/hwchase17/langchain/pull/6600
* feat: Add `UnstructuredRSTLoader` by MthwRobinson in https://github.com/hwchase17/langchain/pull/6594
* beautifulsoup get_text kwargs in WebBaseLoader by mrtj in https://github.com/hwchase17/langchain/pull/6591
* Added a MHTML document loader by masylum in https://github.com/hwchase17/langchain/pull/6311
* prevent DuckDuckGoSearchAPIWrapper from consuming top result by galtay in https://github.com/hwchase17/langchain/pull/6727
* tiktoken override by hwchase17 in https://github.com/hwchase17/langchain/pull/6697
* Fixed caching bug for Multiple Caching types by correctly checking types by 0xcrusher in https://github.com/hwchase17/langchain/pull/6746
* Change tags(str) to tags(dict) in mlflow_callback.py docs by ArchimedesFTW in https://github.com/hwchase17/langchain/pull/6473
* The openai_info.py does not have gpt-35-turbo which is the underlying Azure Open AI model name by rajib76 in https://github.com/hwchase17/langchain/pull/6321
* Improved Documentation: Eliminating Redundancy in the Introduction.mdx by NudurupatiSurya in https://github.com/hwchase17/langchain/pull/6360
* Confluence added by ethanabowen in https://github.com/hwchase17/langchain/pull/6432
* Relax the action input check for actions that require no input by damnever in https://github.com/hwchase17/langchain/pull/6357
* Office365 Tool by sdelgadoc in https://github.com/hwchase17/langchain/pull/6306
* Fixed bug in AnalyticDB Vector Store caused by upgrade SQLAlchemy version by wangxuqi in https://github.com/hwchase17/langchain/pull/6736
* Improve performance when retrieving Notion DB pages by jamesmcroft in https://github.com/hwchase17/langchain/pull/6710
* Fix breaking tags by vowelparrot in https://github.com/hwchase17/langchain/pull/6765
* bump version to 216 by hwchase17 in https://github.com/hwchase17/langchain/pull/6770

New Contributors
* sudolong made their first contribution in https://github.com/hwchase17/langchain/pull/6708
* augtheo made their first contribution in https://github.com/hwchase17/langchain/pull/6663
* chip-davis made their first contribution in https://github.com/hwchase17/langchain/pull/6600
* masylum made their first contribution in https://github.com/hwchase17/langchain/pull/6311
* 0xcrusher made their first contribution in https://github.com/hwchase17/langchain/pull/6746
* ArchimedesFTW made their first contribution in https://github.com/hwchase17/langchain/pull/6473
* NudurupatiSurya made their first contribution in https://github.com/hwchase17/langchain/pull/6360
* ethanabowen made their first contribution in https://github.com/hwchase17/langchain/pull/6432
* damnever made their first contribution in https://github.com/hwchase17/langchain/pull/6357
* sdelgadoc made their first contribution in https://github.com/hwchase17/langchain/pull/6306
* jamesmcroft made their first contribution in https://github.com/hwchase17/langchain/pull/6710

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.215...v0.0.216

0.0.215

Not secure
What's Changed
* split up batch llm calls into separate runs by agola11 in https://github.com/hwchase17/langchain/pull/5804
* bump version to 215 by hwchase17 in https://github.com/hwchase17/langchain/pull/6719


**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.214...v0.0.215

0.0.214

Not secure
What's Changed
* Make bs4 a local import in recursive_url_loader.py by rlancemartin in https://github.com/hwchase17/langchain/pull/6693
* bump v214 by dev2049 in https://github.com/hwchase17/langchain/pull/6694


**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.213...v0.0.214

0.0.213

Not secure
What's Changed
* fix(docs): broken link for OpenLLM by aarnphm in https://github.com/hwchase17/langchain/pull/6622
* Fix grammar mistake in base.py in planners by northern-64bit in https://github.com/hwchase17/langchain/pull/6611
* Fix ray-project/Aviary integration by kouroshHakha in https://github.com/hwchase17/langchain/pull/6607
* Fix Typo by SaarthakMaini in https://github.com/hwchase17/langchain/pull/6595
* Fix typo in myscale_self_query.ipynb by eltociear in https://github.com/hwchase17/langchain/pull/6601
* fix minor typo in vector_db_qa.mdx by chris-lovejoy in https://github.com/hwchase17/langchain/pull/6604
* Kendra retriever api by 3coins in https://github.com/hwchase17/langchain/pull/6616
* PowerBI: catch outdated token by eavanvalkenburg in https://github.com/hwchase17/langchain/pull/6634
* update chroma notebook by jeffchuber in https://github.com/hwchase17/langchain/pull/6664
* openapi -> openai nit by dev2049 in https://github.com/hwchase17/langchain/pull/6667
* adds doc_content_chars_max argument to WikipediaLoader by eLafo in https://github.com/hwchase17/langchain/pull/6645
* chroma nb close img tag by dev2049 in https://github.com/hwchase17/langchain/pull/6669
* Changed generate_prompt.py by shashankv05 in https://github.com/hwchase17/langchain/pull/6644
* added docstrings where they missed by leo-gan in https://github.com/hwchase17/langchain/pull/6626
* Dev2049/wiki lint by dev2049 in https://github.com/hwchase17/langchain/pull/6670
* Just corrected a small inconsistency on a doc page by kambleakash0 in https://github.com/hwchase17/langchain/pull/6603
* Fix openapi parameter parsing by dev2049 in https://github.com/hwchase17/langchain/pull/6676
* Amazon API Gateway hosted LLM by sunbc0120 in https://github.com/hwchase17/langchain/pull/6673
* Session deletion method in motorhead memory by hragbalian in https://github.com/hwchase17/langchain/pull/6609
* Harrison/optional ids opensearch by hwchase17 in https://github.com/hwchase17/langchain/pull/6684
* Add caching to BaseChatModel (issue 1644) by UmerHA in https://github.com/hwchase17/langchain/pull/5089
* bump to version 213 by hwchase17 in https://github.com/hwchase17/langchain/pull/6688

New Contributors
* SaarthakMaini made their first contribution in https://github.com/hwchase17/langchain/pull/6595
* chris-lovejoy made their first contribution in https://github.com/hwchase17/langchain/pull/6604
* eLafo made their first contribution in https://github.com/hwchase17/langchain/pull/6645
* shashankv05 made their first contribution in https://github.com/hwchase17/langchain/pull/6644
* kambleakash0 made their first contribution in https://github.com/hwchase17/langchain/pull/6603
* sunbc0120 made their first contribution in https://github.com/hwchase17/langchain/pull/6673
* hragbalian made their first contribution in https://github.com/hwchase17/langchain/pull/6609

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.212...v0.0.213

Page 38 of 68

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.