We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cd786 commit 71a3415Copy full SHA for 71a3415
graphene_sqlalchemy/__init__.py
@@ -2,7 +2,7 @@
2
from .fields import SQLAlchemyConnectionField
3
from .utils import get_query, get_session
4
5
-__version__ = "3.0.0b1"
+__version__ = "3.0.0"
6
7
__all__ = [
8
"__version__",
setup.py
@@ -13,7 +13,7 @@
13
14
requirements = [
15
# To keep things simple, we only support newer versions of Graphene
16
- "graphene>=3.0.0b7",
+ "graphene>=3.0.0",
17
"promise>=2.3",
18
"SQLAlchemy>=1.1,<2",
19
"aiodataloader>=0.2.0,<1.0",
0 commit comments