Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-requirements group across 1 directory with 11 updates #105

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2024

Bumps the python-requirements group with 11 updates in the / directory:

Package From To
aiohttp 3.10.8 3.10.9
httpcore 1.0.5 1.0.6
idna 3.9 3.10
langchain 0.3.1 0.3.2
langchain-core 0.3.6 0.3.9
langchain-openai 0.2.1 0.2.2
langsmith 0.1.129 0.1.131
openai 1.50.2 1.51.0
pydantic-core 2.23.4 2.24.0
pymongo 4.9.1 4.10.1
tiktoken 0.7.0 0.8.0

Updates aiohttp from 3.10.8 to 3.10.9

Release notes

Sourced from aiohttp's releases.

3.10.9

Bug fixes

  • Fixed proxy headers being used in the ConnectionKey hash when a proxy was not being used -- by :user:bdraco.

    If default headers are used, they are also used for proxy headers. This could have led to creating connections that were not needed when one was already available.

    Related issues and pull requests on GitHub: #9368.

  • Widened the type of the trace_request_ctx parameter of :meth:ClientSession.request() <aiohttp.ClientSession.request> and friends -- by :user:layday.

    Related issues and pull requests on GitHub: #9397.

Removals and backward incompatible breaking changes

  • Fixed failure to try next host after single-host connection timeout -- by :user:brettdh.

    The default client :class:aiohttp.ClientTimeout params has changed to include a sock_connect timeout of 30 seconds so that this correct behavior happens by default.

    Related issues and pull requests on GitHub: #7342.

Miscellaneous internal changes

  • Improved performance of resolving hosts with Python 3.12+ -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9342.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.10.9 (2024-10-04)

Bug fixes

  • Fixed proxy headers being used in the ConnectionKey hash when a proxy was not being used -- by :user:bdraco.

    If default headers are used, they are also used for proxy headers. This could have led to creating connections that were not needed when one was already available.

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

  • Widened the type of the trace_request_ctx parameter of :meth:ClientSession.request() <aiohttp.ClientSession.request> and friends -- by :user:layday.

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

Removals and backward incompatible breaking changes

  • Fixed failure to try next host after single-host connection timeout -- by :user:brettdh.

    The default client :class:aiohttp.ClientTimeout params has changed to include a sock_connect timeout of 30 seconds so that this correct behavior happens by default.

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

Miscellaneous internal changes

  • Improved performance of resolving hosts with Python 3.12+ -- by :user:bdraco.

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

... (truncated)

