Skip to content

Commit f6ebf20

Browse files
committed
ignore ellar samples and updated project dependencies
1 parent f892323 commit f6ebf20

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ ignore_errors = True
2929

3030
[mypy-ellar.__main__.*]
3131
ignore_errors = True
32+
33+
[mypy-ellar.samples.*]
34+
ignore_errors = True

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ classifiers = [
4141
]
4242

4343
dependencies = [
44-
"injector; python_version >= '3.7'",
4544
"injector <= 0.19.0; python_version < '3.7'",
45+
"injector; python_version >= '3.7'",
4646
"starlette == 0.21.0; python_version >= '3.7'",
4747
"starlette == 0.19.1; python_version < '3.7'",
4848
"pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0",
4949
"jinja2",
50-
"typer",
50+
"typer >=0.6.1,<0.7.0",
5151
# exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225
5252
"tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3",
5353
]

0 commit comments

Comments
 (0)