Skip to content
Snippets Groups Projects
Commit 1cc85365 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

bump to version 2.7.6

parent a6b14687
No related branches found
No related tags found
1 merge request!285bump to version 2.7.6
Pipeline #89606 failed
"""Add upstream migrations as a dependency.
Revision ID: 51c819b28101
Revises: 844aa61c09ce
Create Date: 2024-10-10 10:00:08.539591
"""
# revision identifiers, used by Alembic.
revision = '51c819b28101'
down_revision = '87a05eddee3e'
branch_labels = None
depends_on = '460ec6748e37'
# in this revision, SURF has added uuid search workaround, so we need to add a dependency on the revision.
def upgrade() -> None:
pass
def downgrade() -> None:
pass
orchestrator-core==2.7.5
orchestrator-core==2.7.6
requests==2.31.0
infoblox-client~=0.6.0
pycountry==23.12.11
......
......@@ -11,7 +11,7 @@ setup(
url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator",
packages=find_packages(),
install_requires=[
"orchestrator-core==2.7.5",
"orchestrator-core==2.7.6",
"requests==2.31.0",
"infoblox-client~=0.6.0",
"pycountry==23.12.11",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment