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

chore(deps): update python dependencies #32

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
azure-identity (source) ==1.15.0 -> ==1.19.0 age adoption passing confidence
azure-keyvault-secrets (source) ==4.7.0 -> ==4.9.0 age adoption passing confidence
black (changelog) ==23.11.0 -> ==23.12.1 age adoption passing confidence
fastapi (changelog) ==0.104.1 -> ==0.115.6 age adoption passing confidence
httpx (changelog) ==0.26.0 -> ==0.28.1 age adoption passing confidence
isort (source, changelog) ==5.12.0 -> ==5.13.2 age adoption passing confidence
langchain (changelog) ==0.0.329 -> ==0.3.13 age adoption passing confidence
pre-commit ==3.5.0 -> ==3.8.0 age adoption passing confidence
pydantic-settings (changelog) ==2.1.0 -> ==2.7.0 age adoption passing confidence
qdrant-client ==1.6.9 -> ==1.12.2 age adoption passing confidence
requests (source, changelog) ==2.31.0 -> ==2.32.3 age adoption passing confidence
uvicorn (changelog) ==0.24.0.post1 -> ==0.34.0 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-python (azure-identity)

v1.19.0

Compare Source

1.19.0 (2024-10-08)

Bugs Fixed
  • Fixed the request sent in AzurePipelinesCredential so it doesn't result in a redirect response when an invalid system access token is provided. (#​37510)
Other Changes
  • Deprecated AzureAuthorityHosts.AZURE_GERMANY

v1.18.0

Compare Source

1.18.0 (2024-09-19)

