Skip to content

Commit

Permalink
deps: Update dependency fastapi to v0.105.0 (#129)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>tiangolo/fastapi (fastapi)</summary>

###
[`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
[#&#8203;10773](https://togithub.com/tiangolo/fastapi/pull/10773) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).

##### Refactors

- 🔥 Remove unused NoneType. PR
[#&#8203;10774](https://togithub.com/tiangolo/fastapi/pull/10774) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).

##### Docs

- 📝 Tweak default suggested configs for generating clients. PR
[#&#8203;10736](https://togithub.com/tiangolo/fastapi/pull/10736) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).

##### Internal

- 🔧 Update sponsors, add Scalar. PR
[#&#8203;10728](https://togithub.com/tiangolo/fastapi/pull/10728) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 🔧 Update sponsors, add PropelAuth. PR
[#&#8203;10760](https://togithub.com/tiangolo/fastapi/pull/10760) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 👷 Update build docs, verify README on CI. PR
[#&#8203;10750](https://togithub.com/tiangolo/fastapi/pull/10750) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 🔧 Update sponsors, remove Fern. PR
[#&#8203;10729](https://togithub.com/tiangolo/fastapi/pull/10729) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 🔧 Update sponsors, add Codacy. PR
[#&#8203;10677](https://togithub.com/tiangolo/fastapi/pull/10677) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 🔧 Update sponsors, add Reflex. PR
[#&#8203;10676](https://togithub.com/tiangolo/fastapi/pull/10676) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 📝 Update release notes, move and check latest-changes. PR
[#&#8203;10588](https://togithub.com/tiangolo/fastapi/pull/10588) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).
- 👷 Upgrade latest-changes GitHub Action. PR
[#&#8203;10587](https://togithub.com/tiangolo/fastapi/pull/10587) by
[@&#8203;tiangolo](https://togithub.com/tiangolo).

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
renovate-bot authored Dec 12, 2023
1 parent 2491dc8 commit a6d0291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion langchain_tools_demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion retrieval_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a6d0291

Please sign in to comment.