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 pip group across 1 directory with 18 updates #120

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the pip group with 18 updates in the / directory:

Package From To
aiosignal 1.3.1 1.3.2
attrs 24.2.0 24.3.0
boto3 1.35.80 1.35.81
botocore 1.35.80 1.35.82
certifi 2024.8.30 2024.12.14
debugpy 1.8.9 1.8.11
google-ai-generativelanguage 0.6.13 0.6.14
google-cloud-resource-manager 1.13.1 1.14.0
huggingface-hub 0.26.5 0.27.0
langchain 0.3.11 0.3.12
langchain-community 0.3.11 0.3.12
langchain-core 0.3.24 0.3.25
langchain-text-splitters 0.3.2 0.3.3
matplotlib 3.9.3 3.10.0
ninja 1.11.1.2 1.11.1.3
openai 1.57.3 1.57.4
pydantic-settings 2.6.1 2.7.0
python-json-logger 3.2.0 3.2.1

Updates aiosignal from 1.3.1 to 1.3.2

Release notes

Sourced from aiosignal's releases.

1.3.2

Deprecations and Removals

  • Dropped Python 3.7 support. (#413)

  • Dropped Python 3.8 support. (#645)

Misc


Changelog

Sourced from aiosignal's changelog.

1.3.2 (2024-12-13)

Deprecations and Removals

  • Dropped Python 3.7 support. [#413](https://github.com/aio-libs/aiosignal/issues/413) <https://github.com/aio-libs/aiosignal/issues/413>_

  • Dropped Python 3.8 support. [#645](https://github.com/aio-libs/aiosignal/issues/645) <https://github.com/aio-libs/aiosignal/issues/645>_

Misc

  • [#362](https://github.com/aio-libs/aiosignal/issues/362) <https://github.com/aio-libs/aiosignal/issues/362>_

Commits

Updates attrs from 24.2.0 to 24.3.0

Commits

Updates boto3 from 1.35.80 to 1.35.81

Commits
  • 1297fdd Merge branch 'release-1.35.81'
  • abf1b3b Bumping version to 1.35.81
  • ce04462 Add changelog entries from botocore
  • aa78fa9 Merge branch 'release-1.35.80' into develop
  • See full diff in compare view

Updates botocore from 1.35.80 to 1.35.82

Commits
  • 446e957 Merge branch 'release-1.35.82'
  • a106e25 Bumping version to 1.35.82
  • 69f31e7 Update to latest models
  • 83ff617 Merge branch 'release-1.35.81'
  • 6523df7 Merge branch 'release-1.35.81' into develop
  • 53e3998 Bumping version to 1.35.81
  • c4dd25d Update endpoints model
  • 994ac68 Update to latest models
  • d6dc188 Merge branch 'release-1.35.80' into develop
  • See full diff in compare view

Updates certifi from 2024.8.30 to 2024.12.14

Commits
  • 4ba3900 2024.12.14 (#329)
  • 9164660 Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#331)
  • 3dc3651 Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#328)
  • c5bf18d Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#327)
  • b908391 Bump actions/setup-python from 5.2.0 to 5.3.0 (#326)
  • bc26b41 Bump actions/checkout from 4.2.1 to 4.2.2 (#325)
  • 57afc22 Bump actions/upload-artifact from 4.4.1 to 4.4.3 (#323)
  • a495091 test against 3.13 final
  • 62f8144 Added 3.13 classifier (#322)
  • 94d23a0 Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#321)
  • Additional commits viewable in compare view

Updates debugpy from 1.8.9 to 1.8.11

Release notes

Sourced from debugpy's releases.

debugpy v1.8.11

Full Changelog: microsoft/debugpy@v1.8.9...v1.8.11

Fixes for:

Commits
  • 34cc53b Merge pull request #1779 from microsoft/remove_bytecode_distinfo
  • a99d933 Remove bytecode distinfo causing PyPi publish errors and ignore it from now on
  • 5014f25 Properly update pydevd._settrace.called (#1751)
  • 43f4102 Make sure attach binaries are built before running tox (#1753)
  • a78e5c2 Fix path modification for windows filesystems that can't handle .. (#1752)
  • 3823aba Fix problem with lineno being none when generating traceback (#1750)
  • See full diff in compare view

Updates google-ai-generativelanguage from 0.6.13 to 0.6.14

Commits
  • 20b8aaf chore: release main (#13297)
  • d596268 feat: [google-cloud-monitoring] Added support for notification prompts in Ale...
  • 19ed3be feat: [Many APIs] Add support for opt-in debug logging (#13343)
  • 44761a8 chore: fix orchestration-airflow docs (#13355)
  • d3e4f8d chore: fix docs for automl (#13354)
  • 8b9c7bf feat: [Many APIs] Add support for opt-in debug logging (#13349)
  • 1fcae7a chore: remove case-sensitive duplicate file (#13340)
  • 11a3ff2 feat: add initial files for google.shopping.merchant.reviews.v1beta (#13351)
  • feb5c03 feat: [Many APIs] Add support for opt-in debug logging (#13345)
  • 819e8fb feat: [Many APIs] Add support for opt-in debug logging (#13344)
  • Additional commits viewable in compare view

Updates google-cloud-resource-manager from 1.13.1 to 1.14.0

Release notes

Sourced from google-cloud-resource-manager's releases.

google-cloud-resource-manager: v1.14.0

1.14.0 (2024-12-12)

Features

  • Add support for opt-in debug logging (8e6b0cc)

Bug Fixes

  • Fix typing issue with gRPC metadata when key ends in -bin (8e6b0cc)
Commits
  • 20b8aaf chore: release main (#13297)
  • d596268 feat: [google-cloud-monitoring] Added support for notification prompts in Ale...
  • 19ed3be feat: [Many APIs] Add support for opt-in debug logging (#13343)
  • 44761a8 chore: fix orchestration-airflow docs (#13355)
  • d3e4f8d chore: fix docs for automl (#13354)
  • 8b9c7bf feat: [Many APIs] Add support for opt-in debug logging (#13349)
  • 1fcae7a chore: remove case-sensitive duplicate file (#13340)
  • 11a3ff2 feat: add initial files for google.shopping.merchant.reviews.v1beta (#13351)
  • feb5c03 feat: [Many APIs] Add support for opt-in debug logging (#13345)
  • 819e8fb feat: [Many APIs] Add support for opt-in debug logging (#13344)
  • Additional commits viewable in compare view

Updates huggingface-hub from 0.26.5 to 0.27.0

Release notes

Sourced from huggingface-hub's releases.

[v0.27.0] DDUF tooling, torch model loading helpers & multiple quality of life improvements and bug fixes

📦 Introducing DDUF tooling

DDUF (DDUF's Diffusion Unified Format) is a single-file format for diffusion models that aims to unify the different model distribution methods and weight-saving formats by packaging all model components into a single file. We will soon have a detailed documentation for that.

The huggingface_hub library now provides tooling to handle DDUF files in Python. It includes helpers to read and export DDUF files, and built-in rules to validate file integrity.

How to write a DDUF file?

>>> from huggingface_hub import export_folder_as_dduf
Export "path/to/FLUX.1-dev" folder as a DDUF file
>>> export_folder_as_dduf("FLUX.1-dev.dduf", folder_path="path/to/FLUX.1-dev")

How to read a DDUF file?

>>> import json
>>> import safetensors.torch
>>> from huggingface_hub import read_dduf_file
Read DDUF metadata (only metadata is loaded, lightweight operation)
>>> dduf_entries = read_dduf_file("FLUX.1-dev.dduf")
Returns a mapping filename <> DDUFEntry
>>> dduf_entries["model_index.json"]
DDUFEntry(filename='model_index.json', offset=66, length=587)
Load the model_index.json content
>>> json.loads(dduf_entries["model_index.json"].read_text())
{'_class_name': 'FluxPipeline', '_diffusers_version': '0.32.0.dev0', '_name_or_path': 'black-forest-labs/FLUX.1-dev', 'scheduler': ['diffusers', 'FlowMatchEulerDiscreteScheduler'], 'text_encoder': ['transformers', 'CLIPTextModel'], 'text_encoder_2': ['transformers', 'T5EncoderModel'], 'tokenizer': ['transformers', 'CLIPTokenizer'], 'tokenizer_2': ['transformers', 'T5TokenizerFast'], 'transformer': ['diffusers', 'FluxTransformer2DModel'], 'vae': ['diffusers', 'AutoencoderKL']}
Load VAE weights using safetensors
>>> with dduf_entries["vae/diffusion_pytorch_model.safetensors"].as_mmap() as mm:
...     state_dict = safetensors.torch.load(mm)

⚠️ Note that this is a very early version of the parser. The API and implementation can evolve in the near future. 👉 More details about the API in the documentation here.

DDUF parser v0.1 by @​Wauplin in #2692

💾 Serialization

Following the introduction of the torch serialization module in 0.22.* and the support of saving torch state dict to disk in 0.24.*, we now provide helpers to load torch state dicts from disk. By centralizing these functionalities in huggingface_hub, we ensure a consistent implementation across the HF ecosystem while allowing external libraries to benefit from standardized weight handling.

>>> from huggingface_hub import load_torch_model, load_state_dict_from_file
load state dict from a single file
>>> state_dict = load_state_dict_from_file("path/to/weights.safetensors")
</tr></table>

... (truncated)

Commits
  • 6bfa5dd Release: v0.27.0
  • ea8cb06 Release: v0.27.0.rc1
  • 875b3a8 Merge branch 'main' into v0.27-release
  • c4e6079 [InferenceClient] Keep generate_kwargs instead of generation_parameters (...
  • 9100950 Release: v0.27.0.rc0
  • 6be2b3e 📝Translating docs to Simplified Chinese (#2705)
  • ca3f674 remove context manager when loading shards and handle mlx weights (#2709)
  • 4b0b179 DDUF parser v0.1 (#2692)
  • b75f8d9 [Serialization] support loading torch state dict from disk (#2687)
  • 51b866f Fix test_list_spaces_linked (#2707)
  • Additional commits viewable in compare view

Updates langchain from 0.3.11 to 0.3.12

Release notes

Sourced from langchain's releases.

langchain-core==0.3.12

Changes since langchain-core==0.3.11

core: release 0.3.12 (#27410) docs, core: error messaging [wip] (#27397)

langchain-community==0.3.12

Changes since langchain-community==0.3.11

community[patch]: Release 0.3.12 (#28725) community: fix an issue with deepinfra integration (#28715) [community]: Render documents to graphviz (#24830) docs, community: aerospike docs update (#28717) community: 🐛 PDF Filter Type Error (#27154) community: fallback on core async atransform_documents method for MarkdownifyTransformer (#27866) community[minor]: Opensearch hybridsearch implementation (#25375) community[minor]: Fix json._validate_metadata_func() (#22842) community[minor]: Add TablestoreVectorStore (#25767) community: make old stub for QuerySQLDataBaseTool private to skip api ref (#28711) Community: add modified_since argument to O365BaseLoader (#28708) community[patch]: fix QuerySQLDatabaseTool name (#28659) docs: Fix stack diagram in community README (#28685) community: fixes json loader not getting texts with json standard (#27327) community: add method to create branch and list files for gitlab tool (#27883) community: ChatSnowflakeCortex - Add streaming functionality (#27753) community: Add support for cross-region inference profile IDs in Bedrock Anthropic Claude token cost calculation (#28167) community: VectorStores: Azure Cosmos DB Mongo vCore with DiskANN (#27329) Community: Adding bulk_size as a setable param for OpenSearchVectorSearch (#28325) community: fixed bug in model2vec embedding code (#28670) community: use correct id_key when deleting by id in LanceDB wrapper (#28655) [Community]: requests_kwargs not being used in _fetch (#28646) community[minor]: FAISS Filter Function Enhancement with Advanced Query Operators (#28207) community: tongyi multimodal response format fix to support langchain (#28645)

langchain==0.3.12

Changes since langchain==0.3.11

langchain[patch]: Release 0.3.12 (#28724) langchain: fixed weaviate (v4) vectorstore import for self-query retriever (#28675)

Commits

Updates langchain-community from 0.3.11 to 0.3.12

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.12

Changes since langchain-community==0.3.11

community[patch]: Release 0.3.12 (#28725) community: fix an issue with deepinfra integration (#28715) [community]: Render documents to graphviz (#24830) docs, community: aerospike docs update (#28717) community: 🐛 PDF Filter Type Error (#27154) community: fallback on core async atransform_documents method for MarkdownifyTransformer (#27866) community[minor]: Opensearch hybridsearch implementation (#25375) community[minor]: Fix json._validate_metadata_func() (#22842) community[minor]: Add TablestoreVectorStore (#25767) community: make old stub for QuerySQLDataBaseTool private to skip api ref (#28711) Community: add modified_since argument to O365BaseLoader (#28708) community[patch]: fix QuerySQLDatabaseTool name (#28659) docs: Fix stack diagram in community README (#28685) community: fixes json loader not getting texts with json standard (#27327) community: add method to create branch and list files for gitlab tool (#27883) community: ChatSnowflakeCortex - Add streaming functionality (#27753) community: Add support for cross-region inference profile IDs in Bedrock Anthropic Claude token cost calculation (#28167) community: VectorStores: Azure Cosmos DB Mongo vCore with DiskANN (#27329) Community: Adding bulk_size as a setable param for OpenSearchVectorSearch (#28325) community: fixed bug in model2vec embedding code (#28670) community: use correct id_key when deleting by id in LanceDB wrapper (#28655) [Community]: requests_kwargs not being used in _fetch (#28646) community[minor]: FAISS Filter Function Enhancement with Advanced Query Operators (#28207) community: tongyi multimodal response format fix to support langchain (#28645)

Commits

Updates langchain-core from 0.3.24 to 0.3.25

Release notes

Sourced from langchain-core's releases.

langchain-core==0.3.25

Changes since langchain-core==0.3.24

core: release 0.3.25 (#28718) core[patch]: throw exception indexing code if deletion fails in vectorstore (#28103) core[minor]: add new clean up strategy "scoped_full" to indexing (#28505) core[patch]: Update error message in indexing code for unreachable code assertion (#28712) core[patch]: Reverts PR #25754 and add unit tests (#28702)

Commits

Updates langchain-text-splitters from 0.3.2 to 0.3.3

Release notes

Sourced from langchain-text-splitters's releases.

langchain-text-splitters==0.3.3

Changes since langchain-text-splitters==0.3.2

text-splitters[patch]: Release 0.3.3 (#28723) text-splitters: add pydocstyle linting (#28127) docs: more api ref links, add linting step to prevent more (#28495)

Commits

Updates matplotlib from 3.9.3 to 3.10.0

Release notes

Sourced from matplotlib's releases.

REL: v3.10.0

Highlights of this release include:

- Preliminary support for free-threaded CPython 3.13
- Standard getters/setters for axis inversion state
- New more-accessible color cycle
- Dark-mode diverging colormaps
- Exception handling control
- InsetIndicator artist
- FillBetweenPolyCollection
- Fill between 3D lines
- Data in 3D plots can now be dynamically clipped to the axes view limits
- Rotating 3d plots with the mouse
- Increased Figure limits with Agg renderer
- Subfigures no longer provisional
- Subfigures are now added in row-major order

Matplotlib v3.10.0rc1

This is the first release candidate for Matplotlib 3.10.0

REL: 3.9.4

This is the fourth bugfix release of the 3.9.x series.

This release contains two bug-fixes:

  • Fix toolbar icons in GTK backend
  • Fix Poly3DCollection initialization with list of lists
Commits
  • 8d64f03 REL: v3.10.0 release
  • d9dfee8 [doc] Fix dead links
  • 87a603f Update release notes for 3.10.0
  • cdecf97 Update github stats for 3.10
  • b8d19bd Merge pull request #29306 from meeseeksmachine/auto-backport-of-pr-29242-on-v...
  • a42d0ed Backport PR #29242: DOC: Add kwdoc list to scatter() docstring
  • 1900640 Merge pull request #29299 from QuLogic/merge-v39x
  • 815389c Merge branch 'v3.9.x' into v3.10.x
  • 73873c0 DOC: Create release notes for 3.9.4
  • 9d17a2b DOC: Add Zenodo DOI for 3.9.4
  • Additional commits viewable in compare view

Updates ninja from 1.11.1.2 to 1.11.1.3

Release notes

Sourced from ninja's releases.

1.11.1.3

What's Changed

Full Changelog: scikit-build/ninja-python-distributions@1.11.1.2...1.11.1.3

Commits

Updates openai from 1.57.3 to 1.57.4

Release notes

Sourced from openai's releases.

v1.57.4

1.57.4 (2024-12-13)

Full Changelog: v1.57.3...v1.57.4

Chores

Changelog

Sourced from openai's changelog.

1.57.4 (2024-12-13)

Full Changelog: v1.57.3...v1.57.4

Chores

Commits

Updates pydantic-settings from 2.6.1 to 2.7.0

Release notes

Sourced from pydantic-settings's releases.

v2.7.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.6.1...v2.7.0

Commits
  • 95fae54 Prepare release 2.7.0 (#499)
  • b8968a7 Fix attribute error on Python 3.9 with typing.Sequence (#497)
  • 3667aed Improve field value parsing by adding NoDecode and ForceDecode annotation...
  • 2f498fe Change reference of default values validation in documentation (#496)
  • 7bcb6ed Add support for CLI kebab case flag. (#489)
  • 0b3e73d Relax default protected_namespaces (#483)
  • 3f831e9 Removing return type from the function in test (#491)
  • a903697 Strip annotated when getting submodels during CLI parsing. (#490)
  • a0924bc Fix alias resolution to use preferred key. (#481)
  • 6fe3bd1 Fix Secret field parsing (#478)
  • Additional commits viewable in compare view

Updates python-json-logger from 3.2.0 to 3.2.1

Release notes

Sourced from python-json-logger's releases.

3.2.1

3.2.1 - 2024-12-16

Fixed

  • Import error on import pythonjsonlogger.jsonlogger #29
Changelog

Sourced from python-json-logger's changelog.

3.2.1 - 2024-12-16

Fixed

  • Import error on imp...

    Description has been truncated

Bumps the pip group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aiosignal](https://github.com/aio-libs/aiosignal) | `1.3.1` | `1.3.2` |
| [attrs](https://github.com/sponsors/hynek) | `24.2.0` | `24.3.0` |
| [boto3](https://github.com/boto/boto3) | `1.35.80` | `1.35.81` |
| [botocore](https://github.com/boto/botocore) | `1.35.80` | `1.35.82` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` |
| [debugpy](https://github.com/microsoft/debugpy) | `1.8.9` | `1.8.11` |
| [google-ai-generativelanguage](https://github.com/googleapis/google-cloud-python) | `0.6.13` | `0.6.14` |
| [google-cloud-resource-manager](https://github.com/googleapis/google-cloud-python) | `1.13.1` | `1.14.0` |
| [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `0.26.5` | `0.27.0` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.3.11` | `0.3.12` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.11` | `0.3.12` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.24` | `0.3.25` |
| [langchain-text-splitters](https://github.com/langchain-ai/langchain) | `0.3.2` | `0.3.3` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.9.3` | `3.10.0` |
| [ninja](https://github.com/scikit-build/ninja-python-distributions) | `1.11.1.2` | `1.11.1.3` |
| [openai](https://github.com/openai/openai-python) | `1.57.3` | `1.57.4` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.6.1` | `2.7.0` |
| [python-json-logger](https://github.com/nhairs/python-json-logger) | `3.2.0` | `3.2.1` |



Updates `aiosignal` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/aio-libs/aiosignal/releases)
- [Changelog](https://github.com/aio-libs/aiosignal/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiosignal@v1.3.1...v1.3.2)

Updates `attrs` from 24.2.0 to 24.3.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `boto3` from 1.35.80 to 1.35.81
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.80...1.35.81)

Updates `botocore` from 1.35.80 to 1.35.82
- [Commits](boto/botocore@1.35.80...1.35.82)

Updates `certifi` from 2024.8.30 to 2024.12.14
- [Commits](certifi/python-certifi@2024.08.30...2024.12.14)

Updates `debugpy` from 1.8.9 to 1.8.11
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.9...v1.8.11)

Updates `google-ai-generativelanguage` from 0.6.13 to 0.6.14
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-ai-generativelanguage-v0.6.13...google-ai-generativelanguage-v0.6.14)

Updates `google-cloud-resource-manager` from 1.13.1 to 1.14.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-resource-manager-v1.13.1...google-cloud-resource-manager-v1.14.0)

Updates `huggingface-hub` from 0.26.5 to 0.27.0
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.26.5...v0.27.0)

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

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

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

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

Updates `matplotlib` from 3.9.3 to 3.10.0
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.3...v3.10.0)

Updates `ninja` from 1.11.1.2 to 1.11.1.3
- [Release notes](https://github.com/scikit-build/ninja-python-distributions/releases)
- [Changelog](https://github.com/scikit-build/ninja-python-distributions/blob/master/HISTORY.rst)
- [Commits](scikit-build/ninja-python-distributions@1.11.1.2...1.11.1.3)

Updates `openai` from 1.57.3 to 1.57.4
- [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.57.3...v1.57.4)

Updates `pydantic-settings` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.6.1...v2.7.0)

Updates `python-json-logger` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/nhairs/python-json-logger/releases)
- [Changelog](https://github.com/nhairs/python-json-logger/blob/main/docs/changelog.md)
- [Commits](nhairs/python-json-logger@v3.2.0...v3.2.1)

---
updated-dependencies:
- dependency-name: aiosignal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: debugpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: google-ai-generativelanguage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: google-cloud-resource-manager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: huggingface-hub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: langchain-community
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: langchain-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: langchain-text-splitters
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: ninja
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: python-json-logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
...

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 Dec 16, 2024
@jagapiou jagapiou self-assigned this Dec 17, 2024
@copybara-service copybara-service bot merged commit fa301ee into main Dec 18, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pip-96bee1f454 branch December 18, 2024 20:43
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.

1 participant