<?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 azure-core package dependency version in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5124676#M15286</link>
    <description>&lt;P&gt;I have a custom package that I have imported to an environment. Suddenly my notebooks using this environment are running into an error:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ImportError: cannot import name 'AccessTokenInfo' from 'azure.core.credentials' (/home/trusted-service-user/cluster-env/trident_env/lib/python3.11/site-packages/azure/core/credentials.py)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My package uses azure-core version 1.38.2, it seems Fabric runtime 1.3 uses azure-core 1.30.2. My notebooks weren't running into this error before, and I have not made any updates to my package dependencies, I have basically changed nothing and my notebooks are suddenly breaking. Has the runtime changed it's azure-core dependency version? Am I not able to upgrade this built-in package version?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2026 02:30:44 GMT</pubDate>
    <dc:creator>bmmtf</dc:creator>
    <dc:date>2026-03-03T02:30:44Z</dc:date>
    <item>
      <title>azure-core package dependency version</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5124676#M15286</link>
      <description>&lt;P&gt;I have a custom package that I have imported to an environment. Suddenly my notebooks using this environment are running into an error:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ImportError: cannot import name 'AccessTokenInfo' from 'azure.core.credentials' (/home/trusted-service-user/cluster-env/trident_env/lib/python3.11/site-packages/azure/core/credentials.py)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My package uses azure-core version 1.38.2, it seems Fabric runtime 1.3 uses azure-core 1.30.2. My notebooks weren't running into this error before, and I have not made any updates to my package dependencies, I have basically changed nothing and my notebooks are suddenly breaking. Has the runtime changed it's azure-core dependency version? Am I not able to upgrade this built-in package version?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 02:30:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5124676#M15286</guid>
      <dc:creator>bmmtf</dc:creator>
      <dc:date>2026-03-03T02:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: azure-core package dependency version</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5124682#M15287</link>
      <description>&lt;P&gt;After further investigation, it appears to be due to my azure-identity 1.25.2 package that depends on azure-core&amp;gt;=1.31.0. The azure-identity __init__.py file imports an AccessTokenInfo class from azure.core.credentials that is not present in azure-core version 1.30.2. Still not sure as to why this has randomly started raising the error, but worked fine in the past.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 03:16:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5124682#M15287</guid>
      <dc:creator>bmmtf</dc:creator>
      <dc:date>2026-03-03T03:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: azure-core package dependency version</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5124870#M15291</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1437402"&gt;@bmmtf&lt;/a&gt;&amp;nbsp;one possible explanation is if someone changed the Spark Runtime in your Environment item. Microsoft unfortunately doesn't publish their Spark runtime version against the azure-core library version being used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The version of azure-core is controlled by Fabric runtime.&amp;nbsp;It may also change when Microsoft updates the Spark runtime!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 12:05:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5124870#M15291</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-03-03T12:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: azure-core package dependency version</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5124930#M15293</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1437402"&gt;@bmmtf&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What happens if you remove the custom library, save the environment, wait a few minutes, and then add it back in?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 14:11:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5124930#M15293</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-03-03T14:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: azure-core package dependency version</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5125188#M15295</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp;afraid still the same error&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 02:57:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5125188#M15295</guid>
      <dc:creator>bmmtf</dc:creator>
      <dc:date>2026-03-04T02:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: azure-core package dependency version</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5125190#M15296</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1445078"&gt;@deborshi_nag&lt;/a&gt; can confirm the Spark Runtime has not changed for the environment, it is set at 1.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Understand the version of azure-core is controlled by Microsoft, can't understand why this has suddenly become breaking after no changes on our end, but not the first time it's happened in Fabric!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 02:59:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5125190#M15296</guid>
      <dc:creator>bmmtf</dc:creator>
      <dc:date>2026-03-04T02:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: azure-core package dependency version</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5125196#M15297</link>
      <description>&lt;P&gt;Only viable solution appears to be downgrading azure-core and azure-identity dependencies to those used by Fabric Runtime and refactoring the custom package.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 03:27:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/azure-core-package-dependency-version/m-p/5125196#M15297</guid>
      <dc:creator>bmmtf</dc:creator>
      <dc:date>2026-03-04T03:27:45Z</dc:date>
    </item>
  </channel>
</rss>

