<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic API Module - Versioning Confusion in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/api-module-versioning-confusion/m-p/5554280#M9590</link>
    <description>&lt;P&gt;I'm a bit confused by the API Module Versioning...&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/whats-new/" target="_blank"&gt;2026 - Meraki Portal What's New &amp;amp; Changelog - Cisco Meraki Developer Hub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This site shows Version 1.70.0 as the May 2026 release.&amp;nbsp; This site has always been my go-to for figuring out what API calls are available and how to use it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, here in PyPI and Github:&amp;nbsp;&amp;nbsp;&lt;A href="https://pypi.org/project/meraki/#history" target="_blank"&gt;meraki · PyPI&lt;/A&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/meraki/dashboard-api-python" target="_blank"&gt;GitHub - meraki/dashboard-api-python: Official Dashboard API library (SDK) for Python · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It shows version 3.1.0 as the current version.&lt;/P&gt;&lt;P&gt;If I try to use PIP to install the latest Meraki API module version for my Python install on my laptop, it will install 3.1.0 as the latest version, not 1.70.0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone explain to me what's going on here?&amp;nbsp; Why the differences between the two sites?&amp;nbsp; I'm finding the use of the terms "library" and "module" is being used interchangeably, which is where my confusion is coming into this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone explain this in better detail to me about the differences in versioning between sites?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2026 18:10:10 GMT</pubDate>
    <dc:creator>NJNetworkGuy100</dc:creator>
    <dc:date>2026-05-21T18:10:10Z</dc:date>
    <item>
      <title>API Module - Versioning Confusion</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-module-versioning-confusion/m-p/5554280#M9590</link>
      <description>&lt;P&gt;I'm a bit confused by the API Module Versioning...&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/whats-new/" target="_blank"&gt;2026 - Meraki Portal What's New &amp;amp; Changelog - Cisco Meraki Developer Hub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This site shows Version 1.70.0 as the May 2026 release.&amp;nbsp; This site has always been my go-to for figuring out what API calls are available and how to use it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, here in PyPI and Github:&amp;nbsp;&amp;nbsp;&lt;A href="https://pypi.org/project/meraki/#history" target="_blank"&gt;meraki · PyPI&lt;/A&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/meraki/dashboard-api-python" target="_blank"&gt;GitHub - meraki/dashboard-api-python: Official Dashboard API library (SDK) for Python · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It shows version 3.1.0 as the current version.&lt;/P&gt;&lt;P&gt;If I try to use PIP to install the latest Meraki API module version for my Python install on my laptop, it will install 3.1.0 as the latest version, not 1.70.0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone explain to me what's going on here?&amp;nbsp; Why the differences between the two sites?&amp;nbsp; I'm finding the use of the terms "library" and "module" is being used interchangeably, which is where my confusion is coming into this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone explain this in better detail to me about the differences in versioning between sites?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 18:10:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-module-versioning-confusion/m-p/5554280#M9590</guid>
      <dc:creator>NJNetworkGuy100</dc:creator>
      <dc:date>2026-05-21T18:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: API Module - Versioning Confusion</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-module-versioning-confusion/m-p/5554294#M9591</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;3.1.0 is the version of the SDK / Python module&lt;/P&gt;&lt;P&gt;1.7.0 is the version of the OpenAPI Spec of Meraki's API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I might have used the wrong terms , but essentially they are 2 different things&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 19:16:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-module-versioning-confusion/m-p/5554294#M9591</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2026-05-21T19:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: API Module - Versioning Confusion</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-module-versioning-confusion/m-p/5554331#M9593</link>
      <description>&lt;P&gt;This is correct; they are different software with different versions. For more information, please see &lt;A title="VERSIONING.md" href="https://github.com/meraki/dashboard-api-python/blob/main/VERSIONING.md" target="_blank" rel="noopener"&gt;VERSIONING.md&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 22:48:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-module-versioning-confusion/m-p/5554331#M9593</guid>
      <dc:creator>John-on-API</dc:creator>
      <dc:date>2026-05-21T22:48:09Z</dc:date>
    </item>
  </channel>
</rss>

