Langchain

Latest version: v0.3.11

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

Scan your dependencies

Page 49 of 68

0.0.152

Not secure
What's Changed
* Fix pytest collection warning by eyurtsev in https://github.com/hwchase17/langchain/pull/3651
* Add unit-test to catch changes to required deps by eyurtsev in https://github.com/hwchase17/langchain/pull/3662
* update example of ConstitutionalChain.from_llm by piotrm0 in https://github.com/hwchase17/langchain/pull/3630
* Add lazy iteration interface to document loaders by eyurtsev in https://github.com/hwchase17/langchain/pull/3659
* Suppress duckdb warning in unit tests explicitly by eyurtsev in https://github.com/hwchase17/langchain/pull/3653
* Blob: Add validator and use future annotations by eyurtsev in https://github.com/hwchase17/langchain/pull/3650
* Remove Pexpect Dependency by vowelparrot in https://github.com/hwchase17/langchain/pull/3667
* Fixed some typos on deployment.md by TheSeer507 in https://github.com/hwchase17/langchain/pull/3652
* Add query parsing unit tests by dev2049 in https://github.com/hwchase17/langchain/pull/3672
* Nit: list to sequence by dev2049 in https://github.com/hwchase17/langchain/pull/3678
* Add validation on agent instantiation for multi-input tools by vowelparrot in https://github.com/hwchase17/langchain/pull/3681
* Multiagent authoritarian by mbchang in https://github.com/hwchase17/langchain/pull/3686
* bump version to 152 by hwchase17 in https://github.com/hwchase17/langchain/pull/3695

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

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.151...v0.0.152

0.0.151

Not secure
What's Changed
* Fix Replicate llm response to handle iterator / multiple outputs by cbh123 in https://github.com/hwchase17/langchain/pull/3614
* Fixed typo for HuggingFaceHub by chirag64 in https://github.com/hwchase17/langchain/pull/3612
* Add docs for Fly.io deployment by katiayn in https://github.com/hwchase17/langchain/pull/3584
* Update docker-compose.yaml by ilyboc in https://github.com/hwchase17/langchain/pull/3582
* Persistent Bash Shell by vowelparrot in https://github.com/hwchase17/langchain/pull/3580
* add metal to ecosystem by softboyjimbo in https://github.com/hwchase17/langchain/pull/3613
* Close dataframe column names are being treated as one by the LLM by aole in https://github.com/hwchase17/langchain/pull/3611
* Add get_text_separator parameter to BSHTMLLoader by maver1ck in https://github.com/hwchase17/langchain/pull/3551
* Align names of search tools by vowelparrot in https://github.com/hwchase17/langchain/pull/3620
* Add way to get serpapi results async by timothyasp in https://github.com/hwchase17/langchain/pull/3604
* `Arxiv` document loader by leo-gan in https://github.com/hwchase17/langchain/pull/3627
* new example: multiagent dialogue with decentralized speaker selection by mbchang in https://github.com/hwchase17/langchain/pull/3629
* Add Tecton example to the "Connecting to a Feature Store" example notebook by brian-tecton-ai in https://github.com/hwchase17/langchain/pull/3626
* Fix/issue 2695 by cs0lar in https://github.com/hwchase17/langchain/pull/3608
* Update models used for embeddings in the weaviate example by hsm207 in https://github.com/hwchase17/langchain/pull/3594
* add --no-sandbox for chrome in url_selenium by luoyger in https://github.com/hwchase17/langchain/pull/3589
* Fix Invalid Request using AzureOpenAI by howard0su in https://github.com/hwchase17/langchain/pull/3522
* Allow clearing cache and fix gptcache by ehsanmok in https://github.com/hwchase17/langchain/pull/3493
* Supports async in SequentialChain/SimpleSequentialChain by ccw630 in https://github.com/hwchase17/langchain/pull/3503
* Harrison/opensearch logic by hwchase17 in https://github.com/hwchase17/langchain/pull/3631
* Some more PowerBI pydantic and import fixes by eavanvalkenburg in https://github.com/hwchase17/langchain/pull/3461
* enhancement: add elements mode to `UnstructuredURLLoader` by MthwRobinson in https://github.com/hwchase17/langchain/pull/3456
* Introduce Blob and Blob Loader interface by eyurtsev in https://github.com/hwchase17/langchain/pull/3603
* Update README.md by nfcampos in https://github.com/hwchase17/langchain/pull/3643
* Harrison/lancedb by hwchase17 in https://github.com/hwchase17/langchain/pull/3634
* Add PipelineAI LLM integration by plutopulp in https://github.com/hwchase17/langchain/pull/3644
* Self-query with generic query constructor by dev2049 in https://github.com/hwchase17/langchain/pull/3607
* bump version to 151 by hwchase17 in https://github.com/hwchase17/langchain/pull/3658

