Skip to content

Commit

Permalink
Update auto generated go snappi
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 11, 2023
1 parent 8af0c0e commit 545bb54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gosnappi/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -485,11 +485,11 @@ func (obj *validation) validateConstraint(objectName []string, value string) boo
obj_ := strings.Split(object, ".")
prop, ok := globalConstraints[obj_[0]]
if !ok {
objNotConfigured += 1
continue
}
values, ok := prop[obj_[1]]
if !ok {
objNotConfigured += 1
continue
}
for _, v := range values {
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--prefer-binary
protobuf~=4.23.3 ; python_version > '3.6'
protobuf~=3.15.0 ; python_version <= '3.6'
PyYAML
requests
grpcio-tools~=1.54.2 ; python_version > '3.6'
protobuf~=4.23.3 ; python_version > '3.6'
grpcio-tools~=1.35.0 ; python_version <= '3.6'
grpcio~=1.54.2 ; python_version > '3.6'
grpcio-tools~=1.54.2 ; python_version > '3.6'
grpcio~=1.35.0 ; python_version <= '3.6'
semantic_version
grpcio~=1.54.2 ; python_version > '3.6'
PyYAML
requests
urllib3
semantic_version

0 comments on commit 545bb54

Please sign in to comment.