Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
build(deps): update pydantic requirement in /requirements
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.8.2...v2.3.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 686fb03 commit 57027f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/serve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cytoolz >0.11, <=0.12.2
graphviz >=0.19, <=0.20.1
tqdm >4.60, <=4.66.1
fastapi >0.65, <=0.103.0
pydantic >1.8.1, <2.0.0 # strict
pydantic >1.8.1, <3.0.0 # strict
starlette <0.32.0
uvicorn[standard] >=0.12.0, <=0.23.2
aiofiles >22.1.0, <=23.1.0
Expand Down

0 comments on commit 57027f9

Please sign in to comment.