i-dot-ai / redbox

Bringing Generative AI to the way the Civil Service works
https://i-dot-ai.github.io/redbox/
MIT License
85 stars 28 forks source link

Bump the minor-patch group across 5 directories with 11 updates #919

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the minor-patch group with 8 updates in the / directory:

Package From To
ruff 0.5.5 0.5.6
boto3-stubs 1.34.152 1.34.154
moto 5.0.11 5.0.12
mkdocs-material 9.5.30 9.5.31
boto3 1.34.152 1.34.154
fastapi 0.111.1 0.112.0
uvicorn 0.30.4 0.30.5
aiohttp 3.10.0 3.10.1

Bumps the minor-patch group with 7 updates in the /core-api directory:

Package From To
moto 5.0.11 5.0.12
boto3 1.34.152 1.34.154
fastapi 0.111.1 0.112.0
uvicorn 0.30.4 0.30.5
aiohttp 3.10.0 3.10.1
langchain-community 0.2.10 0.2.11
litellm 1.42.9 1.42.12

Bumps the minor-patch group with 3 updates in the /django_app directory: ruff, boto3-stubs and boto3. Bumps the minor-patch group with 4 updates in the /redbox-core directory: moto, boto3, aiohttp and langchain-community. Bumps the minor-patch group with 5 updates in the /worker directory:

Package From To
boto3-stubs 1.34.152 1.34.154
moto 5.0.11 5.0.12
boto3 1.34.152 1.34.154
aiohttp 3.10.0 3.10.1
unstructured 0.15.0 0.15.1

Updates ruff from 0.5.5 to 0.5.6

Release notes

Sourced from ruff's releases.

0.5.6

Release Notes

Ruff 0.5.6 automatically enables linting and formatting of notebooks in preview mode. You can opt-out of this behavior by adding *.ipynb to the extend-exclude setting.

[tool.ruff]
extend-exclude = ["*.ipynb"]

