diff --git a/Pipfile b/Pipfile index 5f5b54f..20c8fef 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ Flask-RESTful = ">=0.3.9" flask-marshmallow = ">=0.14" markupsafe = "==2.1.1" passlib = "==1.7.4" -taipy-core = {ref = "develop", git = "https://github.com/avaiga/taipy-core.git"} +taipy-core = "==3.0" flask = "==3.0.0" [dev-packages] diff --git a/setup.py b/setup.py index 149f490..100bb01 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,6 @@ "passlib>=1.7.4,<1.8", "apispec[yaml]>=5.1,<6.0", "apispec-webframeworks>=0.5.2,<0.6", - "taipy-core@git+https://git@github.com/Avaiga/taipy-core.git@develop", + "taipy-core>=3.0,<3.1", ], ) diff --git a/src/taipy/rest/version.json b/src/taipy/rest/version.json index 0413798..e45beeb 100644 --- a/src/taipy/rest/version.json +++ b/src/taipy/rest/version.json @@ -1 +1 @@ -{"major": 3, "minor": 0, "patch": 0, "ext": "dev8"} +{"major": 3, "minor": 0, "patch": 0}