Skip to content

Commit 7732ae5

Browse files
Ready for version update
1 parent b8d91e6 commit 7732ae5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "xtimeline"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Lightweight X/Twitter timeline client (GraphQL via cURL or auth strategies)"
55
readme = "README.md"
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.11"
77
license = "MIT"
88
authors = [{ name = "Stephan Akkerman" }]
99
keywords = ["twitter", "x", "timeline", "scraping", "aiohttp", "asyncio"]
1010
dependencies = [
11-
"aiohttp>=3.12.15",
11+
"aiohttp>=3.13.5",
1212
"uncurl>=0.0.11",
1313
]
1414

0 commit comments

Comments
 (0)