diff --git a/Pipfile b/Pipfile index 61abbd8ff..ef17cd22d 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ pyarrow = "==10.0.1" pymongo = "==4.2.0" sqlalchemy = "==2.0.16" toml = "==0.10" -taipy-config = {git = "https://git@github.com/avaiga/taipy-config.git@develop"} +taipy-config = "==2.3" [dev-packages] black = "*" diff --git a/setup.py b/setup.py index 305bf6652..c9c5c42a9 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "pymongo>=4.2.0,<5.0", "sqlalchemy>2.0", "toml>=0.10,<0.11", - "taipy-config@git+https://git@github.com/Avaiga/taipy-config.git@develop", + "taipy-config>=2.3,<2.4", ] test_requirements = ["pytest>=3.8"] diff --git a/src/taipy/core/version.json b/src/taipy/core/version.json index 7bfc8c25f..30996d62f 100644 --- a/src/taipy/core/version.json +++ b/src/taipy/core/version.json @@ -1 +1 @@ -{"major": 2, "minor": 3, "patch": 0, "ext": "dev7"} +{"major": 2, "minor": 3, "patch": 0}