Skip to content

Commit

Permalink
Update pydantic requirement from ~=1.10.12 to ~=2.6.3
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.10.12...v2.6.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 63fb238 commit 01930b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Core
streamlit~=1.29.0
pydantic~=1.10.12
pydantic~=2.6.3

# Streamlit components
streamlit-elements
Expand Down

0 comments on commit 01930b3

Please sign in to comment.