Bump the pip group across 1 directory with 8 updates #17
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.7
1.10.13
23.3.0
24.3.0
3.9.2
3.9.4
0.1.9
0.2.3
1.34.21
1.40.0
0.9.45
0.10.13
1.26.0
1.28.0
2.31.0
2.32.2
Updates
pydantic
from 1.10.7 to 1.10.13Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
Commits
8822578
Prepare release 1.10.13 (#7674)59d8f38
[Backport] Add max length check tovalidate_email
(#7673)69b92b5
Make the v1 mypy plugin work with both v1 and v2 (#6920)87bf417
Update pip commands to install 1.10 (#6930)d9c2af3
Prepare release 1.10.12 (#6825)2aaddf6
Deque's maxlen property dropped on V1 validation (#6586)15c82d9
Prepare for 1.10.11 (#6420)8750c37
no longer tag docs release as latest2c0e2a6
Fix import of create_model in tools.py (#6364)0e8a387
Prepare for 1.10.10 (#6308)Updates
black
from 23.3.0 to 24.3.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
552baf8
Prepare release 24.3.0 (#4279)f000936
Fix catastrophic performance in lines_with_leading_tabs_expanded() (#4278)7b5a657
Fix --line-ranges behavior when ranges are at EOF (#4273)1abcffc
Use regex where we ignore case on windows (#4252)719e674
Fix 4227: Improve documentation for --quiet --check (#4236)e5510af
update plugin url for Thonny (#4259)6af7d11
Fix AST safety check false negative (#4270)f03ee11
Ensureblib2to3.pygram
is initialized before use (#4224)e4bfedb
fix: Don't move comments while splitting delimiters (#4248)d0287e1
Make trailing comma logic more concise (#4202)Updates
aiohttp
from 3.9.2 to 3.9.4Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
b3397c7
Release v3.9.4 (#8201)a7e240a
[PR #8320/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...2833552
Escape 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)cebe526
Fix 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
langchain
from 0.1.9 to 0.2.3Release notes
Sourced from langchain's releases.
... (truncated)
Commits
fe2e5a3
langchain[patch]: Release 0.2.3 (#22644)a24a9c6
multiple: get rid of pyproject extras (#22581)4367e89
core[patch]: Release 0.2.5 (#22642)28f744c
core[patch]: Correctly order parent ids in astream events (from root to immed...8359261
updated oracleai_demo.ipynb (#22635)035a9c9
core[minor]: Add parent_ids to astream_events API (#22563)67e58fd
docs[patch]: Fix diffbot docs (#22584)6b8963a
docs: Add information about run time binding values to tools (#22623)aa49163
docs[patch]: typo in AutoGPT example notebook (#22631)ffe75d1
docs: typo in dev container documentation (#22630)Updates
litellm
from 1.34.21 to 1.40.0Release notes
Sourced from litellm's releases.
... (truncated)
Commits
93c9ea1
fix(openai.py): fix client caching logic63fb3a9
Merge pull request #3961 from BerriAI/litellm_docker_compose_startce4ba80
build(docker-compose.yml): load local .env in docker compose quick start2245ee1
test(test_scheduler.py): fix testing9b4a19b
build(docker-compose.yml): startup docker compose with postgres7715267
fix(router.py): simplify scheduler27087f6
Merge pull request #3959 from BerriAI/litellm_support_verify_ssl_falsed7160eb
fix(test_scheduler.py): fix testa16a1c4
fix(http_handler.py): allow setting ca bundle pathf75c15d
fix(proxy_server.py): security fix - fix sql injection attack on global spend...Updates
llama-index
from 0.9.45 to 0.10.13Release notes
Sourced from llama-index's releases.
... (truncated)
Changelog
Sourced from llama-index's changelog.
... (truncated)
Commits
6d642a0
Logan/release v0.10.13 (#11408)78a4c9e
fix prompt helper init (#11379)52383c7
Update opensearch vectorstore to PydanticVectorStore class (#11400)4077fee
Astra DB Vector store, package rename for naming consistency (#11056)65290f5
Alpha Tuning Llama Pack: KodaRetriever (#11311)70d4a5c
Only firefunction is function calling (#11363)3a10235
Elastic Search retrieval : Bug Fix for Cases when No Relationships Detected (...0b13b8d
Add support for mistral-large (#11398)1f48dd9
Astra DB clients identify themselves as coming through LlamaIndex usage (#11396)6024956
Last token pooling for Huggingface models like SFR-Embedding-Mistral (#11373)Updates
msal
from 1.26.0 to 1.28.0Release notes
Sourced from msal's releases.
Commits
2d03ad9
MSAL Python 1.28.0e06ca87
A semi-auto script to test Azure CLI with broker70e09fb
Implements a new optional oidc_authority parameterc442c78
Rebrand from AAD to Microsoft Entra (#655)8ff855e
Merge pull request #673 from AzureAD/iulico/update-broker-default-redirect-uric73b7ca
update the default broker redirect uri7e04519
Releasing 1.279a866ca
Don't use bare except when importing (#667)59c3000
Pick up latest PyMsalRuntime 0.14.x4f0e03d
CCA can be tested by: python -m msalUpdates
requests
from 2.31.0 to 2.32.2Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.