New Contributors
* katiayn made their first contribution in https://github.com/hwchase17/langchain/pull/3584
* ilyboc made their first contribution in https://github.com/hwchase17/langchain/pull/3582
* aole made their first contribution in https://github.com/hwchase17/langchain/pull/3611
* maver1ck made their first contribution in https://github.com/hwchase17/langchain/pull/3551
* brian-tecton-ai made their first contribution in https://github.com/hwchase17/langchain/pull/3626
* hsm207 made their first contribution in https://github.com/hwchase17/langchain/pull/3594
* luoyger made their first contribution in https://github.com/hwchase17/langchain/pull/3589
* howard0su made their first contribution in https://github.com/hwchase17/langchain/pull/3522
* ccw630 made their first contribution in https://github.com/hwchase17/langchain/pull/3503
* plutopulp made their first contribution in https://github.com/hwchase17/langchain/pull/3644

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.150...v0.0.151

0.0.150

Not secure
What's Changed
* docs: fix naming typo by mbchang in https://github.com/hwchase17/langchain/pull/3532
* Pandas agent: Pass forward callback manager by sliedes in https://github.com/hwchase17/langchain/pull/3518
* Add unit test for _merge_splits function by O-Roma in https://github.com/hwchase17/langchain/pull/3513
* Add DDG to load_tools by vowelparrot in https://github.com/hwchase17/langchain/pull/3535
* fix typo in comet_tracking.ipynb by eltociear in https://github.com/hwchase17/langchain/pull/3505
* Change Chain Docs by vowelparrot in https://github.com/hwchase17/langchain/pull/3537
* Add Anthropic default request timeout by dev2049 in https://github.com/hwchase17/langchain/pull/3540
* adding add_documents and aadd_documents to class RedisVectorStoreRetriever by risingsunomi in https://github.com/hwchase17/langchain/pull/3419
* Fix typo in Prompts Templates Getting Started page by outday29 in https://github.com/hwchase17/langchain/pull/3514
* Fix agents' notebooks outputs by gasparitiago in https://github.com/hwchase17/langchain/pull/3517
* Update Alchemy Key URL by apurvsibal in https://github.com/hwchase17/langchain/pull/3559
* docs: simplification of two agent d&d simulation by mbchang in https://github.com/hwchase17/langchain/pull/3550
* anthropic docs: deprecated LLM, add chat model by hwchase17 in https://github.com/hwchase17/langchain/pull/3549
* Notebook example: Context-Aware AI Sales Agent by filip-michalsky in https://github.com/hwchase17/langchain/pull/3547
* Harrison/streamlit handler by hwchase17 in https://github.com/hwchase17/langchain/pull/3564
* add feast nb by hwchase17 in https://github.com/hwchase17/langchain/pull/3565
* Strip surrounding quotes from requests tool URLs. by brotchie in https://github.com/hwchase17/langchain/pull/3563
* example: multi player dnd by mbchang in https://github.com/hwchase17/langchain/pull/3560
* Add ReAct eval chain by CG80499 in https://github.com/hwchase17/langchain/pull/3161
* Fix docs error for google drive loader by epec254 in https://github.com/hwchase17/langchain/pull/3574
* Sentence Transformers Aliasing by vowelparrot in https://github.com/hwchase17/langchain/pull/3541
* [simple] updated annotation in load_tools.py by skcoirz in https://github.com/hwchase17/langchain/pull/3544
* Confluence beautifulsoup by vowelparrot in https://github.com/hwchase17/langchain/pull/3576
* Harrison/plugnplai by hwchase17 in https://github.com/hwchase17/langchain/pull/3573
* Fix broken Cerebrium link in documentation by chirag64 in https://github.com/hwchase17/langchain/pull/3554
* bump ver 150 by hwchase17 in https://github.com/hwchase17/langchain/pull/3599

