From 00a8e07b43c1fbbea95566cc3aae95db76cd4ae3 Mon Sep 17 00:00:00 2001 From: Vlad Pronsky Date: Mon, 12 Feb 2024 22:17:05 +0200 Subject: [PATCH] =?UTF-8?q?v0.11.1=20=E2=80=93=20fix=20deps=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61d0580..fd2db8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "twscrape" -version = "0.11.0" +version = "0.11.1" authors = [{name = "vladkens", email = "v.pronsky@gmail.com"}] description = "Twitter GraphQL and Search API implementation with SNScrape data models" readme = "readme.md" @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ "aiosqlite>=0.17.0", "fake-useragent>=1.4.0", - "httpx>=0.24.0", + "httpx>=0.26.0", "loguru>=0.7.0", ]