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 Sep 21, 2023
1 parent 18a79b4 commit 217e0bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gosnappi/gosnappi.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func (api *gosnappiApi) NewGetVersionResponse() GetVersionResponse {

func (api *gosnappiApi) GetLocalVersion() Version {
if api.versionMeta.localVersion == nil {
api.versionMeta.localVersion = NewVersion().SetApiSpecVersion("0.12.3").SetSdkVersion("0.12.4")
api.versionMeta.localVersion = NewVersion().SetApiSpecVersion("0.12.3").SetSdkVersion("0.12.3")
}

return api.versionMeta.localVersion
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--prefer-binary
protobuf~=3.15.0 ; python_version <= '3.6'
protobuf~=4.23.3 ; 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'
grpcio-tools~=1.54.2 ; python_version > '3.6'
grpcio-tools~=1.35.0 ; python_version <= '3.6'
requests
protobuf~=4.23.3 ; python_version > '3.6'
protobuf~=3.15.0 ; python_version <= '3.6'
PyYAML
semantic_version
urllib3
2 changes: 1 addition & 1 deletion snappi/snappi.py
Original file line number Diff line number Diff line change
Expand Up @@ -111374,7 +111374,7 @@ class Api(object):
def __init__(self, **kwargs):
self._version_meta = self.version()
self._version_meta.api_spec_version = "0.12.3"
self._version_meta.sdk_version = "0.12.4"
self._version_meta.sdk_version = "0.12.3"
self._version_check = kwargs.get("version_check")
if self._version_check is None:
self._version_check = False
Expand Down

0 comments on commit 217e0bb

Please sign in to comment.