We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31a24c commit 00a8e07Copy full SHA for 00a8e07
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "twscrape"
7
-version = "0.11.0"
+version = "0.11.1"
8
authors = [{name = "vladkens", email = "[email protected]"}]
9
description = "Twitter GraphQL and Search API implementation with SNScrape data models"
10
readme = "readme.md"
@@ -21,7 +21,7 @@ classifiers = [
21
dependencies = [
22
"aiosqlite>=0.17.0",
23
"fake-useragent>=1.4.0",
24
- "httpx>=0.24.0",
+ "httpx>=0.26.0",
25
"loguru>=0.7.0",
26
]
27
0 commit comments