New Contributors
* risingsunomi made their first contribution in https://github.com/hwchase17/langchain/pull/3419
* apurvsibal made their first contribution in https://github.com/hwchase17/langchain/pull/3559
* filip-michalsky made their first contribution in https://github.com/hwchase17/langchain/pull/3547
* epec254 made their first contribution in https://github.com/hwchase17/langchain/pull/3574
* chirag64 made their first contribution in https://github.com/hwchase17/langchain/pull/3554

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.149...v0.0.150

0.0.149

Not secure
What's Changed
* LM Requests Wrapper by vowelparrot in https://github.com/hwchase17/langchain/pull/3457
* fixes 1214 by cs0lar in https://github.com/hwchase17/langchain/pull/3003
* Bugfix: Not all combine docs chains takes kwargs `prompt` by dev2049 in https://github.com/hwchase17/langchain/pull/3462
* added integration links to the ecosystem.rst by leo-gan in https://github.com/hwchase17/langchain/pull/3453
* show how to use memory in convo chain by hwchase17 in https://github.com/hwchase17/langchain/pull/3463
* remove default usage of openai model in SQLDatabaseToolkit by cnhhoang850 in https://github.com/hwchase17/langchain/pull/2884
* Vwp/alpaca streaming by vowelparrot in https://github.com/hwchase17/langchain/pull/3468
* ES similarity_search_with_score() and metadata filter by Zzz233 in https://github.com/hwchase17/langchain/pull/3046
* feat: add private weaviate api_key support on from_texts by felipeclopes in https://github.com/hwchase17/langchain/pull/3139
* Use a consistent poetry version everywhere by ehsanmok in https://github.com/hwchase17/langchain/pull/3250
* add LoRA loading for the LlamaCpp LLM by horenbergerb in https://github.com/hwchase17/langchain/pull/3363
* pass list of strings to embed method in tf_hub by prakhar7651 in https://github.com/hwchase17/langchain/pull/3284
* fix 3884 by dev2049 in https://github.com/hwchase17/langchain/pull/3475
* Updated Readme.md by TheSeer507 in https://github.com/hwchase17/langchain/pull/3477
* Update `Getting Started` page of `Prompt Templates` by outday29 in https://github.com/hwchase17/langchain/pull/3298
* Support SQLAlchemy 2.0 by jzluo in https://github.com/hwchase17/langchain/pull/3310
* bug_fixes: use md5 instead of uuid id generation by killpanda in https://github.com/hwchase17/langchain/pull/3442
* Adds progress bar using tqdm to directory_loader by jrhe in https://github.com/hwchase17/langchain/pull/3349
* Add Databutton to list of Deployment options by tkarper in https://github.com/hwchase17/langchain/pull/3364
* Add retry logic for ChromaDB by vowelparrot in https://github.com/hwchase17/langchain/pull/3372
* Improve `llm_chain.ipynb` and `getting_started.ipynb` for chains docs by outday29 in https://github.com/hwchase17/langchain/pull/3380
* GuessedAtParserWarning from RTD document loader documentation example by mullinmax in https://github.com/hwchase17/langchain/pull/3397
* [Fix 3365]: Changed regex to cover new line before action serious by My- in https://github.com/hwchase17/langchain/pull/3367
* Support GCS Objects with `/` in GCS Loaders by vieiralucas in https://github.com/hwchase17/langchain/pull/3356
* Azure CosmosDB memory by eavanvalkenburg in https://github.com/hwchase17/langchain/pull/3434
* Harrison/weaviate by hwchase17 in https://github.com/hwchase17/langchain/pull/3494
* Harrison/prompt prefix by hwchase17 in https://github.com/hwchase17/langchain/pull/3496
* Harrison/verbose conv ret by hwchase17 in https://github.com/hwchase17/langchain/pull/3492
* langchain-server: Do not expose postgresql port to host by sliedes in https://github.com/hwchase17/langchain/pull/3431
* Harrison/chroma update by hwchase17 in https://github.com/hwchase17/langchain/pull/3489
* openai embeddings by hwchase17 in https://github.com/hwchase17/langchain/pull/3488
* Harrison/tfidf parameters by hwchase17 in https://github.com/hwchase17/langchain/pull/3481
* Harrison/prediction guard by hwchase17 in https://github.com/hwchase17/langchain/pull/3490
* Updated missing refactor in docs "return_map_steps" (2956) by hwchase17 in https://github.com/hwchase17/langchain/pull/3469
* Harrison/blockchain docloader by hwchase17 in https://github.com/hwchase17/langchain/pull/3491
* doc: add two player D&D game by mbchang in https://github.com/hwchase17/langchain/pull/3476
* improved arxiv by leo-gan in https://github.com/hwchase17/langchain/pull/3495
* Add a test for cosmos db memory by yakigac in https://github.com/hwchase17/langchain/pull/3525
* docs: two_player_dnd docs by mbchang in https://github.com/hwchase17/langchain/pull/3528
* bump version to 149 by hwchase17 in https://github.com/hwchase17/langchain/pull/3530

