You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by na...@apache.org on 2018/03/19 19:28:19 UTC

[10/42] incubator-spot git commit: Specify graphql-core version 1.1 support

Specify graphql-core version 1.1 support

There seem to be backwards incompatibilities with graphql-core 2+ and as result we need to ensure that the version installed is 1.1 for everything to install and work properly.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spot/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spot/commit/10256f4c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spot/tree/10256f4c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spot/diff/10256f4c

Branch: refs/heads/SPOT-181_ODM
Commit: 10256f4c1ea4eed93caf86aa831459e97f4ae9d8
Parents: 341eb02
Author: Tadd Wood <ta...@arcadiadata.com>
Authored: Fri Dec 29 11:48:29 2017 -0600
Committer: Tadd Wood <ta...@arcadiadata.com>
Committed: Fri Dec 29 11:48:29 2017 -0600

----------------------------------------------------------------------
 spot-oa/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/10256f4c/spot-oa/requirements.txt
----------------------------------------------------------------------
diff --git a/spot-oa/requirements.txt b/spot-oa/requirements.txt
index 9f3afb8..1faa1b6 100644
--- a/spot-oa/requirements.txt
+++ b/spot-oa/requirements.txt
@@ -16,7 +16,7 @@ ipython == 3.2.1
 # GraphQL API dependencies
 flask
 flask-graphql
-graphql-core
+graphql-core == 1.1.0
 urllib3
 
 # API Resources