LocalAI
LocalAI copied to clipboard
build(deps): bump the pip group across 3 directories with 3 updates
Bumps the pip group with 1 update in the /backend/python/openvoice directory: gradio. Bumps the pip group with 2 updates in the /examples/chainlit directory: llama-index and requests. Bumps the pip group with 1 update in the /examples/langchain/langchainpy-localai-example directory: requests.
Updates gradio from 3.48.0 to 4.19.2
Release notes
Sourced from gradio's releases.
@gradio/model3d@0.10.5Dependency updates
@gradio/utils@0.4.2@gradio/atoms@0.7.4@gradio/statustracker@0.5.5@gradio/upload@0.10.5@gradio/client@0.19.4
@gradio/model3d@0.10.4Dependency updates
Changelog
Sourced from gradio's changelog.
4.19.2
Features
- #7495
ddd4d3e- Enable Ruff S101. Thanks@abidlabs!- #7443
b7a97f2- Updatehttpxtohttpx>=0.24.1inrequirements.txt. Thanks@abidlabs!- #7465
16fbe9c- Prevent components from working with non-uploaded files. Thanks@aliabid94!- #7503
84802ee- Tighten CORS rules. Thanks@abidlabs!Fixes
- #7466
98a2719- Fix z-index layer of orange generating border. Thanks@daviirodrig!- #7507
9c36572- Quick fix: File height overflow. Thanks@dawoodkhan82!- #7495
ddd4d3e- ensure Dataframe headers are aligned with content when scrolling. Thanks@abidlabs!- #7470
ba3ec13- Tab select fix. Thanks@aliabid94!- #7505
b186767- FixGallerypreview overlay and backdrop. Thanks@MMP0!- #7511
33f68cb- Fix Canvas3D/Canvas3DGS async imports. Thanks@whitphx!4.19.1
Features
- #7453
ba747ad- Make fix in #7444 (Block /file= filepaths that could expose credentials on Windows) more general. Thanks@abidlabs!- #7416
c88290d- WIP: Optimize /file route. Thanks@freddyaboulton!- #7440
e329f1f- Prevent timing attacks to guess Gradio passwords. Thanks@abidlabs!- #7425
3e4e680- Fixes to the.key_up()method to make it usable for a dynamic dropdown autocomplete. Thanks@abidlabs!Fixes
- #7444
4faf8a7- Block/file=filepaths that could expose credentials on Windows. Thanks@abidlabs!- #7441
f52cab6- Dispatch change event for file explorer. Thanks@aliabid94!- #7327
fb1f6be- Run pre/post processing in threadpool. Thanks@freddyaboulton!- #7431
6b8a7e5- Ensuregr.Dropdowncan have an empty initial value. Thanks@hannahblair!- #6991
f191786- Improve responsiveness ofgr.Audio()controls. Thanks@hannahblair!4.19.0
Features
- #7406
3e886d8- Model3D Gaussian Splatting. Thanks@dylanebert!Fixes
- #7402
fa8225d- Use updated component inpostprocess(). Thanks@abidlabs!- #7361
17fb116- Fixes gr.Markdown() does not render spaces around links correctly. Thanks@dawoodkhan82!- #7337
65437ce- Improve File Explorer performance. Thanks@aliabid94!- #7410
c2dfc59- remove static while pending behaviour. Thanks@pngwn!- #7389
b5c74ff- Fix HTTPX package crash for some values of "article" parameter in the interface. Thanks@YuryYakhno!- #7415
4ab399f- Allow config to include non-pickle-able values. Thanks@abidlabs!- #7404
065c5b1- Add.key_upevent listener togr.Dropdown(). Thanks@abidlabs!
... (truncated)
Commits
bacbc70chore: update versions (#7463)84802eeTighten CORS rules (#7503)b186767FixGallerypreview overlay and backdrop (#7505)9c36572Quick fix: File height overflow (#7507)8f050eeStreaming example for the updated OpenAI API (#7508)33f68cbFix Canvas3D/Canvas3DGS async imports (#7511)16fbe9cPrevent components from working with non-uploaded files (#7465)ba3ec13Tab select fix (#7470)98a2719Fix z-index layer of orange generating border (#7466)09de02achore(deps): update dependency globals to v14 (#7381)- Additional commits viewable in compare view
Updates llama-index from 0.8.55 to 0.10.13
Release notes
Sourced from llama-index's releases.
v0.10.13
New Features
- Added a llama-pack for KodaRetriever, for on-the-fly alpha tuning (#11311)
- Added support for
mistral-large(#11398)- Last token pooling mode for huggingface embeddings models like SFR-Embedding-Mistral (#11373)
- Added fsspec support to SimpleDirectoryReader (#11303)
Bug Fixes / Nits
- Fixed an issue with context window + prompt helper (#11379)
- Moved OpenSearch vector store to BasePydanticVectorStore (#11400)
- Fixed function calling in fireworks LLM (#11363)
- Made cohere embedding types more automatic (#11288)
- Improve function calling in react agent (#11280)
- Fixed MockLLM imports (#11376)
v0.10.12
No release notes provided.
v0.10.11
No release notes provided.
v0.10.10
No release notes provided.
v0.10.8
No release notes provided.
v0.10.7
New Features
- Added Self-Discover llamapack (#10951)
Bug Fixes / Nits
- Fixed linting in CICD (#10945)
- Fixed using remote graph stores (#10971)
- Added missing LLM kwarg in NoText response synthesizer (#10971)
- Fixed openai import in rankgpt (#10971)
- Fixed resolving model name to string in openai embeddings (#10971)
- Off by one error in sentence window node parser (#10971)
v0.10.6
[0.10.6] - 2024-02-17
First, apologies for missing the changelog the last few versions. Trying to figure out the best process with 400+ packages.
At some point, each package will have a dedicated changelog.
... (truncated)
Changelog
Sourced from llama-index's changelog.
[0.10.13] - 2024-02-26
New Features
- Added a llama-pack for KodaRetriever, for on-the-fly alpha tuning (#11311)
- Added support for
mistral-large(#11398)- Last token pooling mode for huggingface embeddings models like SFR-Embedding-Mistral (#11373)
- Added fsspec support to SimpleDirectoryReader (#11303)
Bug Fixes / Nits
- Fixed an issue with context window + prompt helper (#11379)
- Moved OpenSearch vector store to BasePydanticVectorStore (#11400)
- Fixed function calling in fireworks LLM (#11363)
- Made cohere embedding types more automatic (#11288)
- Improve function calling in react agent (#11280)
- Fixed MockLLM imports (#11376)
[0.10.12] - 2024-02-22
New Features
- Added
llama-index-postprocessor-colbert-rerankpackage (#11057)MyMagicAILLM (#11263)MariaTalkLLM (#10925)- Add retries to github reader (#10980)
- Added FireworksAI embedding and LLM modules (#10959)
Bug Fixes / Nits
- Fixed string formatting in weaviate (#11294)
- Fixed off-by-one error in semantic splitter (#11295)
- Fixed
download_llama_packfor multiple files (#11272)- Removed
BUILDfiles from packages (#11267)- Loosened python version reqs for all packages (#11267)
- Fixed args issue with chromadb (#11104)
[0.10.11] - 2024-02-21
Bug Fixes / Nits
[0.10.10] - 2024-02-20
I'm still a bit wonky with our publishing process -- apologies. This is just a version bump to ensure the changes that were supposed to happen in 0.10.9 actually did get published. (AF)
... (truncated)
Commits
6d642a0Logan/release v0.10.13 (#11408)78a4c9efix prompt helper init (#11379)52383c7Update opensearch vectorstore to PydanticVectorStore class (#11400)4077feeAstra DB Vector store, package rename for naming consistency (#11056)65290f5Alpha Tuning Llama Pack: KodaRetriever (#11311)70d4a5cOnly firefunction is function calling (#11363)3a10235Elastic Search retrieval : Bug Fix for Cases when No Relationships Detected (...0b13b8dAdd support for mistral-large (#11398)1f48dd9Astra DB clients identify themselves as coming through LlamaIndex usage (#11396)6024956Last token pooling for Huggingface models like SFR-Embedding-Mistral (#11373)- Additional commits viewable in compare view
Updates requests from 2.31.0 to 2.32.2
Release notes
Sourced from requests's releases.
v2.32.2
2.32.2 (2024-05-21)
Deprecations
To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed
_get_connectionto a new public API,get_connection_with_tls_context. Existing custom HTTPAdapters will need to migrate their code to use this new API.get_connectionis considered deprecated in all versions of Requests>=2.32.0.A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (#6710)
v2.32.1
2.32.1 (2024-05-20)
Bugfixes
- Add missing test certs to the sdist distributed on PyPI.
v2.32.0
2.32.0 (2024-05-20)
🐍 PYCON US 2024 EDITION 🐍
Security
- Fixed an issue where setting
verify=Falseon the first request from a Session will cause subsequent requests to the same origin to also ignore cert verification, regardless of the value ofverify. (https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56)Improvements
verify=Truenow reuses a global SSLContext which should improve request time variance between first and subsequent requests. It should also minimize certificate load time on Windows systems when using a Python version built with OpenSSL 3.x. (#6667)- Requests now supports optional use of character detection (
chardetorcharset_normalizer) when repackaged or vendored. This enablespipand other projects to minimize their vendoring surface area. TheResponse.text()andapparent_encodingAPIs will default toutf-8if neither library is present. (#6702)Bugfixes
... (truncated)
Changelog
Sourced from requests's changelog.
2.32.2 (2024-05-21)
Deprecations
To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed
_get_connectionto a new public API,get_connection_with_tls_context. Existing custom HTTPAdapters will need to migrate their code to use this new API.get_connectionis considered deprecated in all versions of Requests>=2.32.0.A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (#6710)
2.32.1 (2024-05-20)
Bugfixes
- Add missing test certs to the sdist distributed on PyPI.
2.32.0 (2024-05-20)
Security
- Fixed an issue where setting
verify=Falseon the first request from a Session will cause subsequent requests to the same origin to also ignore cert verification, regardless of the value ofverify. (https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56)Improvements
verify=Truenow reuses a global SSLContext which should improve request time variance between first and subsequent requests. It should also minimize certificate load time on Windows systems when using a Python version built with OpenSSL 3.x. (#6667)- Requests now supports optional use of character detection (
chardetorcharset_normalizer) when repackaged or vendored. This enablespipand other projects to minimize their vendoring surface area. TheResponse.text()andapparent_encodingAPIs will default toutf-8if neither library is present. (#6702)Bugfixes
- Fixed bug in length detection where emoji length was incorrectly calculated in the request content-length. (#6589)
- Fixed deserialization bug in JSONDecodeError. (#6629)
- Fixed bug where an extra leading
/(path separator) could lead urllib3 to unnecessarily reparse the request URI. (#6644)Deprecations
... (truncated)
Commits
88dce9dv2.32.2c98e4d1Merge pull request #6710 from nateprewitt/api_rename92075b3Add deprecation warningaa1461bMove _get_connection to get_connection_with_tls_context970e8cev2.32.1d6ebc4av2.32.09a40d12Avoid reloading root certificates to improve concurrent performance (#6667)0c030f7Merge pull request #6702 from nateprewitt/no_char_detection555b870Allow character detection dependencies to be optional in post-packaging stepsd6dded3Merge pull request #6700 from franekmagiera/update-redirect-to-invalid-uri-test- Additional commits viewable in compare view
Updates requests from 2.31.0 to 2.32.2
Release notes
Sourced from requests's releases.
v2.32.2
2.32.2 (2024-05-21)
Deprecations
To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed
_get_connectionto a new public API,get_connection_with_tls_context. Existing custom HTTPAdapters will need to migrate their code to use this new API.get_connectionis considered deprecated in all versions of Requests>=2.32.0.A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (#6710)
v2.32.1
2.32.1 (2024-05-20)
Bugfixes
- Add missing test certs to the sdist distributed on PyPI.
v2.32.0
2.32.0 (2024-05-20)
🐍 PYCON US 2024 EDITION 🐍
Security
- Fixed an issue where setting
verify=Falseon the first request from a Session will cause subsequent requests to the same origin to also ignore cert verification, regardless of the value ofverify. (https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56)Improvements
verify=Truenow reuses a global SSLContext which should improve request time variance between first and subsequent requests. It should also minimize certificate load time on Windows systems when using a Python version built with OpenSSL 3.x. (#6667)- Requests now supports optional use of character detection (
chardetorcharset_normalizer) when repackaged or vendored. This enablespipand other projects to minimize their vendoring surface area. TheResponse.text()andapparent_encodingAPIs will default toutf-8if neither library is present. (#6702)Bugfixes
... (truncated)
Changelog
Sourced from requests's changelog.
2.32.2 (2024-05-21)
Deprecations
To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed
_get_connectionto a new public API,get_connection_with_tls_context. Existing custom HTTPAdapters will need to migrate their code to use this new API.get_connectionis considered deprecated in all versions of Requests>=2.32.0.A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (#6710)
2.32.1 (2024-05-20)
Bugfixes
- Add missing test certs to the sdist distributed on PyPI.
2.32.0 (2024-05-20)
Security
- Fixed an issue where setting
verify=Falseon the first request from a Session will cause subsequent requests to the same origin to also ignore cert verification, regardless of the value ofverify. (https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56)Improvements
verify=Truenow reuses a global SSLContext which should improve request time variance between first and subsequent requests. It should also minimize certificate load time on Windows systems when using a Python version built with OpenSSL 3.x. (#6667)- Requests now supports optional use of character detection (
chardetorcharset_normalizer) when repackaged or vendored. This enablespipand other projects to minimize their vendoring surface area. TheResponse.text()andapparent_encodingAPIs will default toutf-8if neither library is present. (#6702)Bugfixes
- Fixed bug in length detection where emoji length was incorrectly calculated in the request content-length. (#6589)
- Fixed deserialization bug in JSONDecodeError. (#6629)
- Fixed bug where an extra leading
/(path separator) could lead urllib3 to unnecessarily reparse the request URI. (#6644)Deprecations
... (truncated)
Commits
88dce9dv2.32.2c98e4d1Merge pull request #6710 from nateprewitt/api_rename92075b3Add deprecation warningaa1461bMove _get_connection to get_connection_with_tls_context970e8cev2.32.1d6ebc4av2.32.09a40d12Avoid reloading root certificates to improve concurrent performance (#6667)0c030f7Merge pull request #6702 from nateprewitt/no_char_detection555b870Allow character detection dependencies to be optional in post-packaging stepsd6dded3Merge pull request #6700 from franekmagiera/update-redirect-to-invalid-uri-test- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.
Deploy Preview for localai canceled.
| Name | Link |
|---|---|
| Latest commit | 92ab10ef4aa5a884299cd2dbe7155a3f9323e048 |
| Latest deploy log | https://app.netlify.com/sites/localai/deploys/665f7d220fc4700008c5b1c0 |
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml
Bot can re create if relevant this one is old.