Langchain

Latest version: v0.3.11

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

Scan your dependencies

Page 46 of 68

0.0.170

Not secure
What's Changed
* Add RELLM experimental LLM decoding by vowelparrot in https://github.com/hwchase17/langchain/pull/4185
* add rebuff by hwchase17 in https://github.com/hwchase17/langchain/pull/4637
* Harrison/typing of return by hwchase17 in https://github.com/hwchase17/langchain/pull/4685
* Harrison/json loader fix by hwchase17 in https://github.com/hwchase17/langchain/pull/4686
* dont have openai_api_version by default by hwchase17 in https://github.com/hwchase17/langchain/pull/4687
* add warning for combined memory by hwchase17 in https://github.com/hwchase17/langchain/pull/4688
* Harrison/param notion db by hwchase17 in https://github.com/hwchase17/langchain/pull/4689
* add the existing OpenWeatherMap tool to the public api by zrcni in https://github.com/hwchase17/langchain/pull/4292
* Update gallery.rst with chatpdf opensource by akshata29 in https://github.com/hwchase17/langchain/pull/4342
* Respect User-Specified User-Agent in WebBaseLoader by lyz1990 in https://github.com/hwchase17/langchain/pull/4579
* docs: tutorials are moved on the top-level of docs by leo-gan in https://github.com/hwchase17/langchain/pull/4464
* Harrison/telegram chat loader by hwchase17 in https://github.com/hwchase17/langchain/pull/4698
* Harrison/sitemap local by hwchase17 in https://github.com/hwchase17/langchain/pull/4704
* Feature: pdfplumber PDF loader with BaseBlobParser, without visual debugger by lesterpjy in https://github.com/hwchase17/langchain/pull/4552
* Update Makefile (typo) by whoissqr in https://github.com/hwchase17/langchain/pull/4725
* Improve video_id extraction in YoutubeLoader by KaczuH in https://github.com/hwchase17/langchain/pull/4452
* Docugami DataLoader by eyurtsev in https://github.com/hwchase17/langchain/pull/4727
* Update click.py to pass errors back to Agent by d3n7 in https://github.com/hwchase17/langchain/pull/4723
* Added support for streaming output response to HuggingFaceTextgenInference LLM class by dcbark01 in https://github.com/hwchase17/langchain/pull/4633
* YouTube Loader: Replace regexp with built-in parsing by eyurtsev in https://github.com/hwchase17/langchain/pull/4729
* Add Environment Info to Run by vowelparrot in https://github.com/hwchase17/langchain/pull/4691
* add async default by hwchase17 in https://github.com/hwchase17/langchain/pull/4701
* Harrison/add top k by hwchase17 in https://github.com/hwchase17/langchain/pull/4707
* bump version to 170 by hwchase17 in https://github.com/hwchase17/langchain/pull/4733

New Contributors
* zrcni made their first contribution in https://github.com/hwchase17/langchain/pull/4292
* akshata29 made their first contribution in https://github.com/hwchase17/langchain/pull/4342
* lyz1990 made their first contribution in https://github.com/hwchase17/langchain/pull/4579
* KaczuH made their first contribution in https://github.com/hwchase17/langchain/pull/4452
* dcbark01 made their first contribution in https://github.com/hwchase17/langchain/pull/4633

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.169...v0.0.170

0.0.169

Not secure
What's Changed
* [Breaking] Refactor Tracers by vowelparrot in https://github.com/hwchase17/langchain/pull/4549
* docs: document_loaders classification by leo-gan in https://github.com/hwchase17/langchain/pull/4069
* Fix 4087 by setting the correct csv dialect by rick2047 in https://github.com/hwchase17/langchain/pull/4103
* Allow custom base Zapier prompt by preritdas in https://github.com/hwchase17/langchain/pull/4213
* Harrison/spark connect example by hwchase17 in https://github.com/hwchase17/langchain/pull/4659
* Harrison/metaphor search by hwchase17 in https://github.com/hwchase17/langchain/pull/4657
* Harrison/chatopenaibase path by hwchase17 in https://github.com/hwchase17/langchain/pull/4656
* Harrison/from keys redis by hwchase17 in https://github.com/hwchase17/langchain/pull/4653
* Harrison/structured chat mem by hwchase17 in https://github.com/hwchase17/langchain/pull/4652
* list of messages by hwchase17 in https://github.com/hwchase17/langchain/pull/4651
* Harrison/multithreading directory loader by hwchase17 in https://github.com/hwchase17/langchain/pull/4650
* Harrison/summary memory history by hwchase17 in https://github.com/hwchase17/langchain/pull/4649
* Harrison/headers for openai by hwchase17 in https://github.com/hwchase17/langchain/pull/4648
* Harrison/json new line by hwchase17 in https://github.com/hwchase17/langchain/pull/4646
* Harrison/azure content filter by hwchase17 in https://github.com/hwchase17/langchain/pull/4645
* add embedding router by hwchase17 in https://github.com/hwchase17/langchain/pull/4644
* agent serialization by hwchase17 in https://github.com/hwchase17/langchain/pull/4642
* allow partials in from_template by hwchase17 in https://github.com/hwchase17/langchain/pull/4638
* Harrison/virtual time by hwchase17 in https://github.com/hwchase17/langchain/pull/4658
* bump version to 169 by hwchase17 in https://github.com/hwchase17/langchain/pull/4675


**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.168...v0.0.169

0.0.168

