Skip to content

Commit

Permalink
Upgrade dependencies and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rwb27 committed Nov 23, 2023
1 parent 84d1037 commit e2942f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"fastapi[all]>=0.101.0",
"fastapi[all]>=0.104.0",
"pydantic>=2.0.0",
"jsonschema",
"typing_extensions",
Expand All @@ -23,8 +23,8 @@ dependencies = [
dev = [
"pytest>=7.4.0, <8",
"pytest-cov",
"mypy>=0.812",
"ruff>=0.0.283",
"mypy>=1.6.1, <2",
"ruff>=0.1.3",
"types-jsonschema",
"numpy~=1.20",
]
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit e2942f0

Please sign in to comment.