Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 08 #709

Merged
merged 12 commits into from
Feb 26, 2024

Conversation

pyup-bot
Copy link
Collaborator

Update importlib_resources from 6.1.1 to 6.1.2.

Changelog

6.1.2

======

Bugfixes
--------

- Fixed NotADirectoryError when calling files on a subdirectory of a namespace package. (293)
Links

Update boto3 from 1.34.44 to 1.34.49.

Changelog

1.34.49

=======

* api-change:``appsync``: [``botocore``] Documentation only updates for AppSync
* api-change:``qldb``: [``botocore``] Clarify possible values for KmsKeyArn and EncryptionDescription.
* api-change:``rds``: [``botocore``] Add pattern and length based validations for DBShardGroupIdentifier
* api-change:``rum``: [``botocore``] Doc-only update for new RUM metrics that were added

1.34.48

=======

* api-change:``internetmonitor``: [``botocore``] This release adds IPv4 prefixes to health events
* api-change:``kinesisvideo``: [``botocore``] Increasing NextToken parameter length restriction for List APIs from 512 to 1024.

1.34.47

=======

* api-change:``iotevents``: [``botocore``] Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models
* api-change:``lookoutequipment``: [``botocore``] This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler.
* api-change:``medialive``: [``botocore``] MediaLive now supports the ability to restart pipelines in a running channel.
* api-change:``ssm``: [``botocore``] This release adds support for sharing Systems Manager parameters with other AWS accounts.

1.34.46

=======

* api-change:``dynamodb``: [``botocore``] Publishing quick fix for doc only update.
* api-change:``firehose``: [``botocore``] This release updates a few Firehose related APIs.
* api-change:``lambda``: [``botocore``] Add .NET 8 (dotnet8) Runtime support to AWS Lambda.

1.34.45

=======

* api-change:``amplify``: [``botocore``] This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate.
* api-change:``chatbot``: [``botocore``] This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK.
* api-change:``config``: [``botocore``] Documentation updates for the AWS Config CLI
* api-change:``ivs``: [``botocore``] Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.
* api-change:``keyspaces``: [``botocore``] Documentation updates for Amazon Keyspaces
* api-change:``mediatailor``: [``botocore``] MediaTailor: marking AdBreak.OffsetMillis as required.
Links

Update botocore from 1.34.44 to 1.34.49.

Changelog

1.34.49

=======

* api-change:``appsync``: Documentation only updates for AppSync
* api-change:``qldb``: Clarify possible values for KmsKeyArn and EncryptionDescription.
* api-change:``rds``: Add pattern and length based validations for DBShardGroupIdentifier
* api-change:``rum``: Doc-only update for new RUM metrics that were added

1.34.48

=======

* api-change:``internetmonitor``: This release adds IPv4 prefixes to health events
* api-change:``kinesisvideo``: Increasing NextToken parameter length restriction for List APIs from 512 to 1024.

1.34.47

=======

* api-change:``iotevents``: Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models
* api-change:``lookoutequipment``: This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler.
* api-change:``medialive``: MediaLive now supports the ability to restart pipelines in a running channel.
* api-change:``ssm``: This release adds support for sharing Systems Manager parameters with other AWS accounts.

1.34.46

=======

* api-change:``dynamodb``: Publishing quick fix for doc only update.
* api-change:``firehose``: This release updates a few Firehose related APIs.
* api-change:``lambda``: Add .NET 8 (dotnet8) Runtime support to AWS Lambda.

1.34.45

=======

* api-change:``amplify``: This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate.
* api-change:``chatbot``: This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK.
* api-change:``config``: Documentation updates for the AWS Config CLI
* api-change:``ivs``: Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.
* api-change:``keyspaces``: Documentation updates for Amazon Keyspaces
* api-change:``mediatailor``: MediaTailor: marking AdBreak.OffsetMillis as required.
Links

Update eth_utils from 3.0.0 to 4.0.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update google-api-python-client from 2.118.0 to 2.119.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update pandas from 2.2.0 to 2.2.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update phonenumbers from 8.13.30 to 8.13.31.

Changelog

8.13.31

Metadata changes:
- Updated phone metadata for region code(s):
BM, CZ, EH, GY, JE, LS, MA, NG, NP, OM, SG, TO, US
- Updated carrier data for country calling code(s):
33 (en), 65 (en), 234 (en), 420 (en), 592 (en), 676 (en), 977 (en)
- Updated / refreshed time zone meta data.
Links

Update pylint from 3.0.3 to 3.1.0.

Changelog

3.1.0

Two new checks--``use-yield-from``, ``deprecated-attribute``-- and a smattering of bug fixes.

New Features
------------

- Skip ``consider-using-join`` check for non-empty separators if an ``suggest-join-with-non-empty-separator`` option is set to ``no``.

Closes 8701 

- Discover ``.pyi`` files when linting.

These can be ignored with the ``ignore-patterns`` setting.

Closes 9097 

- Check ``TypeAlias`` and ``TypeVar`` (PEP 695) nodes for ``invalid-name``.

Refs 9196 

- Support for resolving external toml files named pylintrc.toml and .pylintrc.toml.

Closes 9228 

- Check for `.clear`, `.discard`, `.pop` and `remove` methods being called on a set while it is being iterated over.

Closes 9334 



New Checks
----------

- New message `use-yield-from` added to the refactoring checker. This message is emitted when yielding from a loop can be replaced by `yield from`.

Closes 9229. 

- Added a ``deprecated-attribute`` message to check deprecated attributes in the stdlib.

Closes 8855 


False Positives Fixed
---------------------

- Fixed false positive for ``inherit-non-class`` for generic Protocols.

Closes 9106

- Exempt ``TypedDict`` from ``typing_extensions`` from ``too-many-ancestor`` checks.

Refs 9167 



False Negatives Fixed
---------------------

- Extend broad-exception-raised and broad-exception-caught to except*.

Closes 8827 

- Fix a false-negative for unnecessary if blocks using a different than expected ordering of arguments.

Closes 8947. 



Other Bug Fixes
---------------

- Improve the message provided for wrong-import-order check.  Instead of the import statement ("import x"), the message now specifies the import that is out of order and which imports should come after it.  As reported in the issue, this is particularly helpful if there are multiple imports on a single line that do not follow the PEP8 convention.

The message will report imports as follows:
For "import X", it will report "(standard/third party/first party/local) import X"
For "import X.Y" and "from X import Y", it will report "(standard/third party/first party/local) import X.Y"
The import category is specified to provide explanation as to why pylint has issued the message and guidence to the developer on how to fix the problem.

Closes 8808 



Other Changes
-------------

- Print how many files were checked in verbose mode.

Closes 8935 

- Fix a crash when an enum class which is also decorated with a ``dataclasses.dataclass`` decorator is defined.

Closes 9100 



Internal Changes
----------------

- Update astroid version to 3.1.0.

Refs 9457

3.0.4

False Positives Fixed
---------------------

- ``used-before-assignment`` is no longer emitted when using a name in a loop and
depending on an earlier name assignment in an ``except`` block paired with
``else: continue``.

Closes 6804

- Avoid false positives for ``no-member`` involving function
attributes supplied by decorators.

Closes 9246 

- Fixed false positive nested-min-max for nested lists.

Closes 9307 

- Fix false positive for ``used-before-assignment`` in a ``finally`` block
when assignments took place in both the ``try`` block and each exception handler.

Closes 9451 



Other Bug Fixes
---------------

- Catch incorrect ValueError ``"generator already executing"`` for Python 3.12.0 - 3.12.2.
This is fixed upstream in Python 3.12.3.

Closes 9138
Links

Update weasyprint from 61.0 to 61.1.

Changelog

61.1

Released on 2024-02-26.

Bug fixes

- 2075: Use default value when variable is not defined
- 2070: Don’t crash when rendering SVGs with non-text a children
- Don’t crash when SVG file can’t be rendered

Documentation

- 2067: Suggest "dnf" instead of "yum" to install Fedora packages
- Improve documentation for Windows
- Fix required version of TinyCSS2

Contributors

* Guillaume Ayoub
* Felix Schwarz
* Lucie Anglade

Backers and sponsors

* Spacinov
* Kobalt
* Grip Angebotssoftware
* Manuel Barkhau
* SimonSoft
* Menutech
* KontextWork
* René Fritz
* Simon Sapin
* Arcanite
* TrainingSparkle
* Healthchecks.io
* Hammerbacher
* Docraptor
* Yanal-Yvez Fargialla
* Morntag
* NBCO
Links

Update orjson from 3.9.14 to 3.9.15.

Changelog

3.9.15

Fixed

- Implement recursion limit of 1024 on `orjson.loads()`.
- Use byte-exact read on `str` formatting SIMD path to avoid crash.
Links

Update pydantic from 2.6.1 to 2.6.2.

Changelog

2.6.2

[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.6.2)

What's Changed

Packaging

* Upgrade to `pydantic-core` 2.16.3 by sydney-runkle in [8879](https://github.com/pydantic/pydantic/pull/8879)

Fixes

* 'YYYY-MM-DD' date string coerced to datetime shouldn't infer timezone by sydney-runkle in [pydantic/pydantic-core1193](https://github.com/pydantic/pydantic-core/pull/1193)
Links

Update langchain from 0.1.7 to 0.1.9.

Changelog

0.1.9

What's Changed
* experimental[patch]: Release 0.0.52 by baskaryan in https://github.com/langchain-ai/langchain/pull/17763
* Cache calls to create_model for get_input_schema and get_output_schema by nfcampos in https://github.com/langchain-ai/langchain/pull/17755
* Docs: Add custom chat model documenation by eyurtsev in https://github.com/langchain-ai/langchain/pull/17595
* community: Fix AstraDBCache docstrings by cbornet in https://github.com/langchain-ai/langchain/pull/17802
* Docs: Update contributing documentation by eyurtsev in https://github.com/langchain-ai/langchain/pull/17557
* community: Add PolygonTickerNews Tool by virattt in https://github.com/langchain-ai/langchain/pull/17808
* docs: Add typehints in both signature and description of API docs by cbornet in https://github.com/langchain-ai/langchain/pull/17815
* community: Add SparkLLM Text Embedding Model and SparkLLM introduction by liugddx in https://github.com/langchain-ai/langchain/pull/17573
* community: Add SparkLLM to community by liugddx in https://github.com/langchain-ai/langchain/pull/17702
* docs: fix api docs search by efriis in https://github.com/langchain-ai/langchain/pull/17820
* Add JSON representation of runnable graph to serialized representation by nfcampos in https://github.com/langchain-ai/langchain/pull/17745
* astradb[patch]: relaxed httpx version constraint by efriis in https://github.com/langchain-ai/langchain/pull/17826
* core[patch]: Release 0.1.25 by baskaryan in https://github.com/langchain-ai/langchain/pull/17833
* partners/astradb: Add AstraDBStore to langchain-astradb package by cbornet in https://github.com/langchain-ai/langchain/pull/17789
* partners/openai: fix depracation errors of pydantic's .dict() function (reopen 16629) by SavvasMohito in https://github.com/langchain-ai/langchain/pull/17404
* partners/astradb: Use single file instead of module for AstraDBVectorStore by cbornet in https://github.com/langchain-ai/langchain/pull/17644
* docs: remove stale redirects by efriis in https://github.com/langchain-ai/langchain/pull/17831
* 👥 Update LangChain people data by jacoblee93 in https://github.com/langchain-ai/langchain/pull/17743
* community[patch]: typo in doc-string for kdbai vectorstore by nbyrneKX in https://github.com/langchain-ai/langchain/pull/17811
* community[patch]: Add AstraDBLoader docstring by cbornet in https://github.com/langchain-ai/langchain/pull/17873
* community[patch]: Graceful handling of redis errors in RedisCache and AsyncRedisCache by snsten in https://github.com/langchain-ai/langchain/pull/17171
* docs: API Reference builder bug fix by leo-gan in https://github.com/langchain-ai/langchain/pull/17890
* docs: update sparkllm intro doc by liugddx in https://github.com/langchain-ai/langchain/pull/17848
* community: Added add_images method to SingleStoreDB vector store by volodymyr-memsql in https://github.com/langchain-ai/langchain/pull/17871
* docs: minor grammatical correction. by qqubb in https://github.com/langchain-ai/langchain/pull/17724
* Docs: Fix typo by gianlucagiudice in https://github.com/langchain-ai/langchain/pull/17733
* core: fix .bind when used with RunnableLambda async methods by ccurme in https://github.com/langchain-ai/langchain/pull/17739
* community[patch]: add missing chunk parameter for _stream/_astream by mackong in https://github.com/langchain-ai/langchain/pull/17807
* community: Allow override of 'fetch_schema_from_transport' in the GraphQL tool by ztoliver in https://github.com/langchain-ai/langchain/pull/17649
* community: Improved deeplake.py init documentation by nvoxland-al in https://github.com/langchain-ai/langchain/pull/17549
* docs: Fix URL typo in tigris.ipynb by Speuce in https://github.com/langchain-ai/langchain/pull/17894
* community: add possibility to search by vector in OpenSearchVectorSearch by karimassi in https://github.com/langchain-ai/langchain/pull/17878
* added SCANN index in default search params by rgupta2508 in https://github.com/langchain-ai/langchain/pull/17889
* partners/astradb: Update langchain-astradb README with AstraDBStore by cbornet in https://github.com/langchain-ai/langchain/pull/17864
* docs: Change module import path for SQLDatabase in the documentation by sepiatone in https://github.com/langchain-ai/langchain/pull/17874
* core: modules descriptions by leo-gan in https://github.com/langchain-ai/langchain/pull/17844
* community: AstraDB VectorStore docstring by cbornet in https://github.com/langchain-ai/langchain/pull/17834
* docs: added `community` modules descriptions by leo-gan in https://github.com/langchain-ai/langchain/pull/17827
* fix a small typo by eon01 in https://github.com/langchain-ai/langchain/pull/17859
* [community][embeddings] infinity embedding local option by michaelfeil in https://github.com/langchain-ai/langchain/pull/17671
* community: Bug Fix, in Neo4j VectorStore when having multiple indexes the sort is not working and the store that returned is random by ehude in https://github.com/langchain-ai/langchain/pull/17396
* docs: fix api build by baskaryan in https://github.com/langchain-ai/langchain/pull/17898
* 👥 Update LangChain people data by jacoblee93 in https://github.com/langchain-ai/langchain/pull/17900
* community: Add docstring to AstraDBStore by cbornet in https://github.com/langchain-ai/langchain/pull/17793
* <community>: Add tidb loader support by IANTHEREAL in https://github.com/langchain-ai/langchain/pull/17788
* community: add helpful comments to sparkllm.py by vsxd in https://github.com/langchain-ai/langchain/pull/17774
* community: Add missing async_astra_db_client param to AstraDBChatMessageHistory by cbornet in https://github.com/langchain-ai/langchain/pull/17742
* docs: Update Links to resources in the GraphDB QA Chain documentation by nelly-hateva in https://github.com/langchain-ai/langchain/pull/17720
* partners/astradb: Fix AstraDBVectorStore docstring by cbornet in https://github.com/langchain-ai/langchain/pull/17706
* Stomp by hinthornw in https://github.com/langchain-ai/langchain/pull/17710
* community: Added more functions in NetworkxEntityGraph class by raunakshrivastava7 in https://github.com/langchain-ai/langchain/pull/17624
* Return PK in similarity search Document by hasansustcse13 in https://github.com/langchain-ai/langchain/pull/17561
* docs sorting `Examples using ...` section by leo-gan in https://github.com/langchain-ai/langchain/pull/17588
* Redirect the expression language guides by hinthornw in https://github.com/langchain-ai/langchain/pull/17914
* partner: Add groq partner integration and chat model by gradenr in https://github.com/langchain-ai/langchain/pull/17856
* pinecone[patch], docs: PineconeVectorStore, release 0.0.3 by efriis in https://github.com/langchain-ai/langchain/pull/17896
* community: Bugfix - correct Ollama API path to avoid HTTP 307 by 13rac1 in https://github.com/langchain-ai/langchain/pull/17895
* langchain_openai[patch]: fix typos in langchain_openai by polym in https://github.com/langchain-ai/langchain/pull/17923
* community: use NeuralDB object to initialize NeuralDBVectorStore by kartikTAI in https://github.com/langchain-ai/langchain/pull/17272
* pinecone[patch]: integration test debug by efriis in https://github.com/langchain-ai/langchain/pull/17960
* community[patch]: compatibility with SQLAlchemy 1.4.x by Davidkloving in https://github.com/langchain-ai/langchain/pull/17954
* docs: update IBM watsonx.ai docs by MateuszOssGit in https://github.com/langchain-ai/langchain/pull/17932
* Remove subscript for Result type object by Abe410 in https://github.com/langchain-ai/langchain/pull/17823
* partners/astradb: Support langchain-astradb AstraDBVectorStore in self-query retriever by cbornet in https://github.com/langchain-ai/langchain/pull/17728
* templates: Update README.md - Fixing a typo by PankajMoolrajani in https://github.com/langchain-ai/langchain/pull/17689
* docs:Rerun the Tongyi Qwen model to fix incorrect responses. by deanbear in https://github.com/langchain-ai/langchain/pull/17693
* community[patch]: fix lint by baskaryan in https://github.com/langchain-ai/langchain/pull/17984
* docs: logo by efriis in https://github.com/langchain-ai/langchain/pull/17972
* docs: partner package list by leo-gan in https://github.com/langchain-ai/langchain/pull/17978
* core[minor], openai[minor], langchain[patch]: output format on openai by baskaryan in https://github.com/langchain-ai/langchain/pull/17302
* langchain[minor]: openai tools structured_output_chain by baskaryan in https://github.com/langchain-ai/langchain/pull/17296
* partner:`robocorpai` dosctrings by leo-gan in https://github.com/langchain-ai/langchain/pull/17968
* docs: update schema imports to core by efriis in https://github.com/langchain-ai/langchain/pull/17885
* docs: Update Google Provider documentation by averikitsch in https://github.com/langchain-ai/langchain/pull/17970
* docs: Update Azure Search vector store notebook by mattgotteiner in https://github.com/langchain-ai/langchain/pull/17901
* community: add Kinetica LLM wrapper by chadj2 in https://github.com/langchain-ai/langchain/pull/17879
* Added `langchainhub` install and fixed typo by standuprey in https://github.com/langchain-ai/langchain/pull/17985
* community[patch]: callback before yield for _stream/_astream by mackong in https://github.com/langchain-ai/langchain/pull/17907
* infra: ci end check by efriis in https://github.com/langchain-ai/langchain/pull/17986
* Anthropic README updates by jorgevee in https://github.com/langchain-ai/langchain/pull/17684
* infra: ci end check, consolidation by efriis in https://github.com/langchain-ai/langchain/pull/17987
* Update quickstart.mdx by Issac-Lopez in https://github.com/langchain-ai/langchain/pull/17659
* Skip `OpenAIWhisperParser` extremely small audio chunks to avoid api error by leodiegues in https://github.com/langchain-ai/langchain/pull/11450
* feat(graph_sparql_qa): return formatted SPARQL query on demand by reidfalconer in https://github.com/langchain-ai/langchain/pull/11263
* core[patch]: Release 0.1.26 by baskaryan in https://github.com/langchain-ai/langchain/pull/17990
* infra: ci failure job by efriis in https://github.com/langchain-ai/langchain/pull/17989
* infra: skip codespell ambr by efriis in https://github.com/langchain-ai/langchain/pull/17992
* openai[patch]: Release 0.0.7 by baskaryan in https://github.com/langchain-ai/langchain/pull/17993
* community[patch]: Release 0.0.22 by baskaryan in https://github.com/langchain-ai/langchain/pull/17994
* lanchain[patch]: Release 0.1.9 by baskaryan in https://github.com/langchain-ai/langchain/pull/17999

New Contributors
* SavvasMohito made their first contribution in https://github.com/langchain-ai/langchain/pull/17404
* nbyrneKX made their first contribution in https://github.com/langchain-ai/langchain/pull/17811
* snsten made their first contribution in https://github.com/langchain-ai/langchain/pull/17171
* qqubb made their first contribution in https://github.com/langchain-ai/langchain/pull/17724
* gianlucagiudice made their first contribution in https://github.com/langchain-ai/langchain/pull/17733
* mackong made their first contribution in https://github.com/langchain-ai/langchain/pull/17807
* nvoxland-al made their first contribution in https://github.com/langchain-ai/langchain/pull/17549
* rgupta2508 made their first contribution in https://github.com/langchain-ai/langchain/pull/17889
* sepiatone made their first contribution in https://github.com/langchain-ai/langchain/pull/17874
* eon01 made their first contribution in https://github.com/langchain-ai/langchain/pull/17859
* ehude made their first contribution in https://github.com/langchain-ai/langchain/pull/17396
* hasansustcse13 made their first contribution in https://github.com/langchain-ai/langchain/pull/17561
* gradenr made their first contribution in https://github.com/langchain-ai/langchain/pull/17856
* 13rac1 made their first contribution in https://github.com/langchain-ai/langchain/pull/17895
* polym made their first contribution in https://github.com/langchain-ai/langchain/pull/17923
* kartikTAI made their first contribution in https://github.com/langchain-ai/langchain/pull/17272
* Davidkloving made their first contribution in https://github.com/langchain-ai/langchain/pull/17954
* Abe410 made their first contribution in https://github.com/langchain-ai/langchain/pull/17823
* PankajMoolrajani made their first contribution in https://github.com/langchain-ai/langchain/pull/17689
* deanbear made their first contribution in https://github.com/langchain-ai/langchain/pull/17693
* mattgotteiner made their first contribution in https://github.com/langchain-ai/langchain/pull/17901
* chadj2 made their first contribution in https://github.com/langchain-ai/langchain/pull/17879
* standuprey made their first contribution in https://github.com/langchain-ai/langchain/pull/17985
* jorgevee made their first contribution in https://github.com/langchain-ai/langchain/pull/17684
* Issac-Lopez made their first contribution in https://github.com/langchain-ai/langchain/pull/17659
* leodiegues made their first contribution in https://github.com/langchain-ai/langchain/pull/11450
* reidfalconer made their first contribution in https://github.com/langchain-ai/langchain/pull/11263

**Full Changelog**: https://github.com/langchain-ai/langchain/compare/v0.1.8...v0.1.9

0.1.8

What's Changed
* Documentation/add update documentation for oci by raveharpaz in https://github.com/langchain-ai/langchain/pull/17473
* langchain.core : Use shallow copy for schema manipulation in JsonOutputParser.get_format_instructions by L-cloud in https://github.com/langchain-ai/langchain/pull/17162
* docs: update providers by baskaryan in https://github.com/langchain-ai/langchain/pull/17488
* Add the BQ job usage tracking from LangChain by ashleyxuu in https://github.com/langchain-ai/langchain/pull/17123
* docs: fix self query redirect by baskaryan in https://github.com/langchain-ai/langchain/pull/17490
* community[minor]: Fix pydantic ForwardRef error in BedrockBase by nat-n in https://github.com/langchain-ai/langchain/pull/17416
* langchain[patch]: structured output chain nits by baskaryan in https://github.com/langchain-ai/langchain/pull/17291
* infra: add api docs build GHA by baskaryan in https://github.com/langchain-ai/langchain/pull/17493
* infra: merge in master during api docs build by baskaryan in https://github.com/langchain-ai/langchain/pull/17494
* infra: update rtd by baskaryan in https://github.com/langchain-ai/langchain/pull/17502
* Add async methods to CacheBackedEmbeddings by cbornet in https://github.com/langchain-ai/langchain/pull/16873
* langchain[patch]: Invoke chain prep_inputs and prep_outputs inside try block to catch validation errors by molatif-dev in https://github.com/langchain-ai/langchain/pull/16644
* community[minor]: add store based on mongo DB by xieqihui in https://github.com/langchain-ai/langchain/pull/13801
* add test for ensemble retriever to ensure multiple retrievers by shibuiwilliam in https://github.com/langchain-ai/langchain/pull/8401
* infra: rm  from pr template by baskaryan in https://github.com/langchain-ai/langchain/pull/17507
* nomic[patch]: release 0.0.2, dimensionality by efriis in https://github.com/langchain-ai/langchain/pull/17534
* partners: version constraints by efriis in https://github.com/langchain-ai/langchain/pull/17492
* anthropic[patch]: de-beta anthropic messages, release 0.0.2 by efriis in https://github.com/langchain-ai/langchain/pull/17540
* community: Added functions in NetworkxEntityGraph class by raunakshrivastava7 in https://github.com/langchain-ai/langchain/pull/17535
* community[patch]: fix import in language parser by Rakib-hosen in https://github.com/langchain-ai/langchain/pull/17538
* community: Adds Llamafile as an LLM by k8si in https://github.com/langchain-ai/langchain/pull/17431
* community: Add vector index support to SingleStoreDB VectorStore by volodymyr-memsql in https://github.com/langchain-ai/langchain/pull/17308
* community[minor]: support query filters for NotionDBLoader by lyndseyjw in https://github.com/langchain-ai/langchain/pull/17217
* experimental: Enhance protection against arbitrary code execution in PALChain by DanisJiang in https://github.com/langchain-ai/langchain/pull/17091
* community: Expose Anthropic Retry Logic by notAlex2 in https://github.com/langchain-ai/langchain/pull/17069
* Fix SQLAlchemyMd5Cache race condition by pprados in https://github.com/langchain-ai/langchain/pull/16279
* community: integrate with model Yuan2.0 by cauwulixuan in https://github.com/langchain-ai/langchain/pull/15411
* community: document_loaders: modified athena key logic to handle s3 uris without a prefix by shawnzam in https://github.com/langchain-ai/langchain/pull/17526
* IBM: added partners package `langchain_ibm`, added llm by MateuszOssGit in https://github.com/langchain-ai/langchain/pull/16512
* core[minor]: add name to basemessage by efriis in https://github.com/langchain-ai/langchain/pull/17539
* Fixed typos in SmartLLMChain ideation and critique prompts by Mattt394 in https://github.com/langchain-ai/langchain/pull/11507
* Nemo embeddings for issue 16095 by nvpranak in https://github.com/langchain-ai/langchain/pull/16206
* community[patch]: Fix pwd import that is not available on windows by vorel99 in https://github.com/langchain-ai/langchain/pull/17532
* Docs: Contributing changes by eyurtsev in https://github.com/langchain-ai/langchain/pull/17551
* community[minor]: Add async methods to AstraDBCache by cbornet in https://github.com/langchain-ai/langchain/pull/17415
* Docs: Add repository structure to contributors guide by eyurtsev in https://github.com/langchain-ai/langchain/pull/17553
* Update contact link by hinthornw in https://github.com/langchain-ai/langchain/pull/17563
* fix dataset link by hinthornw in https://github.com/langchain-ai/langchain/pull/17565
* langchain: Update Chain prep_inputs docstring by molatif-dev in https://github.com/langchain-ai/langchain/pull/17575
* community: Fix some mypy types in cassandra doc loader by cbornet in https://github.com/langchain-ai/langchain/pull/17570
* community: Add async methods to AstraDBChatMessageHistory by cbornet in https://github.com/langchain-ai/langchain/pull/17572
* community: Use astrapy built-in pagination prefetch in AstraDBLoader by cbornet in https://github.com/langchain-ai/langchain/pull/17569
* community: pass bool value for fetch_schema_from_transport by ztoliver in https://github.com/langchain-ai/langchain/pull/17552
* Community[patch]: Adjusted import to be compatible with SQLAlchemy<2 by grafail in https://github.com/langchain-ai/langchain/pull/17520
* community: Resolve KuzuQAChain API Changes by karbasia in https://github.com/langchain-ai/langchain/pull/16885
* community: QuantizedEmbedders by mosheber in https://github.com/langchain-ai/langchain/pull/17391
* ai21: init package by efriis in https://github.com/langchain-ai/langchain/pull/17592
* docs: ai21 sidebars by efriis in https://github.com/langchain-ai/langchain/pull/17600
* partners/astradb: bootstrapping Astra DB as Partner Package by hemidactylus in https://github.com/langchain-ai/langchain/pull/16875
* astradb[patch]: fix core dep by efriis in https://github.com/langchain-ai/langchain/pull/17606
* astradb[patch]: fix core dep 2 by efriis in https://github.com/langchain-ai/langchain/pull/17608
* docs : quickstart example returns 404 by montylounge in https://github.com/langchain-ai/langchain/pull/17609
* docs: Fix bug that caused the word "Deprecated" to appear twice in doc-strings by leo-gan in https://github.com/langchain-ai/langchain/pull/17615
* ci[minor] : Added graphdb in docker compose for integration tests by kartheekyakkala in https://github.com/langchain-ai/langchain/pull/17510
* astradb[patch]: fix core dep 3 by efriis in https://github.com/langchain-ai/langchain/pull/17617
* exa[patch]: fix lint by efriis in https://github.com/langchain-ai/langchain/pull/17610
* community: update copy of metadata in rockset vectorstore integration by morganda in https://github.com/langchain-ai/langchain/pull/17612
* Allow LangSmith 0.1.* by hinthornw in https://github.com/langchain-ai/langchain/pull/17567
* community: add fixes for AzureSearch after update to stable azure-search-documents library by kristapratico in https://github.com/langchain-ai/langchain/pull/17599
* infra: ignore flakey lua test by baskaryan in https://github.com/langchain-ai/langchain/pull/17618
* community[minor]: add exclude parameter to DirectoryLoader by nejch in https://github.com/langchain-ai/langchain/pull/17316
* watsonx[patch]: Invoke callback prior to yielding token when streaming by MateuszOssGit in https://github.com/langchain-ai/langchain/pull/17625
* docs: update documentation for RunnableWithMessageHistory by ccurme in https://github.com/langchain-ai/langchain/pull/17602
* community: Use _AstraDBCollectionEnvironment in AstraDB VectorStore (community) by cbornet in https://github.com/langchain-ai/langchain/pull/17635
* docs: update astradb imports to in docs/sample notebook to import from partner package by hemidactylus in https://github.com/langchain-ai/langchain/pull/17627
* partners/astradb: Add dotenv to langchain-astradb integration tests by cbornet in https://github.com/langchain-ai/langchain/pull/17629
* [Langchain_community]: Corrected the imports to make them compatible with Sqlachemy <2.0 by keenborder786 in https://github.com/langchain-ai/langchain/pull/17653
* ci: rename makefile -> Makefile in docker by eyurtsev in https://github.com/langchain-ai/langchain/pull/17648
* community[patch]: add VoyageEmbeddings truncation by baskaryan in https://github.com/langchain-ai/langchain/pull/17638
* [Feature][Vector Store]Support Apache Doris as vector store by liugddx in https://github.com/langchain-ai/langchain/pull/17527
* docs: Fix bug that caused the word "Beta" to appear twice in doc-strings by leo-gan in https://github.com/langchain-ai/langchain/pull/17704
* [Langchain_Community]: OpenLLM Client Fixes + Added Timeout Parameter by keenborder786 in https://github.com/langchain-ai/langchain/pull/17478
* community: Add async methods to the AstraDB BaseStore by cbornet in https://github.com/langchain-ai/langchain/pull/16872
* langchain-community: LanceDB integration improvements/fixes by raghavdixit99 in https://github.com/langchain-ai/langchain/pull/16173
* core[patch]: Release 0.1.24 by baskaryan in https://github.com/langchain-ai/langchain/pull/17744
* Community: Fuse HuggingFace Endpoint-related classes into one by aymeric-roucher in https://github.com/langchain-ai/langchain/pull/17254
* Amazon Personalize support on Langchain_experimental by pranava-amzn in https://github.com/langchain-ai/langchain/pull/17436
* community: Fix AstraDBChatMessageHistory docstrings by cbornet in https://github.com/langchain-ai/langchain/pull/17740
* CogniSwitch Agent Toolkit for LangChain by CogniJT in https://github.com/langchain-ai/langchain/pull/17312
* [community][vectorstores][surrealdb] bug fix - add empty metadata when metadata not provided by lalanikarim in https://github.com/langchain-ai/langchain/pull/17669
* community[patch]: Release 0.0.21 by baskaryan in https://github.com/langchain-ai/langchain/pull/17750
* infra: PR template nits by baskaryan in https://github.com/langchain-ai/langchain/pull/17752
* langchain[patch]: Release 0.1.8 by baskaryan in https://github.com/langchain-ai/langchain/pull/17751
* langchain[patch]: bump community to 0.0.21 by baskaryan in https://github.com/langchain-ai/langchain/pull/17754

New Contributors
* nat-n made their first contribution in https://github.com/langchain-ai/langchain/pull/17416
* molatif-dev made their first contribution in https://github.com/langchain-ai/langchain/pull/16644
* Rakib-hosen made their first contribution in https://github.com/langchain-ai/langchain/pull/17538
* k8si made their first contribution in https://github.com/langchain-ai/langchain/pull/17431
* lyndseyjw made their first contribution in https://github.com/langchain-ai/langchain/pull/17217
* DanisJiang made their first contribution in https://github.com/langchain-ai/langchain/pull/17091
* notAlex2 made their first contribution in https://github.com/langchain-ai/langchain/pull/17069
* shawnzam made their first contribution in https://github.com/langchain-ai/langchain/pull/17526
* Mattt394 made their first contribution in https://github.com/langchain-ai/langchain/pull/11507
* nvpranak made their first contribution in https://github.com/langchain-ai/langchain/pull/16206
* vorel99 made their first contribution in https://github.com/langchain-ai/langchain/pull/17532
* ztoliver made their first contribution in https://github.com/langchain-ai/langchain/pull/17552
* grafail made their first contribution in https://github.com/langchain-ai/langchain/pull/17520
* karbasia made their first contribution in https://github.com/langchain-ai/langchain/pull/16885
* mosheber made their first contribution in https://github.com/langchain-ai/langchain/pull/17391
* montylounge made their first contribution in https://github.com/langchain-ai/langchain/pull/17609
* nejch made their first contribution in https://github.com/langchain-ai/langchain/pull/17316
* liugddx made their first contribution in https://github.com/langchain-ai/langchain/pull/17527
* raghavdixit99 made their first contribution in https://github.com/langchain-ai/langchain/pull/16173
* aymeric-roucher made their first contribution in https://github.com/langchain-ai/langchain/pull/17254
* pranava-amzn made their first contribution in https://github.com/langchain-ai/langchain/pull/17436
* CogniJT made their first contribution in https://github.com/langchain-ai/langchain/pull/17312

**Full Changelog**: https://github.com/langchain-ai/langchain/compare/v0.1.7...v0.1.8
Links

@rokm rokm merged commit c1fb9cb into master Feb 26, 2024
14 checks passed
@rokm rokm deleted the pyup-scheduled-update-2024-02-26 branch February 26, 2024 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants