open-traffic-generator / snappi

Open Traffic Generator SDK in Python and Go
MIT License
68 stars 7 forks source link

Incorrect semver checking in gosnappi #218

Open ghost opened 4 months ago

ghost commented 4 months ago

Semver stipulates that versions that differ only by the patch version are still compatible. But gosnappi is giving the following error:

"client API spec version '1.0.1' is not semver compatible with server API spec version constraint '1.0.0"