Небольшие правки и улучшение README
All checks were successful
Build And Publish Package / publish (push) Successful in 54s
All checks were successful
Build And Publish Package / publish (push) Successful in 54s
This commit is contained in:
@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user