diff --git a/setup.py b/setup.py index 92b2801af2a93f21ecc9af04389d6289901f8db5..da56c140a54a129782e9f5fdb7dd27d6fc938f99 100644 --- a/setup.py +++ b/setup.py @@ -9,9 +9,8 @@ setup( url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator", packages=find_packages(), install_requires=[ - "orchestrator-core==1.2.2", - "pydantic~=1.10.9", - "requests~=2.31.0", + "orchestrator-core==1.3.0", + "requests", "infoblox-client~=0.6.0", "pycountry", ],