Skip to content

Commit 00a8e07

Browse files
committed
v0.11.1 – fix deps versions
1 parent e31a24c commit 00a8e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "twscrape"
7-
version = "0.11.0"
7+
version = "0.11.1"
88
authors = [{name = "vladkens", email = "[email protected]"}]
99
description = "Twitter GraphQL and Search API implementation with SNScrape data models"
1010
readme = "readme.md"
@@ -21,7 +21,7 @@ classifiers = [
2121
dependencies = [
2222
"aiosqlite>=0.17.0",
2323
"fake-useragent>=1.4.0",
24-
"httpx>=0.24.0",
24+
"httpx>=0.26.0",
2525
"loguru>=0.7.0",
2626
]
2727

0 commit comments

Comments
 (0)