New Contributors
* Zzz233 made their first contribution in https://github.com/hwchase17/langchain/pull/3046
* felipeclopes made their first contribution in https://github.com/hwchase17/langchain/pull/3139
* ehsanmok made their first contribution in https://github.com/hwchase17/langchain/pull/3250
* horenbergerb made their first contribution in https://github.com/hwchase17/langchain/pull/3363
* prakhar7651 made their first contribution in https://github.com/hwchase17/langchain/pull/3284
* TheSeer507 made their first contribution in https://github.com/hwchase17/langchain/pull/3477
* killpanda made their first contribution in https://github.com/hwchase17/langchain/pull/3442
* jrhe made their first contribution in https://github.com/hwchase17/langchain/pull/3349
* tkarper made their first contribution in https://github.com/hwchase17/langchain/pull/3364
* mullinmax made their first contribution in https://github.com/hwchase17/langchain/pull/3397
* My- made their first contribution in https://github.com/hwchase17/langchain/pull/3367
* vieiralucas made their first contribution in https://github.com/hwchase17/langchain/pull/3356
* sliedes made their first contribution in https://github.com/hwchase17/langchain/pull/3431

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.148...v0.0.149

0.0.148

Not secure
What's Changed
* llamacpp wrong default value passed for `f16_kv` by zatevakhin in https://github.com/hwchase17/langchain/pull/3320
* Add example on deploying LangChain to `Cloud Run` by homanp in https://github.com/hwchase17/langchain/pull/3366
* Updated incorrect link to Weaviate notebook by hadicurtay in https://github.com/hwchase17/langchain/pull/3362
* Harrison/hf document loader by hwchase17 in https://github.com/hwchase17/langchain/pull/3394
* Improve youtube loader by johannhartmann in https://github.com/hwchase17/langchain/pull/3395
* Add support for wikipedia's lang parameter by zczhuohuo in https://github.com/hwchase17/langchain/pull/3383
* Several confluence loader improvements by mrharris in https://github.com/hwchase17/langchain/pull/3300
* Update marathon notebook by vowelparrot in https://github.com/hwchase17/langchain/pull/3408
* Add Sentence Transformers Embeddings by vowelparrot in https://github.com/hwchase17/langchain/pull/3409
* Move Generative Agent definition to Experimental by vowelparrot in https://github.com/hwchase17/langchain/pull/3245
* Catch all exceptions in autogpt by vowelparrot in https://github.com/hwchase17/langchain/pull/3413
* Optimize code by assert6 in https://github.com/hwchase17/langchain/pull/3412
* Update unstructured_file.ipynb by Haste171 in https://github.com/hwchase17/langchain/pull/3377
* Deep Lake mini upgrades by davidbuniat in https://github.com/hwchase17/langchain/pull/3375
* Fix NoneType has no len() in DDG tool by Dianliang233 in https://github.com/hwchase17/langchain/pull/3334
* do not await sync callback managers by indietyp in https://github.com/hwchase17/langchain/pull/3440
* Structured Tool Bugfixes by vowelparrot in https://github.com/hwchase17/langchain/pull/3324
* small constructor change and updated notebook by eavanvalkenburg in https://github.com/hwchase17/langchain/pull/3426
* propogate kwargs to cls in OpenSearchVectorSearch by yunfeilu92 in https://github.com/hwchase17/langchain/pull/3416
* add meta-prompt to autonomous agents use cases by mbchang in https://github.com/hwchase17/langchain/pull/3254
* bump version to 148 by hwchase17 in https://github.com/hwchase17/langchain/pull/3458

