diff options
author | 2022-06-27 12:59:33 +0000 | |
---|---|---|
committer | 2022-06-28 08:21:07 +0000 | |
commit | 04e8c7658c0ed31a334cf64fcfd4aa5f1962b39d (patch) | |
tree | d015899d69ad3cf178fb737c9e7794265cd2bfd7 /requirements.txt | |
parent | 0565394ecbd96730bf982909693514ab88703708 (diff) |
[Data provider] Add relationships between some A&AI resources0.6.0
Create relationship between:
Tenant <-> Line of business
Tenant <-> Owning entity
Cloud region <-> Project
Issue-ID: INT-2126
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I3523c02b28b5fe972c0fbba112c8ffa532feadb8
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 2a85652..1b75fb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -onapsdk==9.3.0 +onapsdk==10.0.1 PyYAML~=5.4.1 -jsonschema==3.2.0 +jsonschema==4.4.0 |