File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7373 run : |
7474 python -m pip install --upgrade pip
7575 pip install bump2version build twine
76- pip install -e ".[dev]"
76+ pip install -e ".[all, dev]"
7777
7878 - name : Configure git
7979 run : |
Original file line number Diff line number Diff line change 7676 run : |
7777 python -m pip install --upgrade pip
7878 pip install bump2version build twine
79- pip install -e ".[dev]"
79+ pip install -e ".[all, dev]"
8080
8181 - name : Configure git
8282 run : |
Original file line number Diff line number Diff line change 1818# Core lightweight dependencies only
1919core_deps = [
2020 "pydantic>=2.0,<3.0" ,
21+ "pydantic-settings>=2.0.0" ,
2122 "typing-extensions>=4.0" ,
2223]
2324
4344 ],
4445 "cli" : [
4546 "typer>=0.12.0" ,
47+ "pydantic-settings>=2.0.0" ,
4648 ],
4749 "crypto" : [
4850 "cryptography>=40.0.0" ,
6668 "aiohttp>=3.8.0" ,
6769 "requests>=2.30.0" ,
6870 "typer>=0.12.0" ,
71+ "pydantic-settings>=2.0.0" ,
6972 "cryptography>=40.0.0" ,
7073 ],
7174}
Original file line number Diff line number Diff line change @@ -45,5 +45,6 @@ commands =
4545
4646[pytest]
4747asyncio_mode = auto
48+ asyncio_default_fixture_loop_scope = function
4849markers =
4950 integration: marks tests as integration tests that may require external dependencies
You can’t perform that action at this time.
0 commit comments