New Contributors
* zatevakhin made their first contribution in https://github.com/hwchase17/langchain/pull/3320
* hadicurtay made their first contribution in https://github.com/hwchase17/langchain/pull/3362
* zczhuohuo made their first contribution in https://github.com/hwchase17/langchain/pull/3383
* mrharris made their first contribution in https://github.com/hwchase17/langchain/pull/3300
* assert6 made their first contribution in https://github.com/hwchase17/langchain/pull/3412
* Haste171 made their first contribution in https://github.com/hwchase17/langchain/pull/3377
* Dianliang233 made their first contribution in https://github.com/hwchase17/langchain/pull/3334
* indietyp made their first contribution in https://github.com/hwchase17/langchain/pull/3440
* yunfeilu92 made their first contribution in https://github.com/hwchase17/langchain/pull/3416
* mbchang made their first contribution in https://github.com/hwchase17/langchain/pull/3254

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.147...v0.0.148

0.0.147

Not secure
What's Changed
* Handle null action in AutoGPT Agent by vowelparrot in https://github.com/hwchase17/langchain/pull/3274
* Do not print openai settings by psykhi in https://github.com/hwchase17/langchain/pull/3280
* fix: handle youtube TranscriptsDisabled by sozercan in https://github.com/hwchase17/langchain/pull/3276
* added links to the important YouTube videos by leo-gan in https://github.com/hwchase17/langchain/pull/3244
* Cleanup integration test dir by dev2049 in https://github.com/hwchase17/langchain/pull/3308
* fix example match_documents fn table name, grammar by danielchalef in https://github.com/hwchase17/langchain/pull/3294
* a PythonLoader which auto-detects encoding of Python files by anentropic in https://github.com/hwchase17/langchain/pull/3311
* Update docs api references by dev2049 in https://github.com/hwchase17/langchain/pull/3315
* Change in method name for creating an issue on JIRA by varun1505 in https://github.com/hwchase17/langchain/pull/3307
* Fix linting on master by vowelparrot in https://github.com/hwchase17/langchain/pull/3327
* args_schema type hint on subclassing by danielchalef in https://github.com/hwchase17/langchain/pull/3323
* Harrison/power bi by hwchase17 in https://github.com/hwchase17/langchain/pull/3205
* Add a full PostgresSQL syntax database 'AnalyticDB' as vector store. by wangxuqi in https://github.com/hwchase17/langchain/pull/3135
* Harrison/voice assistant by hwchase17 in https://github.com/hwchase17/langchain/pull/3347
* Refactor Milvus/Zilliz by filip-halt in https://github.com/hwchase17/langchain/pull/3047
* Support recursive sitemaps in SitemapLoader by johannhartmann in https://github.com/hwchase17/langchain/pull/3146
* Fix Sagemaker Batch Endpoints by vowelparrot in https://github.com/hwchase17/langchain/pull/3249
* Add ChatGPT Data Loader by Honkware in https://github.com/hwchase17/langchain/pull/3336
* Harrison/error hf by hwchase17 in https://github.com/hwchase17/langchain/pull/3348
* Harrison/myscale by hwchase17 in https://github.com/hwchase17/langchain/pull/3352
* bump version to 147 by hwchase17 in https://github.com/hwchase17/langchain/pull/3353

New Contributors
* psykhi made their first contribution in https://github.com/hwchase17/langchain/pull/3280
* sozercan made their first contribution in https://github.com/hwchase17/langchain/pull/3276
* varun1505 made their first contribution in https://github.com/hwchase17/langchain/pull/3307
* wangxuqi made their first contribution in https://github.com/hwchase17/langchain/pull/3135
* johannhartmann made their first contribution in https://github.com/hwchase17/langchain/pull/3146

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.146...v0.0.147

Page 49 of 68

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.