Правки и публицирование пакета
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "aiohttpx"
|
||||
version = "1.2.2"
|
||||
version = "1.3.0"
|
||||
description = "Custom HTTPX client with aiohttp transport, rate limiter and caching"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
@ -8,10 +8,10 @@ authors = [
|
||||
]
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"aiohttp==3.13.1",
|
||||
"httpx==0.28.1",
|
||||
"orjson==3.11.4",
|
||||
"redis[hiredis]==7.0.0",
|
||||
"aiohttp[speedups]>=3.13,<=3.14",
|
||||
"httpx>=0.28,<=0.29",
|
||||
"orjson>=3.11,<=3.12",
|
||||
"redis[hiredis]>=7.0,<=7.1",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
@ -23,6 +23,12 @@ dev = [
|
||||
"types-redis==4.6.0.20241004",
|
||||
]
|
||||
|
||||
[[tool.uv.index]]
|
||||
name = "aiohttpx"
|
||||
url = "https://git.miwory.dev/api/packages/Miwory/pypi/simple"
|
||||
publish-url = "https://git.miwory.dev/api/packages/Miwory/pypi/legacy"
|
||||
explicit = true
|
||||
|
||||
[tool.poe.tasks]
|
||||
_git = "git add ."
|
||||
_lint = "pre-commit run --all-files"
|
||||
|
||||
Reference in New Issue
Block a user