Skip to content

Commit

Permalink
Upgrade minimum required Django version
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Nov 18, 2023
1 parent 0bf66d9 commit e859797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies = [
"bs4 >= 0.0.1",
"anyio == 3.7.1",
"pymupdf >= 1.23.5",
"django == 4.2.5",
"django == 4.2.7",
"authlib == 1.2.1",
"gpt4all >= 2.0.0; platform_system == 'Linux' and platform_machine == 'x86_64'",
"gpt4all >= 2.0.0; platform_system == 'Windows' or platform_system == 'Darwin'",
Expand Down

0 comments on commit e859797

Please sign in to comment.