Features Added
  • All credentials now implement the SupportsTokenInfo or AsyncSupportsTokenInfo protocol. Each credential now has a get_token_info method which returns an AccessTokenInfo object. The get_token_info method is an alternative method to get_token that improves support for more complex authentication scenarios. (#​36882)
    • Information on when a token should be refreshed is now saved in AccessTokenInfo (if available).
Other Changes
  • Added identity config validation to ManagedIdentityCredential to avoid non-deterministic states (e.g. both resource_id and object_id are specified). (#​36950)
  • Additional validation was added for ManagedIdentityCredential in Azure Cloud Shell environments. (#​36438)
  • Bumped minimum dependency on azure-core to >=1.31.0.

v1.17.1

Compare Source

1.17.1 (2024-06-21)

Bugs Fixed
  • Continue to attempt requesting token if the probing request receives non-json response. (#​36184)

v1.17.0

Compare Source

1.17.0 (2024-06-18)

Breaking Changes

These changes do not impact the API of stable versions such as 1.16.0.
Only code written against a beta version such as 1.17.0b1 is affected.

  • AzurePipelinesCredential now has a required keyword argument system_access_token. (#​35858)
Bugs Fixed
  • Allow credential chains to continue when an IMDS probe request returns a non-JSON response in ManagedIdentityCredential. (#​36016)

v1.16.1

Compare Source

1.16.1 (2024-06-11)

Bugs Fixed
  • Managed identity bug fixes

v1.16.0

Compare Source

1.16.0 (2021-07-01)

Features Added
  • Add new provisional methods send_request onto the azure.core.PipelineClient and azure.core.AsyncPipelineClient. This method takes in
    requests and sends them through our pipelines.
  • Add new provisional module azure.core.rest. azure.core.rest is our new public simple HTTP library in azure.core that users will use to create requests, and consume responses.
  • Add new provisional errors StreamConsumedError, StreamClosedError, and ResponseNotReadError to azure.core.exceptions. These errors
    are thrown if you mishandle streamed responses from the provisional azure.core.rest module
Fixed
  • Improved error message in the from_dict method of CloudEvent when a wrong schema is sent.
psf/black (black)

v23.12.1

Compare Source

Packaging
  • Fixed a bug that included dependencies from the d extra by default (#​4108)

v23.12.0

Compare Source

Highlights

It's almost 2024, which means it's time for a new edition of Black's stable style!
Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft
2024 stable style, which we'll finalize in the January release. Please try it out and
share your feedback.

This release (23.12.0) will still produce the 2023 style. Most but not all of the
changes in --preview mode will be in the 2024 stable style.

Stable style
  • Fix bug where # fmt: off automatically dedents when used with the --line-ranges
    option, even when it is not within the specified line range. (#​4084)
  • Fix feature detection for parenthesized context managers (#​4104)
Preview style
  • Prefer more equal signs before a break when splitting chained assignments (#​4010)
  • Standalone form feed characters at the module level are no longer removed (#​4021)
  • Additional cases of immediately nested tuples, lists, and dictionaries are now
    indented less (#​4012)
  • Allow empty lines at the beginning of all blocks, except immediately before a
    docstring (#​4060)
  • Fix crash in preview mode when using a short --line-length (#​4086)
  • Keep suites consisting of only an ellipsis on their own lines if they are not
    functions or class definitions (#​4066) (#​4103)
Configuration
  • --line-ranges now skips Black's internal stability check in --safe mode. This
    avoids a crash on rare inputs that have many unformatted same-content lines. (#​4034)
Packaging
Integrations
fastapi/fastapi (fastapi)

v0.115.6

Compare Source

Fixes
  • 🐛 Preserve traceback when an exception is raised in sync dependency with yield. PR #​5823 by @​sombek.
Refactors
  • ♻️ Update tests and internals for compatibility with Pydantic >=2.10. PR #​12971 by @​tamird.
Docs
Translations
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/async.md. PR #​12990 by @​ILoveSorasakiHina.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/query-param-models.md. PR #​12932 by @​Vincy1230.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/testing-dependencies.md. PR #​12992 by @​Limsunoh.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/websockets.md. PR #​12991 by @​kwang1215.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/response-model.md. PR #​12933 by @​AndreBBM.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/middlewares.md. PR #​12753 by @​nahyunkeem.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/openapi-webhooks.md. PR #​12752 by @​saeye.
  • 🌐 Add Chinese translation for docs/zh/docs/tutorial/query-param-models.md. PR #​12931 by @​Vincy1230.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/query-param-models.md. PR #​12445 by @​gitgernit.
  • 🌐 Add Korean translation for docs/ko/docs/tutorial/query-param-models.md. PR #​12940 by @​jts8257.
  • 🔥 Remove obsolete tutorial translation to Chinese for docs/zh/docs/tutorial/sql-databases.md, it references files that are no longer on the repo. PR #​12949 by @​tiangolo.
Internal

v0.115.5

Compare Source

Refactors
Docs
Translations
Internal

v0.115.4

Compare Source

Refactors
  • ♻️ Update logic to import and check python-multipart for compatibility with newer version. PR #​12627 by @​tiangolo.
Docs
Translations
Internal

v0.115.3

Compare Source

Upgrades
Docs
Translations
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/fastapi-cli.md. PR [

Configuration

📅 Schedule: Branch creation - "before 5am on monday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from 5ad1d4a to 53fd93e Compare December 13, 2023 22:53
@renovate renovate bot force-pushed the renovate/python-dependencies branch 5 times, most recently from a497a40 to 70ebca2 Compare December 26, 2023 22:08
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from ce8b426 to 6ac68fb Compare January 12, 2024 09:36
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from fc01d03 to 962c1d0 Compare January 22, 2024 21:37
@renovate renovate bot force-pushed the renovate/python-dependencies branch 5 times, most recently from 219f95d to 03f599a Compare January 29, 2024 12:26
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from 42e4664 to 733483e Compare February 4, 2024 21:50
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from dee4068 to 0cae0de Compare February 10, 2024 22:09
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from 920db8b to b16faf8 Compare October 15, 2024 19:00
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from 9537bda to 93964f6 Compare October 22, 2024 16:01
@renovate renovate bot force-pushed the renovate/python-dependencies branch 6 times, most recently from c85f812 to c397fd8 Compare November 1, 2024 22:55
@renovate renovate bot force-pushed the renovate/python-dependencies branch from c397fd8 to d622a43 Compare November 12, 2024 17:32
@renovate renovate bot force-pushed the renovate/python-dependencies branch 2 times, most recently from c6ecd13 to 8fa170b Compare November 23, 2024 14:17
@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from ead19d2 to c63adf2 Compare December 4, 2024 01:45
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from 56518f2 to cc06078 Compare December 13, 2024 10:47
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from b51d779 to c6b1c38 Compare December 18, 2024 23:06
@renovate renovate bot force-pushed the renovate/python-dependencies branch from c6b1c38 to 2ab92b4 Compare December 27, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants