Небольшие правки и улучшение README
All checks were successful
Build And Publish Package / publish (push) Successful in 54s

This commit is contained in:
2026-01-16 09:44:46 +03:00
parent 8d593fa750
commit 55489ac505
5 changed files with 104 additions and 103 deletions

View File

@ -1,11 +1,9 @@
[project]
name = "aiohttpx"
version = "1.3.1"
version = "1.4.0"
description = "Custom HTTPX client with aiohttp transport, rate limiter and caching"
readme = "README.md"
authors = [
{ name = "Miwory", email = "miwory.uwu@gmail.com" }
]
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]
requires-python = ">=3.13"
dependencies = [
"aiohttp[speedups]>=3.13,<=3.14",
@ -16,10 +14,10 @@ dependencies = [
[project.optional-dependencies]
dev = [
"ruff==0.14.2",
"pyright==1.1.407",
"poethepoet==0.37.0",
"pre-commit==4.3.0",
"ruff==0.14.13",
"pyright==1.1.408",
"poethepoet==0.40.0",
"pre-commit==4.5.1",
"types-redis==4.6.0.20241004",
]