Skip to content

Commit

Permalink
Pins Pydantic to version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill committed Jul 3, 2023
1 parent 861e9a9 commit 96782f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies = [
"jupyter_server>=1.6,<3",
"traitlets",
"nbconvert",
"pydantic",
"pydantic>=1,<2",
"sqlalchemy<2",
"croniter",
"pytz",
Expand Down

0 comments on commit 96782f2

Please sign in to comment.