Skip to content

Commit

Permalink
🚑 2.17 is broken lock dependencies on higher versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GLEF1X committed Nov 6, 2022
1 parent 8bfe2a9 commit 7037931
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 67 deletions.
111 changes: 49 additions & 62 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "glQiwiApi"
version = "2.17"
version = "2.17.1"
description = "The ultrarapid and multifunctional wrapper over QIWI and YooMoney"
authors = [
"Glib Garanin <glebgar567@gmail.com>"
Expand Down Expand Up @@ -44,12 +44,12 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
pytz = { version = "2022.6", python = "<3.9"}
aiohttp = "^3.7.3"
pydantic = "^1"
aiohttp = "^3.8.3"
pydantic = "^1.10.2"
typing_extensions = { version = "^4.0.1", python = "<=3.7" }

# Fast
uvloop = { version = "*", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true }
uvloop = { version = "^0.16.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true }
aiofiles = { version = "^22.1.0", optional = true}

# Docs
Expand Down Expand Up @@ -85,7 +85,7 @@ pytest-benchmark = { version = "^4.0.0", extras = ["histogram"] }
# development
black = { version = "^22.6.0", python = ">=3.6" }
isort = "^5.8.0"
mypy = "^0.971"
mypy = "^0.982"
flake8 = "^5.0.4"
async-timeout = "^4.0.2"

Expand Down

0 comments on commit 7037931

Please sign in to comment.