Skip to content

Commit aaa3a89

Browse files
authored
Pins Pydantic to version 1, adds Python 3.11 (#391)
* Pins Pydantic to version 1 * More specific pin
1 parent a80667b commit aaa3a89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ classifiers = [
2626
"Programming Language :: Python :: 3.8",
2727
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: 3.10",
29+
"Programming Language :: Python :: 3.11",
2930
]
3031
dependencies = [
3132
"jupyter_server>=1.6,<3",
3233
"traitlets",
3334
"nbconvert",
34-
"pydantic",
35+
"pydantic~=1.10",
3536
"sqlalchemy<2",
3637
"croniter",
3738
"pytz",

0 commit comments

Comments
 (0)