Skip to content

Commit

Permalink
Add Pydantic pin to requirements (#1861)
Browse files Browse the repository at this point in the history
Add pydantic requirement in requirements.txt
  • Loading branch information
ravi-kumar-pilla authored Apr 16, 2024
1 parent ecf143c commit 196aa39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Please follow the established format:
- Remove demo data source and update feature hints. (#1804)
- Add markdown support for backticks in the pop-up reminder. (#1826)
- Fix posix path conversion on Windows in DatasetStatsHook. (#1843)
- Add `pydantic` pin to requirements. (#1861)

# Release 8.0.1

Expand Down
1 change: 1 addition & 0 deletions package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ orjson~=3.9
packaging~=23.0
pandas>=1.3
plotly>=4.0
pydantic>=2.0.0
secure>=0.3.0
sqlalchemy>=1.4, <3
strawberry-graphql>=0.192.0, <1.0
Expand Down

0 comments on commit 196aa39

Please sign in to comment.