chore(deps): bumping pydantic to V2 (#207)

* chore(deps): bumping pydantic to V2

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix(lib): validators

* fix(ci): add tests and fixes

* fix(lib): add missing mode arg

* fix(lib): change function name

* chore(tests): add more tests and use pytest

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* chore(deps): change test deps

* chore(ci): install manim deps

* fix(ci): move to right place

* fix(lib): add custom schema

* fix(lib): validators

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Jérome Eertmans
2023-07-05 14:35:58 +02:00
committed by GitHub
parent e1d5fb732c
commit 9279d2a22a
10 changed files with 578 additions and 327 deletions

View File

@ -333,7 +333,7 @@ class Slide(Scene): # type:ignore
files=files,
resolution=self.__resolution,
background_color=self.__background_color,
).json(indent=2)
).model_dump_json(indent=2)
)
logger.info(