diff --git a/it/csharp/dotnet.csproj b/it/csharp/dotnet.csproj index 6d44029a0b..f2cf772a79 100644 --- a/it/csharp/dotnet.csproj +++ b/it/csharp/dotnet.csproj @@ -10,13 +10,13 @@ - - - - - - - + + + + + + + diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 9a7822c1d5..9b01f2867b 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -72,7 +72,7 @@ aiosignal==1.3.1 ; python_version >= '3.7' anyio==4.6.2.post1 ; python_version >= '3.7' -async-timeout==5.0.0 ; python_version >= '3.6' +async-timeout==5.0.1 ; python_version >= '3.6' attrs==24.2.0 ; python_version >= '3.7' diff --git a/src/Kiota.Builder/Refiners/TypeScriptRefiner.cs b/src/Kiota.Builder/Refiners/TypeScriptRefiner.cs index 825c94a1c3..a36e5b0efb 100644 --- a/src/Kiota.Builder/Refiners/TypeScriptRefiner.cs +++ b/src/Kiota.Builder/Refiners/TypeScriptRefiner.cs @@ -692,7 +692,6 @@ currentInterface.StartBlock is InterfaceDeclaration interfaceDeclaration && } CrawlTree(currentElement, AliasUsingsWithSameSymbol); } - private const string GuidPackageName = "guid-typescript"; private const string AbstractionsPackageName = "@microsoft/kiota-abstractions"; // A helper method to check if a parameter is a multipart body private static bool IsMultipartBody(CodeParameter p) => @@ -840,7 +839,7 @@ private static void CorrectMethodType(CodeMethod currentMethod) {"Guid", (string.Empty, new CodeUsing { Name = "Guid", Declaration = new CodeType { - Name = GuidPackageName, + Name = AbstractionsPackageName, IsExternal = true, }, IsErasable = true, // the import is used only for the type, not for the value