Commits
  • b779432 Release 3.10.9 (#9415)
  • 08ada3e [PR #9405/b96b01b backport][3.10] Only create the connection closed exception...
  • 978ed74 [PR #9406/24b0e6f backport][3.10] Add slots to timer helpers (#9411)
  • e1320b7 [PR #9398/3f43bd1b backport][3.10] Widen trace_request_ctx type (#9403)
  • b5e2b0b [PR #7368/8a8913b backport][3.10] Fixed failure to try next host after single...
  • 6198a56 [PR #9368/02d8dba9 backport][3.10] Avoid using the proxy headers in the Conne...
  • 456cf5e [PR #9386/803d818d backport][3.10] Small speed up to starting client requests...
  • 8e395a1 [PR #9366/43deadb2 backport][3.10] Small speed up to update_headers (#9383)
  • 57ce46c [PR #9372/0416d28 backport][3.10] Only prepare proxy headers for a request if...
  • 0a74b54 [PR #9367/b612127d backport][3.10] Speed up handling auth in urls (#9380)
  • Additional commits viewable in compare view

Updates httpcore from 1.0.5 to 1.0.6

Release notes

Sourced from httpcore's releases.

Version 1.0.6 (October 1st, 2024)

  • Relax trio dependency pinning. (#956)
  • Handle trio raising NotImplementedError on unsupported platforms. (#955)
  • Handle mapping ssl.SSLError to httpcore.ConnectError. (#918)
Changelog

Sourced from httpcore's changelog.

Version 1.0.6 (October 1st, 2024)

  • Relax trio dependency pinning. (#956)
  • Handle trio raising NotImplementedError on unsupported platforms. (#955)
  • Handle mapping ssl.SSLError to httpcore.ConnectError. (#918)
Commits

Updates idna from 3.9 to 3.10

Changelog

Sourced from idna's changelog.

3.10 (2024-09-15) +++++++++++++++++

  • Reverted to Unicode 15.1.0 data. Unicode 16 has some significant changes to UTS46 processing that will require more work to properly implement.
Commits

Updates langchain from 0.3.1 to 0.3.2

Release notes

Sourced from langchain's releases.

langchain-core==0.3.2

Changes since langchain-core==0.3.1

core[patch]: Release 0.3.2 (#26686) core[patch]: Fix load of ChatBedrock (#26679) core[patch]: support load from path for default namespaces (#26675) core, community: move graph vectorstores to community (#26678) core: Add N(naming) ruff rules (#25362) core: use ruff.target-version instead (#26634) core: remove [project] tag from pyproject (#26633) core: Put Python version as a project requirement so it is considered by ruff (#26608) core[patch]: Add ruff rule UP006(use PEP585 annotations) (#26574) docs: pypi readme image links (#26590) core,openai,grow,fw[patch]: deprecate bind_functions, update chat mod… (#26584)

langchain==0.3.2

Changes since langchain==0.3.1

langchain[patch]: Release 0.3.2 (#27073) multiple: update docs urls to latest 2 (#26837) core[patch]: Add kwargs to Runnable (#27008) core[patch]: fix structured prompt template format (#27003)

Commits

Updates langchain-core from 0.3.6 to 0.3.9

Release notes

Sourced from langchain-core's releases.

langchain-core==0.3.9

Changes since langchain-core==0.3.8

core[patch]: Release 0.3.9 (#27117) core,integrations[minor]: Dont error on fields in model_kwargs (#27110) core: fix batch race condition in FakeListChatModel (#26924) core[patch]: exclude model cache from ser (#27086) core[patch]: add UsageMetadata details (#27072)

langchain-core==0.3.8

Changes since langchain-core==0.3.7

core[patch]: Release 0.3.8 (#27046) core[patch]: Support injected tool args that are arbitrary types (#27045) core[patch]: fix init of RunnableAssign (#26903) multiple: update docs urls to latest 2 (#26837) core[patch]: improve index/aindex api when batch_size<n_docs (#25754) core[patch]: Add kwargs to Runnable (#27008) Merge pull request #26794

langchain-core==0.3.7

Changes since langchain-core==0.3.6

core[patch]: Release 0.3.7 (#27004) core[patch]: fix structured prompt template format (#27003) core: Add ruff rules for pycodestyle Warning (W) (#26964) core[patch]: Add ruff rules for flake8-simplify (SIM) (#26848) docs: Upgrade examples with RunnableWithMessageHistory to langgraph memory (#26855) core: Add ruff rules for PIE (#26939) core[fix]: using async rate limiter methods in async code (#26914) core: Fix IndexError when trim_messages invoked with empty list (#26896)

Commits
  • 11df1b2 core[patch]: Release 0.3.9 (#27117)
  • 558fb4d box: Add citation support to langchain_box.retrievers.BoxRetriever when used ...
  • 1e768a9 anthropic[patch]: correctly handle tool msg with empty list (#27109)
  • 4935a14 core,integrations[minor]: Dont error on fields in model_kwargs (#27110)
  • 0495b7f anthropic[patch]: add usage_metadata details (#27087)
  • e8e5d67 openai: fix None token detail (#27091)
  • 2715bed docs[patch]: update links w/ new langgraph API ref (#26961)
  • 47142eb docs: Integrations NVIDIA llm documentation (#26934)
  • ab4dab9 core: fix batch race condition in FakeListChatModel (#26924)
  • 87fc5ce core[patch]: exclude model cache from ser (#27086)
  • Additional commits viewable in compare view

Updates langchain-openai from 0.2.1 to 0.2.2

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.2.2

Changes since langchain-openai==0.2.1

standard-tests[patch]: fix oai usage metadata test (#27122) openai[patch]: Release 0.2.2 (#27119) core,integrations[minor]: Dont error on fields in model_kwargs (#27110) openai: fix None token detail (#27091) openai[patch]: add usage metadata details (#27080) openai[patch]: exclude http client (#26891) openai[patch]: update deprecation target in API ref (#26921) openai[patch]: increase token limit in azure integration tests (#26901)

Commits

Updates langsmith from 0.1.129 to 0.1.131

Release notes

Sourced from langsmith's releases.

v0.1.131

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.1.130...v0.1.131

v0.1.130

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.1.129...v0.1.130

Commits

Updates openai from 1.50.2 to 1.51.0

Release notes

Sourced from openai's releases.

v1.51.0

1.51.0 (2024-10-01)

Full Changelog: v1.50.2...v1.51.0

Features

  • api: support storing chat completions, enabling evals and model distillation in the dashboard (2840c6d)

Chores

Documentation

Changelog

Sourced from openai's changelog.

1.51.0 (2024-10-01)

Full Changelog: v1.50.2...v1.51.0

Features

  • api: support storing chat completions, enabling evals and model distillation in the dashboard (2840c6d)

Chores

Documentation

Commits

Updates pydantic-core from 2.23.4 to 2.24.0

Release notes

Sourced from pydantic-core's releases.

v2.24.0 2024-09-20

What's Changed

Features

Fixes

New Contributors

Full Changelog: pydantic/pydantic-core@v2.23.4...v2.24.0

Commits
  • 31a5156 Prep for v2.24.0 (#1458)
  • f3f436e Add support for unpacked TypedDict to type hint variadic keyword arguments ...
  • 8c1a0da Support wider variety of enum validation cases (#1456)
  • e0b4c94 feat: add 'millisecond' option to ser_json_timedelta config parameter (#1427)
  • bc0c97a Do not require padding when decoding base64 bytes (#1448)
  • See full diff in compare view

Updates pymongo from 4.9.1 to 4.10.1

Release notes

Sourced from pymongo's releases.

PyMongo 4.10.1

Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-10-1-released/299573

PyMongo 4.10.0

Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-10-0-released/299474

PyMongo 4.9.2

  • Fixed a bug where pymongo.asynchronous.mongo_client.AsyncMongoClient could deadlock.
  • Fixed a bug where PyMongo could fail to import on Windows if asyncio is misconfigured.
  • Fixed a bug where pymongo.results.UpdateResult.did_upsert would raise a TypeError.
Changelog

Sourced from pymongo's changelog.

Changes in Version 4.10.1

Version 4.10.1 is a bug fix release.

  • Fixed a bug where :meth:~pymongo.results.UpdateResult.did_upsert would raise a TypeError.
  • Fixed Binary BSON subtype (9) support on big-endian operating systems (such as zSeries).

Issues Resolved ...............

See the PyMongo 4.10.1 release notes in JIRA_ for the list of resolved issues in this release.

.. _PyMongo 4.10.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40788

Changes in Version 4.10.0

  • Added provisional (BETA) support for a new Binary BSON subtype (9) used for efficient storage and retrieval of vectors: densely packed arrays of numbers, all of the same type. This includes new methods :meth:~bson.binary.Binary.from_vector and :meth:~bson.binary.Binary.as_vector.
  • Added C extension use to client metadata, for example: {"driver": {"name": "PyMongo|c", "version": "4.10.0"}, ...}
  • Fixed a bug where :class:~pymongo.asynchronous.mongo_client.AsyncMongoClient could deadlock.
  • Fixed a bug where PyMongo could fail to import on Windows if asyncio is misconfigured.

Issues Resolved ...............

See the PyMongo 4.10 release notes in JIRA_ for the list of resolved issues in this release.

.. _PyMongo 4.10 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40553

Changes in Version 4.9.2

  • Fixed a bug where :class:~pymongo.asynchronous.mongo_client.AsyncMongoClient could deadlock.
  • Fixed a bug where PyMongo could fail to import on Windows if asyncio is misconfigured.
  • Fixed a bug where :meth:~pymongo.results.UpdateResult.did_upsert would raise a TypeError.

Issues Resolved ...............

See the PyMongo 4.9.2 release notes in JIRA_ for the list of resolved issues in this release.

.. _PyMongo 4.9.2 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40732

Commits
  • 77cd7ab BUMP 4.10.1
  • 1c28430 PYTHON-4808 Add changelog for 4.10.1 (#1890)
  • 7848feb PYTHON-4786 - Fix UpdateResult.did_upsert TypeError (#1878)
  • 0279407 PYTHON-4806 Fix expected metadata in mockupdb tests (#1888)
  • 7fbeca9 [PYTHON-4803] Big endian fix for binary bson vectors (#1885)
  • bfba548 PYTHON-4789 Migrate test_retryable_reads.py to async (#1877)
  • 8791aa0 PYTHON-4790 Migrate test_retryable_writes.py to async (#1876)
  • c0f7810 BUMP 4.11.0.dev0
  • 4713afa BUMP 4.10.0
  • ae6cfd6 [DRIVERS-2926] [PYTHON-4577] BSON Binary Vector Subtype Support (#1813)
  • Additional commits viewable in compare view

Updates tiktoken from 0.7.0 to 0.8.0

Changelog

Sourced from tiktoken's changelog.

[v0.8.0]

  • Support for o1- and chatgpt-4o- models
  • Build wheels for Python 3.13
  • Add possessive quantifiers to limit backtracking in regular expressions, thanks to @​l0rinc!
  • Provide a better error message and type for invalid token decode
  • Permit tuples in type hints
  • Better error message for passing invalid input to get_encoding
  • Better error messages during plugin loading
  • Add a __version__ attribute
  • Update versions of pyo3, regex, fancy-regex
  • Drop support for Python 3.8
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-requirements group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.8` | `3.10.9` |
| [httpcore](https://github.com/encode/httpcore) | `1.0.5` | `1.0.6` |
| [idna](https://github.com/kjd/idna) | `3.9` | `3.10` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.3.1` | `0.3.2` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.6` | `0.3.9` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.2.1` | `0.2.2` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.1.129` | `0.1.131` |
| [openai](https://github.com/openai/openai-python) | `1.50.2` | `1.51.0` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.23.4` | `2.24.0` |
| [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.9.1` | `4.10.1` |
| [tiktoken](https://github.com/openai/tiktoken) | `0.7.0` | `0.8.0` |



Updates `aiohttp` from 3.10.8 to 3.10.9
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.10.8...v3.10.9)

Updates `httpcore` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/encode/httpcore/releases)
- [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md)
- [Commits](encode/httpcore@1.0.5...1.0.6)

Updates `idna` from 3.9 to 3.10
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.9...v3.10)

Updates `langchain` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.3.1...langchain==0.3.2)

Updates `langchain-core` from 0.3.6 to 0.3.9
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==0.3.6...langchain-core==0.3.9)

Updates `langchain-openai` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==0.2.1...langchain-openai==0.2.2)

Updates `langsmith` from 0.1.129 to 0.1.131
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.1.129...v0.1.131)

Updates `openai` from 1.50.2 to 1.51.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.50.2...v1.51.0)

Updates `pydantic-core` from 2.23.4 to 2.24.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.23.4...v2.24.0)

Updates `pymongo` from 4.9.1 to 4.10.1
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.9.1...4.10.1)

Updates `tiktoken` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/openai/tiktoken/releases)
- [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md)
- [Commits](openai/tiktoken@0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: httpcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: langchain-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: langchain-openai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: langsmith
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: tiktoken
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 4, 2024
@john0isaac john0isaac self-requested a review October 4, 2024 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants