Skip to content

Commit

Permalink
build(poetry): limit requests version to avoid urllib errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed May 6, 2023
1 parent 78d9339 commit 2cfdb5b
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 @@ -35,7 +35,7 @@ enex2notion = "enex2notion.cli:main"
python = "^3.7"
beautifulsoup4 = "^4.11.1"
python-dateutil = "^2.8.2"
requests = "^2.27.1"
requests = ">=2.27.1,<2.29"
w3lib = "^1.22.0"
tinycss2 = "^1.1.1"
pdfkit = "^1.0.0"
Expand Down

0 comments on commit 2cfdb5b

Please sign in to comment.