Bump the pip group across 1 directory with 8 updates#17
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the pip group across 1 directory with 8 updates#17dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the pip group with 8 updates in the /backend/requirements directory: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `1.10.7` | `1.10.13` | | [black](https://github.com/psf/black) | `23.3.0` | `24.3.0` | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.2` | `3.9.4` | | [langchain](https://github.com/langchain-ai/langchain) | `0.1.9` | `0.2.3` | | [litellm](https://github.com/BerriAI/litellm) | `1.34.21` | `1.40.0` | | [llama-index](https://github.com/run-llama/llama_index) | `0.9.45` | `0.10.13` | | [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) | `1.26.0` | `1.28.0` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | Updates `pydantic` from 1.10.7 to 1.10.13 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.10.7...v1.10.13) Updates `black` from 23.3.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.3.0...24.3.0) Updates `aiohttp` from 3.9.2 to 3.9.4 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.9.2...v3.9.4) Updates `langchain` from 0.1.9 to 0.2.3 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@v0.1.9...langchain==0.2.3) Updates `litellm` from 1.34.21 to 1.40.0 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](BerriAI/litellm@v1.34.21...v1.40.0) Updates `llama-index` from 0.9.45 to 0.10.13 - [Release notes](https://github.com/run-llama/llama_index/releases) - [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md) - [Commits](run-llama/llama_index@v0.9.45...v0.10.13) Updates `msal` from 1.26.0 to 1.28.0 - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Commits](AzureAD/microsoft-authentication-library-for-python@1.26.0...1.28.0) Updates `requests` from 2.31.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:development dependency-group: pip - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: langchain dependency-type: direct:production dependency-group: pip - dependency-name: litellm dependency-type: direct:production dependency-group: pip - dependency-name: llama-index dependency-type: direct:production dependency-group: pip - dependency-name: msal dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
brunnolou
pushed a commit
that referenced
this pull request
Aug 14, 2024
* Add option to download query-history as a CSV * Add user email + more complete timestamp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip group with 8 updates in the /backend/requirements directory:
1.10.71.10.1323.3.024.3.03.9.23.9.40.1.90.2.31.34.211.40.00.9.450.10.131.26.01.28.02.31.02.32.2Updates
pydanticfrom 1.10.7 to 1.10.13Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
Commits
8822578Prepare release 1.10.13 (#7674)59d8f38[Backport] Add max length check tovalidate_email(#7673)69b92b5Make the v1 mypy plugin work with both v1 and v2 (#6920)87bf417Update pip commands to install 1.10 (#6930)d9c2af3Prepare release 1.10.12 (#6825)2aaddf6Deque's maxlen property dropped on V1 validation (#6586)15c82d9Prepare for 1.10.11 (#6420)8750c37no longer tag docs release as latest2c0e2a6Fix import of create_model in tools.py (#6364)0e8a387Prepare for 1.10.10 (#6308)Updates
blackfrom 23.3.0 to 24.3.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
552baf8Prepare release 24.3.0 (#4279)f000936Fix catastrophic performance in lines_with_leading_tabs_expanded() (#4278)7b5a657Fix --line-ranges behavior when ranges are at EOF (#4273)1abcffcUse regex where we ignore case on windows (#4252)719e674Fix 4227: Improve documentation for --quiet --check (#4236)e5510afupdate plugin url for Thonny (#4259)6af7d11Fix AST safety check false negative (#4270)f03ee11Ensureblib2to3.pygramis initialized before use (#4224)e4bfedbfix: Don't move comments while splitting delimiters (#4248)d0287e1Make trailing comma logic more concise (#4202)Updates
aiohttpfrom 3.9.2 to 3.9.4Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
b3397c7Release v3.9.4 (#8201)a7e240a[PR #8320/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...2833552Escape filenames and paths in HTML when generating index pages (#8317) (#8319)ed43040[PR #8309/c29945a1 backport][3.9] Improve reliability of run_app test (#8315)ec2be05[PR #8299/28d026eb backport][3.9] Create marker for internal tests (#8307)292d961[PR #8304/88c80c14 backport][3.9] Check for backports in CI (#8305)cebe526Fix handling of multipart/form-data (#8280) (#8302)270ae9c[PR #8297/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (#8292) (#8298)bb23105[PR #8283/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...3f79241[PR #8286/28f1fd88 backport][3.9] docs: remove repetitive word in comment (#8...Updates
langchainfrom 0.1.9 to 0.2.3Release notes
Sourced from langchain's releases.
... (truncated)
Commits
fe2e5a3langchain[patch]: Release 0.2.3 (#22644)a24a9c6multiple: get rid of pyproject extras (#22581)4367e89core[patch]: Release 0.2.5 (#22642)28f744ccore[patch]: Correctly order parent ids in astream events (from root to immed...8359261updated oracleai_demo.ipynb (#22635)035a9c9core[minor]: Add parent_ids to astream_events API (#22563)67e58fddocs[patch]: Fix diffbot docs (#22584)6b8963adocs: Add information about run time binding values to tools (#22623)aa49163docs[patch]: typo in AutoGPT example notebook (#22631)ffe75d1docs: typo in dev container documentation (#22630)Updates
litellmfrom 1.34.21 to 1.40.0Release notes
Sourced from litellm's releases.
... (truncated)
Commits
93c9ea1fix(openai.py): fix client caching logic63fb3a9Merge pull request #3961 from BerriAI/litellm_docker_compose_startce4ba80build(docker-compose.yml): load local .env in docker compose quick start2245ee1test(test_scheduler.py): fix testing9b4a19bbuild(docker-compose.yml): startup docker compose with postgres7715267fix(router.py): simplify scheduler27087f6Merge pull request #3959 from BerriAI/litellm_support_verify_ssl_falsed7160ebfix(test_scheduler.py): fix testa16a1c4fix(http_handler.py): allow setting ca bundle pathf75c15dfix(proxy_server.py): security fix - fix sql injection attack on global spend...Updates
llama-indexfrom 0.9.45 to 0.10.13Release notes
Sourced from llama-index's releases.
... (truncated)
Changelog
Sourced from llama-index's changelog.
... (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)Updates
msalfrom 1.26.0 to 1.28.0Release notes
Sourced from msal's releases.
Commits
2d03ad9MSAL Python 1.28.0e06ca87A semi-auto script to test Azure CLI with broker70e09fbImplements a new optional oidc_authority parameterc442c78Rebrand from AAD to Microsoft Entra (#655)8ff855eMerge pull request #673 from AzureAD/iulico/update-broker-default-redirect-uric73b7caupdate the default broker redirect uri7e04519Releasing 1.279a866caDon't use bare except when importing (#667)59c3000Pick up latest PyMsalRuntime 0.14.x4f0e03dCCA can be tested by: python -m msalUpdates
requestsfrom 2.31.0 to 2.32.2Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.