An open index of dependabot pull requests across open source projects.

Bump the pip group across 18 directories with 4 updates

Open
Number: #1
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 6
Created: March 21, 2025 at 07:09 PM UTC
(about 1 year ago)
Updated: June 10, 2025 at 04:44 AM UTC
(12 months ago)
Labels:
dependencies python
Description:

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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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
  • 1a48a62 Release 3.11.14 (#10582)
  • d40e227 [PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)
  • 9396ef1 [PR #10542/e1d2d77c backport][3.11] only use AI_ADDRCONFIG when 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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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
  • 1a48a62 Release 3.11.14 (#10582)
  • d40e227 [PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)
  • 9396ef1 [PR #10542/e1d2d77c backport][3.11] only use AI_ADDRCONFIG when 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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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
  • 1a48a62 Release 3.11.14 (#10582)
  • d40e227 [PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)
  • 9396ef1 [PR #10542/e1d2d77c backport][3.11] only use AI_ADDRCONFIG when 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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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
  • 1a48a62 Release 3.11.14 (#10582)
  • d40e227 [PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)
  • 9396ef1 [PR #10542/e1d2d77c backport][3.11] only use AI_ADDRCONFIG when 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: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p)

tqdm v4.66.2 stable

  • pandas: add DataFrame.progress_map (#1549)
  • notebook: fix HTML padding (#1506)
  • keras: fix resuming training when verbose>=2 (#1508)
  • fix format_num negative fractions missing leading zero (#1548)
  • fix Python 3.12 DeprecationWarning on import (#1519)
  • linting: use f-strings (#1549)
  • update tests (#1549)
  • CI: bump actions (#1549)

tqdm v4.66.1 stable

  • fix utils.envwrap types (#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=5 to 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 examples from distributed wheel (#1492)

tqdm v4.65.1 stable

  • migrate setup.{cfg,py} => pyproject.toml (#1490)
    • fix asv benchmarks
    • 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

  • add Python 3.11 and drop Python 3.6 support (#1439, #1419, #502 <- #720, #620)
  • misc code & docs tidy
  • fix & update CI workflows & tests
Commits

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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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
  • 1a48a62 Release 3.11.14 (#10582)
  • d40e227 [PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)
  • 9396ef1 [PR #10542/e1d2d77c backport][3.11] only use AI_ADDRCONFIG when 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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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
  • 1a48a62 Release 3.11.14 (#10582)
  • d40e227 [PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)
  • 9396ef1 [PR #10542/e1d2d77c backport][3.11] only use AI_ADDRCONFIG when 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]

  • Dropped python3.8 support, Unpinned numpy (#16973)
  • Kg/dynamic pg triplet retrieval limit (#16928)

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]

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

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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails -- 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:availov for 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
  • 1a48a62 Release 3.11.14 (#10582)
  • d40e227 [PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)
  • 9396ef1 [PR #10542/e1d2d77c backport][3.11] only use AI_ADDRCONFIG when 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:

  • Update aiohttp to address issues related to DNS queries, socket closing, and cyclic references.

Enhancements:

  • Update tqdm to include DataFrame.progress_map and fix Python 3.12 DeprecationWarning.
  • Migrate setup.{cfg,py} => pyproject.toml for tqdm.

Tests:

  • Update tests for tqdm, including fixing pandas warnings and asv.
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Package:
aiohttp
Ecosystem:
pip
Version Change:
3.11.11 → 3.11.14
Update Type:
Patch
Package:
tqdm
Ecosystem:
pip
Version Change:
4.64.1 → 4.66.3
Update Type:
Minor
Package:
llama-index
Ecosystem:
pip
Version Change:
0.11.22 → 0.12.4
Update Type:
Minor
Technical Details
ID: 1403585
UUID: 2939284879
Node ID: PR_kwDONzzqas6Pqnm0
Host: GitHub
Repository: canstralian/example_python