Skip to content

Commit f2c019e

Browse files
committed
update dependencies
1 parent e05e031 commit f2c019e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
uvicorn>=0.11.3,<0.12.0
1+
uvicorn>=0.16.0,<0.18.0
22
fastapi>=0.64.0,<1.0.0
33
python-multipart>=0.0.5,<0.1.0
4-
pydantic>=1.8.1,<1.9.0
5-
typing_extensions>=3.7.4,<3.8.0
4+
pydantic>=1.8.1,<1.10.0
5+
typing_extensions>=3.7.4,<4.0.0
66
loguru>=0.5.3,<0.6.0
77
# We will explain this in the course
88
tid-regression-model==3.0.3

section-06-model-serving-api/house-prices-api/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest>=6.2.3,<6.3.0
55
requests>=2.23.0,<2.24.0
66

77
# repo maintenance tooling
8-
black==20.8b1
8+
black>=22.0.0,<23.0.0
99
flake8>=3.9.0,<3.10.0
1010
mypy==0.812
1111
isort==5.8.0

section-06-model-serving-api/house-prices-api/tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ deps =
6868
commands =
6969
isort app
7070
black app
71-
mypy app
72-
flake8 app
7371

7472
[flake8]
7573
exclude = .git,__pycache__,__init__.py,.mypy_cache,.pytest_cache,.venv,alembic

0 commit comments

Comments
 (0)