From a6d029126db3c01d1c178e5c3d3f197b31ffac9d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 12 Dec 2023 18:17:24 +0100 Subject: [PATCH] deps: Update dependency fastapi to v0.105.0 (#129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastapi](https://togithub.com/tiangolo/fastapi) | `==0.104.1` -> `==0.105.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/fastapi/0.105.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/fastapi/0.105.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/fastapi/0.104.1/0.105.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/fastapi/0.104.1/0.105.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
tiangolo/fastapi (fastapi) ### [`v0.105.0`](https://togithub.com/tiangolo/fastapi/releases/tag/0.105.0) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.104.1...0.105.0) ##### Features - ✨ Add support for multiple Annotated annotations, e.g. `Annotated[str, Field(), Query()]`. PR [#​10773](https://togithub.com/tiangolo/fastapi/pull/10773) by [@​tiangolo](https://togithub.com/tiangolo). ##### Refactors - 🔥 Remove unused NoneType. PR [#​10774](https://togithub.com/tiangolo/fastapi/pull/10774) by [@​tiangolo](https://togithub.com/tiangolo). ##### Docs - 📝 Tweak default suggested configs for generating clients. PR [#​10736](https://togithub.com/tiangolo/fastapi/pull/10736) by [@​tiangolo](https://togithub.com/tiangolo). ##### Internal - 🔧 Update sponsors, add Scalar. PR [#​10728](https://togithub.com/tiangolo/fastapi/pull/10728) by [@​tiangolo](https://togithub.com/tiangolo). - 🔧 Update sponsors, add PropelAuth. PR [#​10760](https://togithub.com/tiangolo/fastapi/pull/10760) by [@​tiangolo](https://togithub.com/tiangolo). - 👷 Update build docs, verify README on CI. PR [#​10750](https://togithub.com/tiangolo/fastapi/pull/10750) by [@​tiangolo](https://togithub.com/tiangolo). - 🔧 Update sponsors, remove Fern. PR [#​10729](https://togithub.com/tiangolo/fastapi/pull/10729) by [@​tiangolo](https://togithub.com/tiangolo). - 🔧 Update sponsors, add Codacy. PR [#​10677](https://togithub.com/tiangolo/fastapi/pull/10677) by [@​tiangolo](https://togithub.com/tiangolo). - 🔧 Update sponsors, add Reflex. PR [#​10676](https://togithub.com/tiangolo/fastapi/pull/10676) by [@​tiangolo](https://togithub.com/tiangolo). - 📝 Update release notes, move and check latest-changes. PR [#​10588](https://togithub.com/tiangolo/fastapi/pull/10588) by [@​tiangolo](https://togithub.com/tiangolo). - 👷 Upgrade latest-changes GitHub Action. PR [#​10587](https://togithub.com/tiangolo/fastapi/pull/10587) by [@​tiangolo](https://togithub.com/tiangolo).
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/genai-databases-retrieval-app). --- langchain_tools_demo/requirements.txt | 2 +- retrieval_service/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/langchain_tools_demo/requirements.txt b/langchain_tools_demo/requirements.txt index f7e26582..0b5dd3cd 100644 --- a/langchain_tools_demo/requirements.txt +++ b/langchain_tools_demo/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.104.1 +fastapi==0.105.0 google-cloud-aiplatform==1.37.0 google-auth==2.25.1 itsdangerous==2.1.2 diff --git a/retrieval_service/requirements.txt b/retrieval_service/requirements.txt index f1225ffd..51fe3b04 100644 --- a/retrieval_service/requirements.txt +++ b/retrieval_service/requirements.txt @@ -1,5 +1,5 @@ asyncpg==0.29.0 -fastapi==0.104.1 +fastapi==0.105.0 google-cloud-firestore==2.13.1 google-cloud-aiplatform==1.37.0 langchain==0.0.346