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 01 #685

Merged
merged 11 commits into from
Jan 8, 2024

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Jan 8, 2024

Update adbutils from 2.1.0 to 2.2.0.

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

Links

Update boto3 from 1.34.11 to 1.34.14.

Changelog

1.34.14

=======

* api-change:``connect``: [``botocore``] Minor trait updates for User APIs
* api-change:``kms``: [``botocore``] Documentation updates for AWS Key Management Service (KMS).
* api-change:``redshift-serverless``: [``botocore``] use_fips_ssl and require_ssl parameter support for Workgroup, UpdateWorkgroup, and CreateWorkgroup

1.34.13

=======

* api-change:``config``: [``botocore``] Updated ResourceType enum with new resource types onboarded by AWS Config in November and December 2023.
* api-change:``docdb``: [``botocore``] Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.
* api-change:``ecs``: [``botocore``] This release adds support for managed instance draining which facilitates graceful termination of Amazon ECS instances.
* api-change:``es``: [``botocore``] This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
* api-change:``lightsail``: [``botocore``] This release adds support to set up an HTTPS endpoint on an instance.
* api-change:``opensearch``: [``botocore``] This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
* api-change:``sagemaker``: [``botocore``] Adding support for provisioned throughput mode for SageMaker Feature Groups
* api-change:``servicecatalog``: [``botocore``] Added Idempotency token support to Service Catalog  AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version

1.34.12

=======

* api-change:``connect``: [``botocore``] Amazon Connect, Contact Lens Evaluation API increase evaluation notes max length to 3072.
* api-change:``mediaconvert``: [``botocore``] This release includes video engine updates including HEVC improvements, support for ingesting VP9 encoded video in MP4 containers, and support for user-specified 3D LUTs.
Links

Update botocore from 1.34.11 to 1.34.14.

Changelog

1.34.14

=======

* api-change:``connect``: Minor trait updates for User APIs
* api-change:``kms``: Documentation updates for AWS Key Management Service (KMS).
* api-change:``redshift-serverless``: use_fips_ssl and require_ssl parameter support for Workgroup, UpdateWorkgroup, and CreateWorkgroup

1.34.13

=======

* api-change:``config``: Updated ResourceType enum with new resource types onboarded by AWS Config in November and December 2023.
* api-change:``docdb``: Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.
* api-change:``ecs``: This release adds support for managed instance draining which facilitates graceful termination of Amazon ECS instances.
* api-change:``es``: This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
* api-change:``lightsail``: This release adds support to set up an HTTPS endpoint on an instance.
* api-change:``opensearch``: This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
* api-change:``sagemaker``: Adding support for provisioned throughput mode for SageMaker Feature Groups
* api-change:``servicecatalog``: Added Idempotency token support to Service Catalog  AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version

1.34.12

=======

* api-change:``connect``: Amazon Connect, Contact Lens Evaluation API increase evaluation notes max length to 3072.
* api-change:``mediaconvert``: This release includes video engine updates including HEVC improvements, support for ingesting VP9 encoded video in MP4 containers, and support for user-specified 3D LUTs.
Links

Update geopandas from 0.14.1 to 0.14.2.

Changelog

0.14.2

- Fix regression in `overlay` where using `buffer(0)` instead of `make_valid` internally
produced invalid results (3074).
- Fix `explore()` method when the active geometry contains missing and empty geometries (3094).
Links

Update google-api-python-client from 2.111.0 to 2.112.0.

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

Links

Update mnemonic from 0.20 to 0.21.

Changelog

0.21

--------------------

.. _0.21: https://github.com/trezor/python-mnemonic/compare/v0.20...v0.21

Added
~~~~~

- Czech and Portuguese wordlists
- Option to provide custom list of words instead of loading from built-in file

Changed
~~~~~~~

- Use `secrets` module for randomness
- Use English as a default language if none is provided
- Language detection is unambiguous even if some words are ambiguous
- Build system switched to Poetry

Removed
~~~~~~~

- Support for Python below 3.8 was dropped
Links

Update msoffcrypto-tool from 5.1.1 to 5.2.0.

Changelog

5.2.0

===================

