Skip to content

Commit b75eb0b

Browse files
authored
remove pydantic dependency (#17)
* remove pydantic dependency * updating mypy and dropping support for Python 3.10
1 parent 864578b commit b75eb0b

File tree

5 files changed

+634
-604
lines changed

5 files changed

+634
-604
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
fail-fast: false
7575
matrix:
76-
python-version: ["3.10", "3.11"]
76+
python-version: ["3.11"]
7777

7878
steps:
7979
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)