Skip to content

Commit b39446d

Browse files
deps: Update dependency pydantic to v2.5.2 (#95)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pydantic](https://togithub.com/pydantic/pydantic) ([changelog](https://docs.pydantic.dev/latest/changelog/)) | `==2.5.1` -> `==2.5.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/2.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/2.5.1/2.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/2.5.1/2.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pydantic/pydantic (pydantic)</summary> ### [`v2.5.2`](https://togithub.com/pydantic/pydantic/releases/tag/v2.5.2): 2023-11-22 [Compare Source](https://togithub.com/pydantic/pydantic/compare/v2.5.1...v2.5.2) ##### v2.5.2 (2023-11-22) [GitHub release](https://togithub.com/pydantic/pydantic/releases/tag/v2.5.2) ##### What's Changed ##### Packaging - uprev `pydantic-core` to 2.14.5 ##### New Features - Add `ConfigDict.ser_json_inf_nan` by [@&#8203;davidhewitt](https://togithub.com/davidhewitt) in [#&#8203;8159](https://togithub.com/pydantic/pydantic/pull/8159) ##### Fixes - Fix validation of `Literal` from JSON keys when used as `dict` key by [@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in [pydantic/pydantic-core#1075](https://togithub.com/pydantic/pydantic-core/pull/1075) - Fix bug re `custom_init` on members of `Union` by [@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in [pydantic/pydantic-core#1076](https://togithub.com/pydantic/pydantic-core/pull/1076) - Fix `JsonValue` `bool` serialization by [@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in [#&#8203;8190](https://togithub.com/pydantic/pydantic/pull/8159) - Fix handling of unhashable inputs with `Literal` in `Union`s by [@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in [pydantic/pydantic-core#1089](https://togithub.com/pydantic/pydantic-core/pull/1089) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: Averi Kitsch <[email protected]>
1 parent 9378a27 commit b39446d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retrieval_service/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ google-cloud-firestore==2.13.1
44
google-cloud-aiplatform==1.36.4
55
langchain==0.0.337
66
pgvector==0.2.4
7-
pydantic==2.5.1
7+
pydantic==2.5.2
88
uvicorn[standard]==0.24.0.post1
99
cloud-sql-python-connector==1.4.3
1010
sqlalchemy==2.0.23

0 commit comments

Comments
 (0)