* Support XOR Obfuscation decryption for .xls documents (DissectMalware, [80](https://github.com/nolze/msoffcrypto-tool/pull/80))
* Bug fixes
Links

Update mimesis from 11.1.0 to 12.1.0.

Changelog

12.1.0

--------------

- Methods ``gender_code()`` and ``gender_symbol()`` have been added for the ``Person`` provider.
- The methods ``gender()`` and ``sex()`` no longer accept arguments like ``iso5218`` and ``symbol``. Please use ``gender_code()`` and ``gender_symbol()`` instead.
- Added a stub for ``mimesis.providers.generic.py``, enabling type hints for ``Generic``.

12.0.0

--------------

- Python 3.8 and 3.9 are no longer supported.
- Added support for field aliases. See the docs for more information.
- Added the method `calver` for `Development`.
- Added the method `stage` for `Development`.
- Added the method `country_emoji_flag` for `Address`.
- Removed the method `hashtags` from the `Internet` provider. Use the `words` method from the `Text` provider instead.
- Removed the `providers` parameter for `Field` and `Fieldset`. Use custom field handlers instead.
- Removed the parameters `pre_release` and `calver` for `Development.version`. Use the `stage` and `calver` methods instead.
- Moved the method `emoji` from the `Internet` provider to the `Text` provider.
- Moved the method `dsn` from the `Development` provider to the `Internet` provider.
- The `Text().emoji()` method now supports the `category` parameter and `EmojiCategory` enum. It also returns an emoji instead of an emoji shortcut string.
- Added the decorator `handle` for `Field` and `Fieldset` to register custom fields.
- Renamed `register_field` to `register_handler` for `Field` and `Fieldset`.
- Renamed `register_fields` to `register_handlers` for `Field` and `Fieldset`.
- Renamed `unregister_field` to `unregister_handler` for `Field` and `Fieldset`.
- Renamed `unregister_fields` to `unregister_handlers` for `Field` and `Fieldset`.
- Renamed `unregister_all_fields` to `unregister_all_handlers` for `Field` and `Fieldset`.
Links

Update litestar from 2.4.5 to 2.5.0.

Changelog

2.5.0

What's Changed

Bugfixes

* Fix 2867: Fix serialization of custom types in exception responses by provinzkraut in https://github.com/litestar-org/litestar/pull/2941
* Fix 2877: SSE reverts to default `event_type` after 1st message sentby euri10 in https://github.com/litestar-org/litestar/pull/2888
* Fix 2939: Correctly handle single file upload validation when multiple files are specified by guacs in https://github.com/litestar-org/litestar/pull/2950
* Fix trailing messages after unsubscribes in channels by provinzkraut in https://github.com/litestar-org/litestar/pull/2894

New features

* Channels: Add Postgres backends by provinzkraut in https://github.com/litestar-org/litestar/pull/2803
* CLI: Add `--schema` and `--exclude` option to `litestar route` command by andrewdoh in https://github.com/litestar-org/litestar/pull/2886

Other changes

* Improve performance of threaded synchronous calls by provinzkraut in https://github.com/litestar-org/litestar/pull/2937


New Contributors
* jseop-lim made their first contribution in https://github.com/litestar-org/litestar/pull/2935
* FergusMok made their first contribution in https://github.com/litestar-org/litestar/pull/2945
* manusinghal19 made their first contribution in https://github.com/litestar-org/litestar/pull/2948

**Full Changelog**: https://github.com/litestar-org/litestar/compare/v2.4.5...v2.5.0
Links

Update langchain from 0.0.353 to 0.1.0.

Changelog

0.1.0

What's Changed
* docs: contributor faq by efriis in https://github.com/langchain-ai/langchain/pull/15502
* templates: fix deps by efriis in https://github.com/langchain-ai/langchain/pull/15439
* infra: fail check_diffs if too many files changed by efriis in https://github.com/langchain-ai/langchain/pull/15423
* docs: broken link in contributor docs by efriis in https://github.com/langchain-ai/langchain/pull/15436
* docs: fix broken link by efriis in https://github.com/langchain-ai/langchain/pull/15509
* add new chain howtos by hwchase17 in https://github.com/langchain-ai/langchain/pull/15430
* Revert 15326 by baskaryan in https://github.com/langchain-ai/langchain/pull/15546
* core[patch]: Release 0.1.6 by baskaryan in https://github.com/langchain-ai/langchain/pull/15547
* core[patch]: Further restrict recursive URL loader by eyurtsev in https://github.com/langchain-ai/langchain/pull/15559
* add ragatouille by hwchase17 in https://github.com/langchain-ai/langchain/pull/15561
* langchain[minor]: add warnings when importing integrations from langchain by baskaryan in https://github.com/langchain-ai/langchain/pull/15505
* removed deprecated openai model  by VpkPrasanna in https://github.com/langchain-ai/langchain/pull/15533
* Feat: support Milvus more params by chyroc in https://github.com/langchain-ai/langchain/pull/15447
* Docs: Fix typos in question_answering by Speuce in https://github.com/langchain-ai/langchain/pull/15565
* fix links by hwchase17 in https://github.com/langchain-ai/langchain/pull/15566
* core[minor], langchain[minor]: deprecate Chain and BaseLanguageModel … by baskaryan in https://github.com/langchain-ai/langchain/pull/15499
* update chain docs by hwchase17 in https://github.com/langchain-ai/langchain/pull/15495
* langchain[patch]: deprecate old agent classes and methods by baskaryan in https://github.com/langchain-ai/langchain/pull/15558
* update memory by hwchase17 in https://github.com/langchain-ai/langchain/pull/15507
* core[patch]: add beta decorator by baskaryan in https://github.com/langchain-ai/langchain/pull/15589
* google-vertexai: added langchain_google_vertexai package by lkuligin in https://github.com/langchain-ai/langchain/pull/15218
* Fix chain docs redirects by baskaryan in https://github.com/langchain-ai/langchain/pull/15600
* core[patch], community[patch]: mark context, load as beta by baskaryan in https://github.com/langchain-ai/langchain/pull/15603
* openai[minor]: implement langchain-openai package by efriis in https://github.com/langchain-ai/langchain/pull/15503
* infra: vertex integration test creds by efriis in https://github.com/langchain-ai/langchain/pull/15609
* google-vertexai, openai: release candidate version
by efriis in https://github.com/langchain-ai/langchain/pull/15611
* core[patch]: Release 0.1.7 by baskaryan in https://github.com/langchain-ai/langchain/pull/15610
* google-vertexai: release 0.0.1 by efriis in https://github.com/langchain-ai/langchain/pull/15613
* infra: title release action runs by efriis in https://github.com/langchain-ai/langchain/pull/15612
* openai: core version, rc1 by efriis in https://github.com/langchain-ai/langchain/pull/15614
* community[patch]: Release 0.0.9 by baskaryan in https://github.com/langchain-ai/langchain/pull/15615
* infra: community bump min core version by baskaryan in https://github.com/langchain-ai/langchain/pull/15617
* core[patch]: deprecate v1 tracer by baskaryan in https://github.com/langchain-ai/langchain/pull/15608
* openai[patch]: v0.0.2 by efriis in https://github.com/langchain-ai/langchain/pull/15618
* docs: update cohere chat integration by baskaryan in https://github.com/langchain-ai/langchain/pull/15562
* langchain[minor]: Release 0.1.0 by baskaryan in https://github.com/langchain-ai/langchain/pull/15619
* infra: fix langchain openai test dep by baskaryan in https://github.com/langchain-ai/langchain/pull/15620

New Contributors
* VpkPrasanna made their first contribution in https://github.com/langchain-ai/langchain/pull/15533
* Speuce made their first contribution in https://github.com/langchain-ai/langchain/pull/15565

**Full Changelog**: https://github.com/langchain-ai/langchain/compare/v0.0.354...v0.1.0

0.0.520

What's Changed

0.0.354

What's Changed
* Improve markdown list parser by nfcampos in https://github.com/langchain-ai/langchain/pull/15295
* [core] add test for json parser by hwchase17 in https://github.com/langchain-ai/langchain/pull/15297
* community[patch]: Release 0.0.7 by baskaryan in https://github.com/langchain-ai/langchain/pull/15320
* langchain: Exclude non-utf8 file from loader since it causes an error in the code_understanding example by Tchotchke in https://github.com/langchain-ai/langchain/pull/15324
* langchain: minor changes to StuffDocumentsChain._get_inputs by romainfd in https://github.com/langchain-ai/langchain/pull/15321
* Upgrades the Tongyi LLM and ChatTongyi Model by liushuaikobe in https://github.com/langchain-ai/langchain/pull/14793
* Update vectorstore_retriever_memory.mdx by kellyelton in https://github.com/langchain-ai/langchain/pull/15275
* community: corrected typo in .readthedocs.yaml by piyuple in https://github.com/langchain-ai/langchain/pull/15309
* core: Update messages/__init__.py to account for AIMessageChunk which breaks message history runnable. by jonnolen in https://github.com/langchain-ai/langchain/pull/15327
* Patch: improve check openai version by chyroc in https://github.com/langchain-ai/langchain/pull/15301
* [documentation] documentation revamp by hwchase17 in https://github.com/langchain-ai/langchain/pull/15281
* Delete V1 tracer and refactor tracer tests to core by agola11 in https://github.com/langchain-ai/langchain/pull/15326
* Propagate context vars in all classes/methods by nfcampos in https://github.com/langchain-ai/langchain/pull/15329
* Catch type errors in dumps/dumpd by nfcampos in https://github.com/langchain-ai/langchain/pull/15336
* Community: Newlines before bullets in IPYNB files (Vectara) by ofermend in https://github.com/langchain-ai/langchain/pull/15330
* docs: cleanup rag use case by baskaryan in https://github.com/langchain-ai/langchain/pull/15284
* docs: revamp redirects by baskaryan in https://github.com/langchain-ai/langchain/pull/15366
* community:qianfan endpoint support init params & remove useless params definition by danielhjz in https://github.com/langchain-ai/langchain/pull/15381
* Update Multi_modal_RAG.ipynb by naveentnj in https://github.com/langchain-ai/langchain/pull/15378
* docs(ollama): Fix Documentation in `CallbackManager`, missing `])` by yhzhu99 in https://github.com/langchain-ai/langchain/pull/15380
* [docs] update agent cookbook lcel by hwchase17 in https://github.com/langchain-ai/langchain/pull/15349
* Docs: Fix spelling and grammar on Concepts page by donovanmuller in https://github.com/langchain-ai/langchain/pull/15364
* Langchain: Fix quickstart doc code not working by AhmedHathout in https://github.com/langchain-ai/langchain/pull/15352
* Docs: add param comment for `tracing_v2_enabled` by chyroc in https://github.com/langchain-ai/langchain/pull/15308
* Documentation: Update playwright documentation for langchain version >= 0.0.351 by abhishek9909 in https://github.com/langchain-ai/langchain/pull/15260
* fix(minor): added missing **kwargs parameter to chroma query function by joel-teratis in https://github.com/langchain-ai/langchain/pull/14919
* feat: mask api_key for konko by chyroc in https://github.com/langchain-ai/langchain/pull/14010
* Add missing comment char "" before Load in chain.py for the rag-pinecone-rerank template by samuelpath in https://github.com/langchain-ai/langchain/pull/15209
* ci: upgrade actions by purificant in https://github.com/langchain-ai/langchain/pull/15114
* community:Lazy load wikipedia dump file by cjaniake in https://github.com/langchain-ai/langchain/pull/15111
* docs: updated document for 'Return Source Documents' Functionality by cyai in https://github.com/langchain-ai/langchain/pull/15106
* fix: call correct stream method in ollama by David-Kristek in https://github.com/langchain-ai/langchain/pull/15104
* Langchain: Fix typo in documentation by GauravWaghmare in https://github.com/langchain-ai/langchain/pull/15124
* Update LLaMA2_sql_chat.ipynb by naveentnj in https://github.com/langchain-ai/langchain/pull/15379
* [docs] update toolkit docs by hwchase17 in https://github.com/langchain-ai/langchain/pull/15294
* Feat add volcano embedding by lujingxuansc in https://github.com/langchain-ai/langchain/pull/14693
* community: Integration of New Chat Model Based on ChatGLM3 via ZhipuAI API by linancn in https://github.com/langchain-ai/langchain/pull/15105
* Refactor: use SecretStr for GPTRouter chat-model by chyroc in https://github.com/langchain-ai/langchain/pull/15101
* Refactor: use SecretStr for palm chat-model by chyroc in https://github.com/langchain-ai/langchain/pull/15100
* Refactor: use SecretStr for edenai embeddings by chyroc in https://github.com/langchain-ai/langchain/pull/15092
* Refactor: use SecretStr for embaas embeddings by chyroc in https://github.com/langchain-ai/langchain/pull/15091
* Refactor: use SecretStr for llm_rails embeddings by chyroc in https://github.com/langchain-ai/langchain/pull/15090
* Update regex in output parser by sharrajesh in https://github.com/langchain-ai/langchain/pull/15082
* Added more filtering options to pgvector vectorstore by savoiepe in https://github.com/langchain-ai/langchain/pull/14852
* Restore self message sent before OSX 12 Monterey by idvorkin in https://github.com/langchain-ai/langchain/pull/14818
* docs `microsoft` pages sort order fix by leo-gan in https://github.com/langchain-ai/langchain/pull/14771
* Add AstraDB document loader by cbornet in https://github.com/langchain-ai/langchain/pull/14747
* Added: docs Headers to Steam Tool notebook steps by muntaqamahmood in https://github.com/langchain-ai/langchain/pull/14749
* python-lint by joshuasundance-swca in https://github.com/langchain-ai/langchain/pull/14689
* Update _retrieve_ref inside json_schema.py to include an isdigit() check by pareshchiramel in https://github.com/langchain-ai/langchain/pull/14745
* fix: syntax error in function docs by Undertone0809 in https://github.com/langchain-ai/langchain/pull/14641
* Enhancement on feature/yaml output parser by TomTom101 in https://github.com/langchain-ai/langchain/pull/14674
* Fixing the Issue with DashScopeEmbeddings Handling More than 25 Rows of Data by xu-xiang in https://github.com/langchain-ai/langchain/pull/14662
* Fix for openai multi tools input format. by themrzmaster in https://github.com/langchain-ai/langchain/pull/14653
* add api_base to _client_params (community version of 14393) by DavidLMS in https://github.com/langchain-ai/langchain/pull/14644
* GITLAB_URL should take default https://gitlab.com instead of error by manjunathshiva in https://github.com/langchain-ai/langchain/pull/14638
* WatsonxLLM updates/enhancements by MateuszOssGit in https://github.com/langchain-ai/langchain/pull/14598
* Langchain_community: Small Fix when loading facebook messages by keenborder786 in https://github.com/langchain-ai/langchain/pull/15358
* Update `gpt4all.mdx` doc by 169 in https://github.com/langchain-ai/langchain/pull/15392
* infra: remove path filter on check_diffs by efriis in https://github.com/langchain-ai/langchain/pull/15418
* Calculate trace_id and dotted_order client side by agola11 in https://github.com/langchain-ai/langchain/pull/15351
* docs: fix agents index links by baskaryan in https://github.com/langchain-ai/langchain/pull/15419
* docs: fix modelio index links by baskaryan in https://github.com/langchain-ai/langchain/pull/15421
* langchain[patch], experimental[patch]: replace langchain.schema imports by baskaryan in https://github.com/langchain-ai/langchain/pull/15410
* Fetch runnable config from context var inside runnable lambda and runnable generator by nfcampos in https://github.com/langchain-ai/langchain/pull/15334
* docs, community[patch], experimental[patch], langchain[patch], cli[pa… by baskaryan in https://github.com/langchain-ai/langchain/pull/15412
* Use tz-aware utc datetimes in tracer by nfcampos in https://github.com/langchain-ai/langchain/pull/15187
* add get prompts method by hwchase17 in https://github.com/langchain-ai/langchain/pull/15425
* docs, experimenta[patch], langchain[patch], community[patch]: update storage imports by baskaryan in https://github.com/langchain-ai/langchain/pull/15429
* refactor `utils` by leo-gan in https://github.com/langchain-ai/langchain/pull/15432
* docs `Microsoft` platform page update by leo-gan in https://github.com/langchain-ai/langchain/pull/15420
* added fix for key error: doc_id by suhas-kotaki in https://github.com/langchain-ai/langchain/pull/15428
* core:adds tests for partial_variables by dkajtoch in https://github.com/langchain-ai/langchain/pull/15427
* Remove unused `_get_python_repl` by 169 in https://github.com/langchain-ai/langchain/pull/15389
* langchain[patch], experimental[patch], docs: update tools imports by baskaryan in https://github.com/langchain-ai/langchain/pull/15433
* Fix: fix Bing Search empty result exception, fix 15384 by chyroc in https://github.com/langchain-ai/langchain/pull/15387
* SQLDatabase drop the column names in the result. by dudub12 in https://github.com/langchain-ai/langchain/pull/15361
* Fixed minor type in  self_query.ipynb by aqibamir in https://github.com/langchain-ai/langchain/pull/15196
* community: Semanticscholar tool to search 200M+ scientific articles by shauryr in https://github.com/langchain-ai/langchain/pull/15151
* Refactor: use SecretStr for tongyi chat-model by chyroc in https://github.com/langchain-ai/langchain/pull/15102
* Use args option in jaguar so it takes more options in similarity search by fserv in https://github.com/langchain-ai/langchain/pull/15080
* feat: add Google BigQueryVectorSearch in vectorstore by ashleyxuu in https://github.com/langchain-ai/langchain/pull/14829
* langchain[patch], docs: update agent toolkit imports by baskaryan in https://github.com/langchain-ai/langchain/pull/15434
* docs: together ai updates by efriis in https://github.com/langchain-ai/langchain/pull/15435
* Milvus allows to store metadata as json field by mokeyish in https://github.com/langchain-ai/langchain/pull/14636
* Fix failing serpapi response processing for Google Maps API by LoopKarma in https://github.com/langchain-ai/langchain/pull/14817
* Add the collection_description parameter to Milvus by mokeyish in https://github.com/langchain-ai/langchain/pull/14524
* core:  update json output parser by apisani1 in https://github.com/langchain-ai/langchain/pull/15079
* Support `score_threshold` in SupabaseVectorStore similarity search by codehound42 in https://github.com/langchain-ai/langchain/pull/14439
* Improvement: Allow passing parameters to the underlying es_client. Closes: 14403 by 169 in https://github.com/langchain-ai/langchain/pull/14435
* adding vectorstore_kwarg attribute to search_similarity function by amaleki2 in https://github.com/langchain-ai/langchain/pull/14604
* Fix Bedrock broad error catching by JuR-0 in https://github.com/langchain-ai/langchain/pull/14398
* update LanguageModelInput from List to Sequence by alan910127 in https://github.com/langchain-ai/langchain/pull/14405
* refactor: Qdrant async improvements by Anush008 in https://github.com/langchain-ai/langchain/pull/14492
* [Improvement]  Evals: Add git info by hinthornw in https://github.com/langchain-ai/langchain/pull/15446
* fixed a dependency duplicate by leo-gan in https://github.com/langchain-ai/langchain/pull/15444
* cleanup getting started by hwchase17 in https://github.com/langchain-ai/langchain/pull/15450
* feat: new integration `wasm_chat` by apepkuss in https://github.com/langchain-ai/langchain/pull/14787
* Add option to preserve headers in MarkdownHeaderTextSplitter by finnless in https://github.com/langchain-ai/langchain/pull/14433
* Fix `llms.Mlflow` example by harupy in https://github.com/langchain-ai/langchain/pull/14386
* Patch: improve type hint by chyroc in https://github.com/langchain-ai/langchain/pull/15451
* Remove unused `Params` by harupy in https://github.com/langchain-ai/langchain/pull/14385
* langchain[patch], experimental[patch]: update utilities imports by baskaryan in https://github.com/langchain-ai/langchain/pull/15438
* core[patch]: Release 0.1.5 by baskaryan in https://github.com/langchain-ai/langchain/pull/15480
* infra: add minimum deps pre release check by baskaryan in https://github.com/langchain-ai/langchain/pull/15485
* community[patch]: Release 0.0.8 by baskaryan in https://github.com/langchain-ai/langchain/pull/15481
* infra: fix min deps test by baskaryan in https://github.com/langchain-ai/langchain/pull/15486
* community[patch]: bump core version >=0.1.5,<0.2 by baskaryan in https://github.com/langchain-ai/langchain/pull/15488
* infra: update community test min reqs by baskaryan in https://github.com/langchain-ai/langchain/pull/15490
* langchain[patch]: Release 0.0.354 by baskaryan in https://github.com/langchain-ai/langchain/pull/15482
* langchain[patch]: bump community >=0.0.8,<0.1 by baskaryan in https://github.com/langchain-ai/langchain/pull/15492

New Contributors
* Tchotchke made their first contribution in https://github.com/langchain-ai/langchain/pull/15324
* romainfd made their first contribution in https://github.com/langchain-ai/langchain/pull/15321
* liushuaikobe made their first contribution in https://github.com/langchain-ai/langchain/pull/14793
* kellyelton made their first contribution in https://github.com/langchain-ai/langchain/pull/15275
* piyuple made their first contribution in https://github.com/langchain-ai/langchain/pull/15309
* jonnolen made their first contribution in https://github.com/langchain-ai/langchain/pull/15327
* naveentnj made their first contribution in https://github.com/langchain-ai/langchain/pull/15378
* yhzhu99 made their first contribution in https://github.com/langchain-ai/langchain/pull/15380
* donovanmuller made their first contribution in https://github.com/langchain-ai/langchain/pull/15364
* AhmedHathout made their first contribution in https://github.com/langchain-ai/langchain/pull/15352
* abhishek9909 made their first contribution in https://github.com/langchain-ai/langchain/pull/15260
* joel-teratis made their first contribution in https://github.com/langchain-ai/langchain/pull/14919
* purificant made their first contribution in https://github.com/langchain-ai/langchain/pull/15114
* cjaniake made their first contribution in https://github.com/langchain-ai/langchain/pull/15111
* David-Kristek made their first contribution in https://github.com/langchain-ai/langchain/pull/15104
* GauravWaghmare made their first contribution in https://github.com/langchain-ai/langchain/pull/15124
* sharrajesh made their first contribution in https://github.com/langchain-ai/langchain/pull/15082
* savoiepe made their first contribution in https://github.com/langchain-ai/langchain/pull/14852
* pareshchiramel made their first contribution in https://github.com/langchain-ai/langchain/pull/14745
* xu-xiang made their first contribution in https://github.com/langchain-ai/langchain/pull/14662
* themrzmaster made their first contribution in https://github.com/langchain-ai/langchain/pull/14653
* DavidLMS made their first contribution in https://github.com/langchain-ai/langchain/pull/14644
* manjunathshiva made their first contribution in https://github.com/langchain-ai/langchain/pull/14638
* suhas-kotaki made their first contribution in https://github.com/langchain-ai/langchain/pull/15428
* dkajtoch made their first contribution in https://github.com/langchain-ai/langchain/pull/15427
* aqibamir made their first contribution in https://github.com/langchain-ai/langchain/pull/15196
* ashleyxuu made their first contribution in https://github.com/langchain-ai/langchain/pull/14829
* mokeyish made their first contribution in https://github.com/langchain-ai/langchain/pull/14636
* LoopKarma made their first contribution in https://github.com/langchain-ai/langchain/pull/14817
* apisani1 made their first contribution in https://github.com/langchain-ai/langchain/pull/15079
* codehound42 made their first contribution in https://github.com/langchain-ai/langchain/pull/14439
* amaleki2 made their first contribution in https://github.com/langchain-ai/langchain/pull/14604
* JuR-0 made their first contribution in https://github.com/langchain-ai/langchain/pull/14398
* alan910127 made their first contribution in https://github.com/langchain-ai/langchain/pull/14405
* apepkuss made their first contribution in https://github.com/langchain-ai/langchain/pull/14787

**Full Changelog**: https://github.com/langchain-ai/langchain/compare/v0.0.353...v0.0.354
Links

@bwoodsend bwoodsend merged commit 62cf4a9 into master Jan 8, 2024
14 checks passed
@bwoodsend bwoodsend deleted the pyup-scheduled-update-2024-01-08 branch January 8, 2024 22:04
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.

None yet

3 participants