Skip to content

Commit

Permalink
Security update: require httpx >= 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Dec 18, 2024
1 parent 9cb98b2 commit f5710b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_description():
packages=["notion_client"],
python_requires=">=3.7, <4",
install_requires=[
"httpx >= 0.15.0",
"httpx >= 0.23.0",
],
classifiers=[
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit f5710b4

Please sign in to comment.