Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
v2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
kolypto committed May 1, 2022
1 parent 9381c5d commit d88663a
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 = "apiens"
version = "2.0.0"
version = "2.0.0-rc1"
description = ""
authors = ["Mark Vartanyan <kolypto@gmail.com>"]
repository = 'https://github.com/kolypto/py-apiens'
Expand All @@ -13,7 +13,7 @@ pydantic = {version = "^1.7", optional = true}
fastapi = {version = ">= 0.59.0", optional = true}
SQLAlchemy = {version = "^1.3.1", optional = true}
ariadne = {version = "^0.13.0", optional = true}
jessiql = "^0.0.1"
jessiql = "^1.0.0-rc1"
graphql-core = {version = ">= 3.1.0, <3.2.0", optional = true} # TODO: graphql-core 3.2.0 currently breaks Ariadne

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit d88663a

Please sign in to comment.