Skip to content

Commit

Permalink
chore(v2): bump 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spumer committed Jan 8, 2024
1 parent 9085211 commit d55f25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-jsonrpc"
version = "2.7.2"
version = "2.8.0"
description = "JSON-RPC server based on fastapi"
license = "MIT"
authors = ["Sergey Magafurov <magafurov@tochka.com>"]
Expand All @@ -15,7 +15,7 @@ python = "^3.8"
aiojobs = ">0.2.2"
fastapi = [
{version = ">0.55.0", python = "<3.11"},
{version = ">=0.86.0,<0.106.0", python = ">=3.11"},
{version = ">=0.106.0", python = ">=3.11"},
]
pydantic = [
{version = ">0.0.0", python = "<3.11"},
Expand Down

0 comments on commit d55f25b

Please sign in to comment.