Not secure
What's Changed
* Add Steamship Image Generation Tool by vowelparrot in https://github.com/hwchase17/langchain/pull/4580
* Turn on extended tests by eyurtsev in https://github.com/hwchase17/langchain/pull/4588
* Skip flaky unit test by dev2049 in https://github.com/hwchase17/langchain/pull/4591
* docs: fix pdf docs hierarchy and formatting by timothyasp in https://github.com/hwchase17/langchain/pull/4593
* Convert Chain to a Chain Factory by vowelparrot in https://github.com/hwchase17/langchain/pull/4605
* remove quotes from sql database prompts (caused syntax error) by hansvdam in https://github.com/hwchase17/langchain/pull/4101
* improve sql prompt by hwchase17 in https://github.com/hwchase17/langchain/pull/4611
* option for csv agent to not include df in prompt by hwchase17 in https://github.com/hwchase17/langchain/pull/4610
* Harrison/standard llm interface by hwchase17 in https://github.com/hwchase17/langchain/pull/4615
* Harrison/prompt constructor methods by hwchase17 in https://github.com/hwchase17/langchain/pull/4616
* WIP: FLARE-inspired chain by dev2049 in https://github.com/hwchase17/langchain/pull/4612
* bump version to 168 by hwchase17 in https://github.com/hwchase17/langchain/pull/4632

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

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.167...v0.0.168

0.0.167

Not secure
What's Changed
* Fix a typo in langchain/docs/modules/models/llms/integrations/anyscale.ipynb by kylehh in https://github.com/hwchase17/langchain/pull/4526
* Make BaseStringMessagePromptTemplate.from_template return type generic by jonasalexander in https://github.com/hwchase17/langchain/pull/4523
* fix typos in the prompts of LLMSummarizationCheckerChain by yule-BUAA in https://github.com/hwchase17/langchain/pull/4518
* Add on_chat_message_start by vowelparrot in https://github.com/hwchase17/langchain/pull/4499
* [pyproject.toml] add `tiktoken` when install `langchain[openai]` by ofey404 in https://github.com/hwchase17/langchain/pull/4514
* add invocation params as extra params in llm callbacks by agola11 in https://github.com/hwchase17/langchain/pull/4506
* Add Invocation Params by vowelparrot in https://github.com/hwchase17/langchain/pull/4509
* Optimize the initialization method of GPTCache by SimFG in https://github.com/hwchase17/langchain/pull/4522
* Add prestodb prompt by yanghua in https://github.com/hwchase17/langchain/pull/4516
* Enhance the prompt to make the LLM generate right date for real today by yanghua in https://github.com/hwchase17/langchain/pull/4505
* added `arxiv` retriever by leo-gan in https://github.com/hwchase17/langchain/pull/4538
* Dereference Messages by vowelparrot in https://github.com/hwchase17/langchain/pull/4557
* feat: Added class to support huggingface text generation inference server by gsaivinay in https://github.com/hwchase17/langchain/pull/4447
* add constitutional principles from paper by hwchase17 in https://github.com/hwchase17/langchain/pull/4554
* Add pytest --only-extended and --only-core options by eyurtsev in https://github.com/hwchase17/langchain/pull/4494
* update __init__.py for Anyscale by kylehh in https://github.com/hwchase17/langchain/pull/4585
* Improve error messages formatting in doc loaders by andreakiro in https://github.com/hwchase17/langchain/pull/4586
* added documentation on retrieving a PG vectorstore by eRuaro in https://github.com/hwchase17/langchain/pull/4578
* Provide get current date function dialect for other DBs by yanghua in https://github.com/hwchase17/langchain/pull/4576
* Improve vespa interface by dev2049 in https://github.com/hwchase17/langchain/pull/4546
* Release 167 by dev2049 in https://github.com/hwchase17/langchain/pull/4589

New Contributors
* jonasalexander made their first contribution in https://github.com/hwchase17/langchain/pull/4523
* yule-BUAA made their first contribution in https://github.com/hwchase17/langchain/pull/4518
* ofey404 made their first contribution in https://github.com/hwchase17/langchain/pull/4514
* gsaivinay made their first contribution in https://github.com/hwchase17/langchain/pull/4447
* andreakiro made their first contribution in https://github.com/hwchase17/langchain/pull/4586
* eRuaro made their first contribution in https://github.com/hwchase17/langchain/pull/4578

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.166...v0.0.167

0.0.166

Not secure
New Contributors
* kaikun213 made their first contribution in https://github.com/hwchase17/langchain/pull/4466
* nomeyer made their first contribution in https://github.com/hwchase17/langchain/pull/4450
* EandrewJones made their first contribution in https://github.com/hwchase17/langchain/pull/4375
* kristofdombi made their first contribution in https://github.com/hwchase17/langchain/pull/4445
* kylehh made their first contribution in https://github.com/hwchase17/langchain/pull/4350
* akshaya-a made their first contribution in https://github.com/hwchase17/langchain/pull/4150
* sunishsheth2009 made their first contribution in https://github.com/hwchase17/langchain/pull/4189

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.165...v0.0.166

0.0.165

Not secure
What's Changed
* Fix Duplicate trust_remote_code in pipeline by vowelparrot in https://github.com/hwchase17/langchain/pull/4369
* add tracing v2 env var by hwchase17 in https://github.com/hwchase17/langchain/pull/4465
* release 165 by dev2049 in https://github.com/hwchase17/langchain/pull/4486
* Add DocArray vector stores by dev2049 in https://github.com/hwchase17/langchain/pull/4483


**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.164...v0.0.165

Page 46 of 68

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.