File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 18
18
poetry install
19
19
- name : Test with pytest
20
20
run : |
21
- poetry run tox -e 'py-1.9,py-1.10,py-2.x '
21
+ poetry run tox -e 'py'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ packages = [{include = "pydantic_async_validation"}]
9
9
10
10
[tool .poetry .dependencies ]
11
11
python = " ^3.8"
12
- pydantic = " >=1.9 .0,<3.0.0"
12
+ pydantic = " >=2.0 .0,<3.0.0"
13
13
fastapi = {version = " >=0.100.0,<1.0.0" , optional = true }
14
14
15
15
[tool .poetry .extras ]
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
isolated_build = True
3
3
envlist =
4
- py39-{1.9,1.10,2.x} ,
5
- py310-{1.9,1.10,2.x} ,
6
- py311-{1.9,1.10,2.x}
4
+ py39,
5
+ py310,
6
+ py311
7
7
8
8
[testenv]
9
9
deps =
10
10
pytest
11
- 1.9: pydantic>=1.9,<1.10
12
- 1.10: pydantic>=1.10,<1.11
13
- 2.x: pydantic>=2.0,<3.0
11
+ pytest-asyncio
14
12
commands = pytest
You can’t perform that action at this time.
0 commit comments