Bump the pip group across 18 directories with 4 updates
Type: Pull Request
State: Open
Association: None
Comments: 6
(about 1 year ago)
(12 months ago)
dependencies python
Bumps the pip group with 1 update in the /community/bostondynamics_spot directory: aiohttp.
Bumps the pip group with 1 update in the /community/custom_llm_gemini directory: aiohttp.
Bumps the pip group with 1 update in the /community/defense_quickstart_audio_transcription_translation directory: aiohttp.
Bumps the pip group with 2 updates in the /community/defense_quickstart_denoise directory: aiohttp and tqdm.
Bumps the pip group with 1 update in the /community/defense_quickstart_news_scraper_summarizer directory: aiohttp.
Bumps the pip group with 2 updates in the /community/fastapi_togetherai_llama directory: aiohttp and llama-index.
Bumps the pip group with 1 update in the /community/flask_gemini directory: aiohttp.
Bumps the pip group with 2 updates in the /community/flask_togetherai_llamaindex directory: aiohttp and llama-index.
Bumps the pip group with 2 updates in the /community/llama_quickstart directory: aiohttp and llama-index.
Bumps the pip group with 1 update in the /community/lmnt directory: aiohttp.
Bumps the pip group with 1 update in the /community/streamlit directory: aiohttp.
Bumps the pip group with 2 updates in the /community/streamlit_fastapi_togetherai_llama directory: aiohttp and llama-index.
Bumps the pip group with 1 update in the /community/weaviate_search directory: cryptography.
Bumps the pip group with 1 update in the /encryption directory: aiohttp.
Bumps the pip group with 1 update in the /features/child_workflows directory: aiohttp.
Bumps the pip group with 1 update in the /human_loop directory: aiohttp.
Bumps the pip group with 1 update in the /pdf_ocr directory: aiohttp.
Bumps the pip group with 1 update in the /production_demo directory: aiohttp.
Updates aiohttp from 3.11.11 to 3.11.14
Release notes
Sourced from aiohttp's releases.
3.11.14
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: #10529.
Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: #10542.
The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: #10551.
Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: #10556.
Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: #10569.
Features
... (truncated)
Changelog
Sourced from aiohttp's changelog.
3.11.14 (2025-03-16)
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: :issue:
10529.Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: :issue:
10542.The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
10551.Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: :issue:
10556.Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: :issue:
10569.
... (truncated)
Commits
1a48a62Release 3.11.14 (#10582)d40e227[PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)9396ef1[PR #10542/e1d2d77c backport][3.11] only useAI_ADDRCONFIGwhen supported b...4005080[PR #10564/a59e74b7 backport][3.11] Log offending websocket client address wh...6ae2570[PR #10569/dfbf782b backport][3.11] Break cyclic references when there is an ...771d203[PR #10556/9d4e1161 backport][3.11] Break cyclic references at connection clo...6357c05[PR #10551/d067260d backport][3.11] Re-raise OSError as ClientConnectionError...e9f3f03[PR #10529/492f63dc backport][3.11] Fixed bug that lead to infinite wait for ...928e6d7[PR #10552/44e669be backport][3.11] Cache parsing of the content-type (#10557)7205661[PR #10553/55c5f1fc backport][3.11] Add benchmark for JSON post requests that...- Additional commits viewable in compare view
Updates aiohttp from 3.10.10 to 3.11.0b0
Release notes
Sourced from aiohttp's releases.
3.11.14
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: #10529.
Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: #10542.
The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: #10551.
Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: #10556.
Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: #10569.
Features
... (truncated)
Changelog
Sourced from aiohttp's changelog.
3.11.14 (2025-03-16)
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: :issue:
10529.Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: :issue:
10542.The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
10551.Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: :issue:
10556.Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: :issue:
10569.
... (truncated)
Commits
1a48a62Release 3.11.14 (#10582)d40e227[PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)9396ef1[PR #10542/e1d2d77c backport][3.11] only useAI_ADDRCONFIGwhen supported b...4005080[PR #10564/a59e74b7 backport][3.11] Log offending websocket client address wh...6ae2570[PR #10569/dfbf782b backport][3.11] Break cyclic references when there is an ...771d203[PR #10556/9d4e1161 backport][3.11] Break cyclic references at connection clo...6357c05[PR #10551/d067260d backport][3.11] Re-raise OSError as ClientConnectionError...e9f3f03[PR #10529/492f63dc backport][3.11] Fixed bug that lead to infinite wait for ...928e6d7[PR #10552/44e669be backport][3.11] Cache parsing of the content-type (#10557)7205661[PR #10553/55c5f1fc backport][3.11] Add benchmark for JSON post requests that...- Additional commits viewable in compare view
Updates aiohttp from 3.11.11 to 3.11.14
Release notes
Sourced from aiohttp's releases.
3.11.14
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: #10529.
Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: #10542.
The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: #10551.
Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: #10556.
Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: #10569.
Features
... (truncated)
Changelog
Sourced from aiohttp's changelog.
3.11.14 (2025-03-16)
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: :issue:
10529.Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: :issue:
10542.The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
10551.Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: :issue:
10556.Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: :issue:
10569.
... (truncated)
Commits
1a48a62Release 3.11.14 (#10582)d40e227[PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)9396ef1[PR #10542/e1d2d77c backport][3.11] only useAI_ADDRCONFIGwhen supported b...4005080[PR #10564/a59e74b7 backport][3.11] Log offending websocket client address wh...6ae2570[PR #10569/dfbf782b backport][3.11] Break cyclic references when there is an ...771d203[PR #10556/9d4e1161 backport][3.11] Break cyclic references at connection clo...6357c05[PR #10551/d067260d backport][3.11] Re-raise OSError as ClientConnectionError...e9f3f03[PR #10529/492f63dc backport][3.11] Fixed bug that lead to infinite wait for ...928e6d7[PR #10552/44e669be backport][3.11] Cache parsing of the content-type (#10557)7205661[PR #10553/55c5f1fc backport][3.11] Add benchmark for JSON post requests that...- Additional commits viewable in compare view
Updates aiohttp from 3.11.11 to 3.11.14
Release notes
Sourced from aiohttp's releases.
3.11.14
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: #10529.
Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: #10542.
The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: #10551.
Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: #10556.
Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: #10569.
Features
... (truncated)
Changelog
Sourced from aiohttp's changelog.
3.11.14 (2025-03-16)
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: :issue:
10529.Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: :issue:
10542.The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
10551.Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: :issue:
10556.Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: :issue:
10569.
... (truncated)
Commits
1a48a62Release 3.11.14 (#10582)d40e227[PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)9396ef1[PR #10542/e1d2d77c backport][3.11] only useAI_ADDRCONFIGwhen supported b...4005080[PR #10564/a59e74b7 backport][3.11] Log offending websocket client address wh...6ae2570[PR #10569/dfbf782b backport][3.11] Break cyclic references when there is an ...771d203[PR #10556/9d4e1161 backport][3.11] Break cyclic references at connection clo...6357c05[PR #10551/d067260d backport][3.11] Re-raise OSError as ClientConnectionError...e9f3f03[PR #10529/492f63dc backport][3.11] Fixed bug that lead to infinite wait for ...928e6d7[PR #10552/44e669be backport][3.11] Cache parsing of the content-type (#10557)7205661[PR #10553/55c5f1fc backport][3.11] Add benchmark for JSON post requests that...- Additional commits viewable in compare view
Updates tqdm from 4.64.1 to 4.66.3
Release notes
Sourced from tqdm's releases.
tqdm v4.66.3 stable
cli:evalsafety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p)tqdm v4.66.2 stable
pandas: addDataFrame.progress_map(#1549)notebook: fix HTML padding (#1506)keras: fix resuming training whenverbose>=2(#1508)- fix
format_numnegative fractions missing leading zero (#1548)- fix Python 3.12
DeprecationWarningonimport(#1519)- linting: use f-strings (#1549)
- update tests (#1549)
- fix
pandaswarnings- fix
asv(airspeed-velocity/asv#1323)- fix macos
notebookdocstring indentation- CI: bump actions (#1549)
tqdm v4.66.1 stable
- fix
utils.envwraptypes (#1493 <- #1491, #1320 <- #966, #1319)
- e.g. cloudwatch & kubernetes workaround:
export TQDM_POSITION=-1- drop mentions of unsupported Python versions
tqdm v4.66.0 stable
- environment variables to override defaults (
TQDM_*) (#1491 <- #1061, #950 <- #614, #1318, #619, #612, #370)
- e.g. in CI jobs,
export TQDM_MININTERVAL=5to avoid log spam- add tests & docs for
tqdm.utils.envwrap- fix & update CLI completion
- fix & update API docs
- minor code tidy: replace
os.path=>pathlib.Path- fix docs image hosting
- release with CI bot account again (cli/cli#6680)
tqdm v4.65.2 stable
- exclude
examplesfrom distributed wheel (#1492)tqdm v4.65.1 stable
- migrate
setup.{cfg,py}=>pyproject.toml(#1490)
- fix
asvbenchmarks- update docs
- fix snap build (#1490)
- fix & update tests (#1490)
- fix flaky notebook tests
- bump
pre-commit- bump workflow actions
tqdm v4.65.0 stable
Commits
4e613f8Merge pull request from GHSA-g7vv-2v7x-gj9pb53348ccli: eval safetycc372d0bump version, merge pull request #1549 from tqdm/devele9f0c05use PyPI trusted publishing7323d5bslight makefile clean5306125tests: bump pre-commit4a6fd4ffix datetime.utcfromtimestamp py3.12 warning (#1519)6f13759tests: fix macos notebook indentation3abcd2atests: fix asva4d15c8tests: fix pandas warnings- Additional commits viewable in compare view
Updates aiohttp from 3.11.11 to 3.11.14
Release notes
Sourced from aiohttp's releases.
3.11.14
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: #10529.
Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: #10542.
The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: #10551.
Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: #10556.
Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: #10569.
Features
... (truncated)
Changelog
Sourced from aiohttp's changelog.
3.11.14 (2025-03-16)
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: :issue:
10529.Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: :issue:
10542.The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
10551.Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: :issue:
10556.Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: :issue:
10569.
... (truncated)
Commits
1a48a62Release 3.11.14 (#10582)d40e227[PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)9396ef1[PR #10542/e1d2d77c backport][3.11] only useAI_ADDRCONFIGwhen supported b...4005080[PR #10564/a59e74b7 backport][3.11] Log offending websocket client address wh...6ae2570[PR #10569/dfbf782b backport][3.11] Break cyclic references when there is an ...771d203[PR #10556/9d4e1161 backport][3.11] Break cyclic references at connection clo...6357c05[PR #10551/d067260d backport][3.11] Re-raise OSError as ClientConnectionError...e9f3f03[PR #10529/492f63dc backport][3.11] Fixed bug that lead to infinite wait for ...928e6d7[PR #10552/44e669be backport][3.11] Cache parsing of the content-type (#10557)7205661[PR #10553/55c5f1fc backport][3.11] Add benchmark for JSON post requests that...- Additional commits viewable in compare view
Updates aiohttp from 3.11.11 to 3.11.14
Release notes
Sourced from aiohttp's releases.
3.11.14
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: #10529.
Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: #10542.
The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: #10551.
Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: #10556.
Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: #10569.
Features
... (truncated)
Changelog
Sourced from aiohttp's changelog.
3.11.14 (2025-03-16)
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: :issue:
10529.Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: :issue:
10542.The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
10551.Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: :issue:
10556.Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: :issue:
10569.
... (truncated)
Commits
1a48a62Release 3.11.14 (#10582)d40e227[PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)9396ef1[PR #10542/e1d2d77c backport][3.11] only useAI_ADDRCONFIGwhen supported b...4005080[PR #10564/a59e74b7 backport][3.11] Log offending websocket client address wh...6ae2570[PR #10569/dfbf782b backport][3.11] Break cyclic references when there is an ...771d203[PR #10556/9d4e1161 backport][3.11] Break cyclic references at connection clo...6357c05[PR #10551/d067260d backport][3.11] Re-raise OSError as ClientConnectionError...e9f3f03[PR #10529/492f63dc backport][3.11] Fixed bug that lead to infinite wait for ...928e6d7[PR #10552/44e669be backport][3.11] Cache parsing of the content-type (#10557)7205661[PR #10553/55c5f1fc backport][3.11] Add benchmark for JSON post requests that...- Additional commits viewable in compare view
Updates llama-index from 0.11.22 to 0.12.4
Release notes
Sourced from llama-index's releases.
v0.12.4
No release notes provided.
v0.12.3
No release notes provided.
v0.12.2
No release notes provided.
v0.12.1
No release notes provided.
2024-11-17 (v0.12.0)
NOTE: Updating to v0.12.0 will require bumping every other
llama-index-*package! Every package has had a version bump. Only notable changes are below.
llama-index-core[0.12.0]
llama-index-indices-managed-llama-cloud[0.6.1]
- Add ID support for LlamaCloudIndex & update from_documents logic, modernize apis (#16927)
- allow skipping waiting for ingestion when uploading file (#16934)
- add support for files endpoints (#16933)
llama-index-indices-managed-vectara[0.3.0]
- Add Custom Prompt Parameter (#16976)
llama-index-llms-bedrock[0.3.0]
- minor fix for messages/completion to prompt (#15729)
llama-index-llms-bedrock-converse[0.4.0]
- Fix async streaming with bedrock converse (#16942)
llama-index-multi-modal-llms-nvidia[0.2.0]
- add vlm support (#16751)
llama-index-readers-confluence[0.3.0]
- Permit passing params to Confluence client (#16961)
llama-index-readers-github[0.5.0]
- Add base URL extraction method to GithubRepositoryReader (#16926)
... (truncated)
Changelog
Sourced from llama-index's changelog.
llama-index-core[0.12.4]
- Fix sync and async structured streaming (#17194)
- unpin pydantic to allow 2.8 or greater (#17193)
- Update core structured predict streaming, add ollama structured predict (#17188)
- bump tenacity dependency in llama-index-core (#17178)
llama-index-indices-managed-vectara[0.3.1]
- Add Verbose to Vectara
as_query_engine(#17176)
llama-index-llms-ollama[0.5.0]
- Update core structured predict streaming, add ollama structured predict (#17188)
llama-index-llms-perplexity[0.3.2]
- Fix message format for perplexity (#17182)
llama-index-readers-web[0.3.1]
- Add possibility to use URI as doc id in WholeSiteReader (#17187)
llama-index-vector-stores-chroma[0.4.1]
- BUG FIX: llama-index-vectorstore-chromadb to work with chromadb v0.5.17 (#17184)
[2024-12-06]
llama-index-core[0.12.3]
- cover SimpleDirectoryReader with unit tests (#17156)
- docs: rewrite openai image reasoning example without multimodal LLM (#17148)
- fix(metrics): fixed NDCG calculation and added comprehensive test cases (#17126)
- feat: improve ImageBlock (#17111)
- Remove forgotten print in ChatMemoryBuffer (#17114)
- [FIX] Move JSONalyzeQueryEngine to experimental (#17110)
llama-index-embeddings-clip[0.3.1]
- Unrestrict clip models to use (#17162)
llama-index-embeddings-openai[0.3.1]
- fix/openai-embbeding-retry (#17072)
llama-index-embeddings-text-embeddings-inference[0.3.1]
- proper auth token in TEI (#17158)
... (truncated)
Commits
37b3403v0.12.4 (#17198)6eb53bcrefactor: Improve type safety in QdrantVectorStore client parameters (#17197)3c5ec51Fix async structured streaming (#17194)27eeec7unpin pydantic (#17193)b7c9655Add posibility to use URI as doc id in WholeSiteReader (#17187)33ca8d3update tenacity dependency in llama-index-core (#17178)57646b1Update core structured predict streaming, add ollama structured predict (#17188)875b94eBUG FIX: llama-index-vectorstore-chromadb to work with chromadb v0.5.17 (#17184)328f3b1Add Verbose to Vectara as_query_engine (#17176)3b96c18Fix for Feature/perplexity (#17182)- Additional commits viewable in compare view
Updates aiohttp from 3.11.11 to 3.11.14
Release notes
Sourced from aiohttp's releases.
3.11.14
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: #10529.
Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: #10542.
The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: #10551.
Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: #10556.
Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: #10569.
Features
... (truncated)
Changelog
Sourced from aiohttp's changelog.
3.11.14 (2025-03-16)
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: :issue:
10529.Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: :issue:
10542.The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
10551.Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: :issue:
10556.Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: :issue:
10569.
... (truncated)
Commits
1a48a62Release 3.11.14 (#10582)d40e227[PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)9396ef1[PR #10542/e1d2d77c backport][3.11] only useAI_ADDRCONFIGwhen supported b...4005080[PR #10564/a59e74b7 backport][3.11] Log offending websocket client address wh...6ae2570[PR #10569/dfbf782b backport][3.11] Break cyclic references when there is an ...771d203[PR #10556/9d4e1161 backport][3.11] Break cyclic references at connection clo...6357c05[PR #10551/d067260d backport][3.11] Re-raise OSError as ClientConnectionError...e9f3f03[PR #10529/492f63dc backport][3.11] Fixed bug that lead to infinite wait for ...928e6d7[PR #10552/44e669be backport][3.11] Cache parsing of the content-type (#10557)7205661[PR #10553/55c5f1fc backport][3.11] Add benchmark for JSON post requests that...- Additional commits viewable in compare view
Updates aiohttp from 3.11.11 to 3.11.14
Release notes
Sourced from Summary by Sourcery
Bump pip dependencies across multiple directories, including aiohttp, tqdm, cryptography and llama-index. Bug Fixes: Enhancements: Tests:
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 1403585 |
| UUID: | 2939284879 |
| Node ID: | PR_kwDONzzqas6Pqnm0 |
| Host: | GitHub |
| Repository: | canstralian/example_python |