Preview features

  • Enable notebooks by default in preview mode (#12621)
  • [flake8-builtins] Implement import, lambda, and module shadowing (#12546)
  • [pydoclint] Add docstring-missing-returns (DOC201) and docstring-extraneous-returns (DOC202) (#12485)

Rule changes

  • [flake8-return] Exempt cached properties and other property-like decorators from explicit return rule (RET501) (#12563)

Server

  • Make server panic hook more error resilient (#12610)
  • Use $/logTrace for server trace logs in Zed and VS Code (#12564)
  • Keep track of deleted cells for reorder change request (#12575)

Configuration

  • [flake8-implicit-str-concat] Always allow explicit multi-line concatenations when implicit concatenations are banned (#12532)

Bug fixes

  • [flake8-async] Avoid flagging asyncio.timeouts as unused when the context manager includes asyncio.TaskGroup (#12605)
  • [flake8-slots] Avoid recommending __slots__ for classes that inherit from more than namedtuple (#12531)
  • [isort] Avoid marking required imports as unused (#12537)
  • [isort] Preserve trailing inline comments on import-from statements (#12498)
  • [pycodestyle] Add newlines before comments (E305) (#12606)
  • [pycodestyle] Don't attach comments with mismatched indents (#12604)
  • [pyflakes] Fix preview-mode bugs in F401 when attempting to autofix unused first-party submodule imports in an __init__.py file (#12569)
  • [pylint] Respect start index in unnecessary-list-index-lookup (#12603)
  • [pyupgrade] Avoid recommending no-argument super in slots=True dataclasses (#12530)
  • [pyupgrade] Use colon rather than dot formatting for integer-only types (#12534)
  • Fix NFKC normalization bug when removing unused imports (#12571)

Other changes

  • Consider more stdlib decorators to be property-like (#12583)
  • Improve handling of metaclasses in various linter rules (#12579)
  • Improve consistency between linter rules in determining whether a function is property (#12581)

... (truncated)

Changelog

Sourced from ruff's changelog.

0.5.6

Ruff 0.5.6 automatically enables linting and formatting of notebooks in preview mode. You can opt-out of this behavior by adding *.ipynb to the extend-exclude setting.

[tool.ruff]
extend-exclude = ["*.ipynb"]

Preview features

  • Enable notebooks by default in preview mode (#12621)
  • [flake8-builtins] Implement import, lambda, and module shadowing (#12546)
  • [pydoclint] Add docstring-missing-returns (DOC201) and docstring-extraneous-returns (DOC202) (#12485)

Rule changes

  • [flake8-return] Exempt cached properties and other property-like decorators from explicit return rule (RET501) (#12563)

Server

  • Make server panic hook more error resilient (#12610)
  • Use $/logTrace for server trace logs in Zed and VS Code (#12564)
  • Keep track of deleted cells for reorder change request (#12575)

Configuration

  • [flake8-implicit-str-concat] Always allow explicit multi-line concatenations when implicit concatenations are banned (#12532)

Bug fixes

  • [flake8-async] Avoid flagging asyncio.timeouts as unused when the context manager includes asyncio.TaskGroup (#12605)
  • [flake8-slots] Avoid recommending __slots__ for classes that inherit from more than namedtuple (#12531)
  • [isort] Avoid marking required imports as unused (#12537)
  • [isort] Preserve trailing inline comments on import-from statements (#12498)
  • [pycodestyle] Add newlines before comments (E305) (#12606)
  • [pycodestyle] Don't attach comments with mismatched indents (#12604)
  • [pyflakes] Fix preview-mode bugs in F401 when attempting to autofix unused first-party submodule imports in an __init__.py file (#12569)
  • [pylint] Respect start index in unnecessary-list-index-lookup (#12603)
  • [pyupgrade] Avoid recommending no-argument super in slots=True dataclasses (#12530)
  • [pyupgrade] Use colon rather than dot formatting for integer-only types (#12534)
  • Fix NFKC normalization bug when removing unused imports (#12571)

Other changes

  • Consider more stdlib decorators to be property-like (#12583)
  • Improve handling of metaclasses in various linter rules (#12579)
  • Improve consistency between linter rules in determining whether a function is property (#12581)
Commits


Updates boto3-stubs from 1.34.152 to 1.34.154

Commits


Updates moto from 5.0.11 to 5.0.12

Changelog

Sourced from moto's changelog.

5.0.12

Docker Digest for 5.0.12: sha256:e1bde8f908f2fdf0878c8e4398561badd016b51b4d9fd8dcb9f4daef936a4427

General:
    * The MotoProxy can now be run on Windows

New Services:
* DirectConnect:
* create_connection()
* delete_connection()
* describe_connections()
* update_connection()

* DynamoDB:
    * describe_export()
    * export_table_to_point_in_time()
    * list_export()

* NetworkManager:
    * create_device()
    * create_link()
    * create_link()
    * delete_device()
    * delete_link()
    * delete_site()
    * get_devices()
    * get_links()
    * get_sites()
    * list_tags_for_resource()

* SageMaker:
    * list_endpoints()
    * list_endpoint_configs()
    * create_auto_ml_job_v2()
    * describe_auto_ml_job_v2()
    * list_auto_ml_jobs()
    * stop_auto_ml_job()
    * create_compilation_job()
    * describe_compilation_job()
    * list_compilation_jobs()
    * delete_compilation_job()
    * create_domain()
    * describe_domain()
    * list_domains()
    * delete_domain()
    * create_model_explainability_job_definition()
    * describe_model_explainability_job_definition()
    * list_model_explainability_job_definitions()
    * delete_model_explainability_job_definition()

... (truncated)

Commits
  • 707b272 Pre-Release: Up Version Number
  • 434c7a1 Prep release 5.0.12 (#7929)
  • 0f25f2f CloudFormation: update_stack() - Improve UsePreviousValue behaviour (#7928)
  • 2ca9df6 CognitoIDP: ID-token is different when username=email (#7927)
  • fbec8b6 CognitoIDP: initiate_auth with USERNAME_PASSWORD_AUTH and SMS/Software Token ...
  • 743044f ACM: DomainValidationOptions should have SUCCESS-status (#7926)
  • 7cd2763 Consolidate Neptune and RDS backends (#7925)
  • 210a2a3 Feature: Sagemaker Model Quality Job Definition (#7916)
  • ec76952 chore: update SSM default AMI's (#7912)
  • ac09274 Feature: Sagemaker Hyper Parameter Tuning Job (#7917)
  • Additional commits viewable in compare view


Updates mkdocs-material from 9.5.30 to 9.5.31

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.31

  • Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)

  • Fixed #7410: Instant previews jump on content tabs with anchor links
  • Fixed #7408: Instant previews jump on content tabs

mkdocs-material-9.5.31 (2024-08-02)

  • Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK

mkdocs-material-9.5.30 (2024-07-23)

  • Fixed #7380: Navigation icons disappearing on hover in Safari
  • Fixed #7367: Blog readtime computation includes SVG text content

mkdocs-material-9.5.29 (2024-07-14)

  • Updated Galician translations
  • Fixed #7362: Annotations in figure captions rendering incorrectly

mkdocs-material-9.5.28 (2024-07-02)

  • Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled

mkdocs-material-9.5.27 (2024-06-16)

  • Updated Estonian translations

mkdocs-material-9.5.26 (2024-06-06)

  • Fixed #7232: Tab switches on scroll when linking tabs (9.5.19 regression)
  • Fixed #7230: Blog author avatar broken when referring to local file

mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)

  • Fixed projects plugin crashing when serving before building subprojects

mkdocs-material-9.5.25 (2024-05-27)

  • Fixed #7209: Tags plugin crashing on numeric tags

mkdocs-material-9.5.24+insiders-4.53.10 (2024-05-20)

  • Fixed projects plugin crashing in serve mode when disabled
  • Fixed projects plugin crashing when building nested projects

mkdocs-material-9.5.24+insiders-4.53.9 (2024-05-20)

  • Fixed #7191: Tags listings not rendering when toc_depth is changed

mkdocs-material-9.5.24 (2024-05-20)

... (truncated)

Commits


Updates boto3 from 1.34.152 to 1.34.154

Commits
  • 2447300 Merge branch 'release-1.34.154'
  • 366b907 Bumping version to 1.34.154
  • af13ba7 Add changelog entries from botocore
  • 1b7dafa Merge branch 'release-1.34.153'
  • 62f3484 Merge branch 'release-1.34.153' into develop
  • 809d4cd Bumping version to 1.34.153
  • f753c4f Add changelog entries from botocore
  • 9489da6 Merge branch 'release-1.34.152' into develop
  • See full diff in compare view


Updates fastapi from 0.111.1 to 0.112.0

Release notes

Sourced from fastapi's releases.

0.112.0

Breaking Changes

  • ♻️ Add support for pip install "fastapi[standard]" with standard dependencies and python -m fastapi. PR #11935 by @​tiangolo.

Summary

Install with:

pip install "fastapi[standard]"

Other Changes

  • This adds support for calling the CLI as:
python -m python
  • And it upgrades fastapi-cli[standard] >=0.0.5.

Technical Details

Before this, fastapi would include the standard dependencies, with Uvicorn and the fastapi-cli, etc.

And fastapi-slim would not include those standard dependencies.

Now fastapi doesn't include those standard dependencies unless you install with pip install "fastapi[standard]".

Before, you would install pip install fastapi, now you should include the standard optional dependencies (unless you want to exclude one of those): pip install "fastapi[standard]".

This change is because having the standard optional dependencies installed by default was being inconvenient to several users, and having to install instead fastapi-slim was not being a feasible solution.

Discussed here: #11522 and here: #11525

Docs

Translations

  • 🌐 Update Portuguese translation for docs/pt/docs/alternatives.md. PR #11931 by @​ceb10n.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/dependencies/sub-dependencies.md. PR #10515 by @​AlertRED.

... (truncated)

Commits
  • b2e2338 🔖 Release version 0.112.0
  • 003d454 📝 Update release notes
  • 450bff6 📝 Update release notes
  • a25c92c ♻️ Add support for pip install "fastapi[standard]" with standard dependenci...
  • 3990a0a 📝 Update release notes
  • 1f7dcc5 🌐 Update Portuguese translation for docs/pt/docs/alternatives.md (#11931)
  • 12a4476 📝 Update release notes
  • efb4a07 🔧 Update sponsors: add liblab (#11934)
  • 9d41d6e 📝 Update release notes
  • 643a87c 👷 Update GitHub Action label-approved permissions (#11933)
  • Additional commits viewable in compare view


Updates uvicorn from 0.30.4 to 0.30.5

Release notes

Sourced from uvicorn's releases.

Version 0.30.5

Fixed

  • Don't close connection before receiving body on H11 (#2408)

Full Changelog: https://github.com/encode/uvicorn/compare/0.30.4...0.30.5

Changelog

Sourced from uvicorn's changelog.

0.30.5 (2024-08-02)

Fixed

  • Don't close connection before receiving body on H11 (#2408)
Commits


Updates aiohttp from 3.10.0 to 3.10.1

Release notes

Sourced from aiohttp's releases.

3.10.1

Bug fixes

  • Fixed WebSocket server heartbeat timeout logic to terminate :py:meth:~aiohttp.ClientWebSocketResponse.receive and return :py:class:~aiohttp.ServerTimeoutError -- by :user:arcivanov.

    When a WebSocket pong message was not received, the :py:meth:~aiohttp.ClientWebSocketResponse.receive operation did not terminate. This change causes _pong_not_received to feed the reader an error message, causing pending :py:meth:~aiohttp.ClientWebSocketResponse.receive to terminate and return the error message. The error message contains the exception :py:class:~aiohttp.ServerTimeoutError.

    Related issues and pull requests on GitHub: #8540.

  • Fixed url dispatcher index not matching when a variable is preceded by a fixed string after a slash -- by :user:bdraco.

    Related issues and pull requests on GitHub: #8566.

Removals and backward incompatible breaking changes

  • Creating :py:class:aiohttp.TCPConnector, :py:class:aiohttp.ClientSession, :py:class:~aiohttp.resolver.ThreadedResolver :py:class:aiohttp.web.Server, or :py:class:aiohttp.CookieJar instances without a running event loop now raises a :exc:RuntimeError -- by :user:asvetlov.

    Creating these objects without a running event loop was deprecated in #3372 which was released in version 3.5.0.

    This change first appeared in version 3.10.0 as #6378.

    Related issues and pull requests on GitHub: #8555, #8583.


Changelog

Sourced from aiohttp's changelog.

3.10.1 (2024-08-03)

Bug fixes

  • Fixed WebSocket server heartbeat timeout logic to terminate :py:meth:~aiohttp.ClientWebSocketResponse.receive and return :py:class:~aiohttp.ServerTimeoutError -- by :user:arcivanov.

    When a WebSocket pong message was not received, the :py:meth:~aiohttp.ClientWebSocketResponse.receive operation did not terminate. This change causes _pong_not_received to feed the reader an error message, causing pending :py:meth:~aiohttp.ClientWebSocketResponse.receive to terminate and return the error message. The error message contains the exception :py:class:~aiohttp.ServerTimeoutError.

    Related issues and pull requests on GitHub: :issue:8540.

  • Fixed url dispatcher index not matching when a variable is preceded by a fixed string after a slash -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:8566.

Removals and backward incompatible breaking changes

  • Creating :py:class:aiohttp.TCPConnector, :py:class:aiohttp.ClientSession, :py:class:~aiohttp.resolver.ThreadedResolver :py:class:aiohttp.web.Server, or :py:class:aiohttp.CookieJar instances without a running event loop now raises a :exc:RuntimeError -- by :user:asvetlov.

    Creating these objects without a running event loop was deprecated in :issue:3372 which was released in version 3.5.0.

    This change first appeared in version 3.10.0 as :issue:6378.

    Related issues and pull requests on GitHub: :issue:8555, :issue:8583.


Commits
  • f1e4213 Release 3.10.1 (attempt 2) (#8598)
  • 0810219 Release 3.10.1 (#8587)
  • f287ccc [PR #8583/f185dd19 backport][3.10] Add additional clarification for creating ...
  • 9ed3841 Bump aiohappyeyeballs from 2.3.2 to 2.3.4 (#8569)
  • f19d920 [PR #8566/f3a1afc5 backport][3.10] Fix url dispatcher index when variable is ...
  • 6dff116 [PR #8558/e48acaf7 backport][3.10] Add followup changelog message for #5278 (...
  • 0e6bbbc [PR #8546/a561fa99 backport][3.10] Fix WebSocket server heartbeat timeout log...
  • bf5a66f Bump version number to 3.10.1.dev0 (#8554)
  • See full diff in compare view


Updates moto from 5.0.11 to 5.0.12

Changelog

Sourced from moto's changelog.

5.0.12

Docker Digest for 5.0.12: sha256:e1bde8f908f2fdf0878c8e4398561badd016b51b4d9fd8dcb9f4daef936a4427

General:
    * The MotoProxy can now be run on Windows

New Services:
* DirectConnect:
* create_connection()
* delete_connection()
* describe_connections()
* update_connection()

* DynamoDB:
    * describe_export()
    * export_table_to_point_in_time()
    * list_export()

* NetworkManager:
    * create_device()
    * create_link()
    * create_link()
    * delete_device()
    * delete_link()
    * delete_site()
    * get_devices()
    * get_links()
    * get_sites()
    * list_tags_for_resource()

* SageMaker:
    * list_endpoints()
    * list_endpoint_configs()
    * create_auto_ml_job_v2()
    * describe_auto_ml_job_v2()
    * list_auto_ml_jobs()
    * stop_auto_ml_job()
    * create_compilation_job()
    * describe_compilation_job()
    * list_compilation_jobs()
    * delete_compilation_job()
    * create_domain()
    * describe_domain()
    * list_domains()
    * delete_domain()
    * create_model_explainability_job_definition()
    * describe_model_explainability_job_definition()
    * list_model_explainability_job_definitions()
    * delete_model_explainability_job_definition()

... (truncated)

Commits
  • 707b272 Pre-Release: Up Version Number
  • 434c7a1 Prep release 5.0.12 (#7929)
  • 0f25f2f CloudFormation: update_stack() - Improve UsePreviousValue behaviour (#7928)
  • 2ca9df6 CognitoIDP: ID-token is different when username=email (#7927)
  • fbec8b6 CognitoIDP: initiate_auth with USERNAME_PASSWORD_AUTH and SMS/Software Token ...
  • 743044f ACM: DomainValidationOptions should have SUCCESS-status (#7926)
  • 7cd2763 Consolidate Neptune and RDS backends (#7925)
  • 210a2a3 Feature: Sagemaker Model Quality Job Definition (#7916)
  • ec76952 chore: update SSM default AMI's (#7912)
  • ac09274 Feature: Sagemaker Hyper Parameter Tuning Job (#7917)
  • Additional commits viewable in compare view


Updates boto3 from 1.34.152 to 1.34.154

Commits
  • 2447300 Merge branch 'release-1.34.154'
  • 366b907 Bumping version to 1.34.154
  • af13ba7 Add changelog entries from botocore
  • 1b7dafa Merge branch 'release-1.34.153'
  • 62f3484 Merge branch 'release-1.34.153' into develop
  • 809d4cd Bumping version to 1.34.153
  • f753c4f Add changelog entries from botocore
  • 9489da6 Merge branch 'release-1.34.152' into develop
  • See full diff in compare view


Updates fastapi from 0.111.1 to 0.112.0

Release notes

Sourced from fastapi's releases.

0.112.0

Breaking Changes

  • ♻️ Add support for pip install "fastapi[standard]" with standard dependencies and python -m fastapi. PR #11935 by @​tiangolo.

Summary

Install with:

pip install "fastapi[standard]"

Other Changes

  • This adds support for calling the CLI as:
python -m python
  • And it upgrades fastapi-cli[standard] >=0.0.5.

Technical Details

Before this, fastapi would include the standard dependencies, with Uvicorn and the fastapi-cli, etc.

And fastapi-slim would not include those standard dependencies.

Now fastapi doesn't include those standard dependencies unless you install with pip install "fastapi[standard]".

Before, you would install pip install fastapi, now you should include the standard optional dependencies (unless you want to exclude one of those): pip install "fastapi[standard]".

This change is because having the standard optional dependencies installed by default was being inconvenient to several users, and having to install instead fastapi-slim was not being a feasible solution.

Discussed here: #11522 and here: #11525

Docs

Translations

  • 🌐 Update Portuguese translation for docs/pt/docs/alternatives.md. PR #11931 by @​ceb10n.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/dependencies/sub-dependencies.md. PR #10515 by @​AlertRED.

... (truncated)

Commits
  • b2e2338 🔖 Release version 0.112.0
  • 003d454 📝 Update release notes
  • 450bff6 📝 Update release notes
  • a25c92c ♻️ Add support for pip install "fastapi[standard]" with standard dependenci...
  • 3990a0a 📝 Update release notes
  • 1f7dcc5 🌐 Update Portuguese translation for docs/pt/docs/alternatives.md (#11931)
  • 12a4476 📝 Update release notes
  • efb4a07 🔧 Update sponsors: add liblab (#11934)
  • 9d41d6e 📝 Update release notes
  • 643a87c 👷 Update GitHub Action label-approved permissions (#11933)
  • Additional commits viewable in compare view


Updates uvicorn from 0.30.4 to 0.30.5

Release notes

Sourced from uvicorn's releases.

Version 0.30.5

Fixed

  • Don't close connection before receiving body on H11 (#2408)

Full Changelog: https://github.com/encode/uvicorn/compare/0.30.4...0.30.5

Changelog

Sourced from uvicorn's changelog.

0.30.5 (2024-08-02)

Fixed

  • Don't close connection before receiving body on H11 (#2408)
Commits


Updates aiohttp from 3.10.0 to 3.10.1

Release notes

Sourced from aiohttp's releases.

3.10.1

Bug fixes

  • Fixed WebSocket server heartbeat timeout logic to terminate :py:meth:~aiohttp.ClientWebSocketResponse.receive and return :py:class:~aiohttp.ServerTimeoutError -- by :user:arcivanov.

    When a WebSocket pong message was not received, the :py:meth:~aiohttp.ClientWebSocketResponse.receive operation did not terminate. This change causes _pong_not_received to feed the reader an error message, causing pending :py:meth:~aiohttp.ClientWebSocketResponse.receive to terminate and return the error message. The error message contains the exception :py:class:~aiohttp.ServerTimeoutError.

    Related issues and pull requests on GitHub: #8540.

  • Fixed url dispatcher index not matching when a variable is preceded by a fixed string after a slash -- by :user:bdraco.

    Related issues and pull requests on GitHub: #8566.

Removals and backward incompatible breaking changes

  • Creating :py:class:aiohttp.TCPConnector, :py:class:aiohttp.ClientSession, :py:class:~aiohttp.resolver.ThreadedResolver :py:class:aiohttp.web.Server, or :py:class:aiohttp.CookieJar instances without a running event loop now raises a :exc:RuntimeError -- by :user:asvetlov.

    Creating these objects without a running event loop was deprecated in #3372 which was released in version 3.5.0.

    This change first appeared in version 3.10.0 as #6378.

    Related issues and pull requests on GitHub: #8555, #8583.


Changelog

Sourced from aiohttp's changelog.

3.10.1 (2024-08-03)

Bug fixes

  • Fixed WebSocket server heartbeat timeout logic to terminate :py:meth:~aiohttp.ClientWebSocketResponse.receive and return :py:class:~aiohttp.ServerTimeoutError -- by :user:arcivanov.

    When a WebSocket pong message was not received, the :py:meth:~aiohttp.ClientWebSocketResponse.receive operation did not terminate. This change causes _pong_not_received to feed the reader an error message, causing pending :py:meth:~aiohttp.ClientWebSocketResponse.receive to terminate and return the error message. The error message contains the exception :py:class:~aiohttp.ServerTimeoutError.

    Related issues and pull requests on GitHub: :issue:8540.

  • Fixed url dispatcher index not matching when a variable is preceded by a fixed string after a slash -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:8566.

Removals and backward incompatible breaking changes

  • Creating :py:class:aiohttp.TCPConnector, :py:class:aiohttp.ClientSession, :py:class:~aiohttp.resolver.ThreadedResolver :py:class:aiohttp.web.Server, or :py:class:aiohttp.CookieJar instances without a running event loop now raises a :exc:RuntimeError -- by :user:asvetlov.

    Creating these objects without a running event loop was deprecated in :issue:3372 which was released in version 3.5.0.

    This change first appeared in version 3.10.0 as :issue:6378.

    Related issues and pull requests on GitHub: :issue:8555, :issue:8583.


Commits
  • f1e4213 Release 3.10.1 (attempt 2) (#8598)
  • 0810219 Release 3.10.1 (#8587)
  • f287ccc [PR #8583/f185dd19 backport][3.10] Add additional clarification for creating ...
  • 9ed3841 Bump aiohappyeyeballs from 2.3.2 to 2.3.4 (#8569)
  • f19d920 [PR #8566/f3a1afc5 backport][3.10] Fix url dispatcher index when variable is ...
  • 6dff116 [PR #8558/e48acaf7 backport][3.10] Add followup changelog message for #5278 (...
  • 0e6bbbc [PR #8546/a561fa99 backport][3.10] Fix WebSocket server heartbeat timeout log...
  • bf5a66f Bump version number to 3.10.1.dev0 (#8554)
  • See full diff in compare view


Updates langchain-community from 0.2.10 to 0.2.11

Release notes

Sourced from langchain-community's releases.

langchain-community==0.2.11

Changes since langchain-community==0.2.10

community[patch]: Release 0.2.11 (#24989) community[patch]: support named arguments in github toolkit (#24986) community[patch]: Add test case for MoonshotChat (#24960) community[patch]: adding artifact to Tavily search (#24376) docs: Standardize ZhipuAIEmbeddings docstrings (#24933) community[patch]: Invoke on_llm_new_token callback before yielding chunk (#24938) community[patch]: support bind_tools for ChatMlflow (#24547) community: Fix KeyError in NotionDB loader when 'name' is missing (#24224) community[patch]: Invoke callback prior to yielding token (#24917) community: fix AttributeError: 'YandexGPT' object has no attribute '_grpc_metadata' (#24432) community[patch]: Make the pydantic linter stricter (#24897) community[patch]: Fix arcee llm usage of root_validator(pre=False) (#24896) community[patch]: Add missing annotations (#24890) docs: add retriever integrations template (#24836) docs: Minor corrections and updates to Cohere docs (#22726) [Community][minor]: Added prompt governance in pebblo_retrieval (#24874) community[minor]: [PebbloSafeLoader] Implement content-size-based batching (#24871) community: replace it with Tencent Cloud SDK (#24172) community: deprecate BedrockEmbeddings in favor of langchain-aws (#24846) clob_bugfix... (#24813) community: Fix FastEmbedEmbeddings (#24462) docs[patch]: add toolkit template (#24791) feat(community): add tools support for litellm (#23906) Brave Search: Enhance search result details with extra snippets (#19209) [community]: Fix package name mismatch (#24824) community: Add MiniMaxChat bind_tools and structured output (#24310) docs: Standardize QianfanEmbeddingsEndpoint (#24786) fix docs typos (#23668) community: Fix AWS DocumentDB similarity_search when filter is None (#24777) community:Add support for specifying document_loaders.firecrawl api url. (#24747) Integrating the Yi family of models. (#24491) community[patch]: langchain_community.vectorstores.azuresearch Raise LangChainException instead of bare Exception (#23935) community: creation score_threshold in flashrank_rerank.py (#24016) community: Add parameter allow_dangerous_requests to WebResearchRetriever.from_llm construct (#24712) community: fix dashcope embeddings embed_query func post too much req to api (#24707) community[minor]: Self query retriever for HANA Cloud Vector Engine (#24494) community[patch]: Extend Baichuan model with tool support (#24529) community[patch]: Add OCI Generative AI tool and structured output support (#24693) community[patch]: Replace filters argument to filter in DatabricksVectorSearch (#24530) community[patch]: mlflow handle empty chunk(#24689) Community[minor]: Update VDMS vectorstore (#23729) community: fix ChatEdenAI + EdenAI Tools (#23715) docs: Standardize BaichuanTextEmbeddings docstrings (#24674) community[minor]: passthrough auth parameter on requests to Ollama-LLMs (#24068) community[patch]: Fix invalid iohttp verify parameter (#24655) community[minor]: Add ScrapingAnt Loader Community Integration (