From bf1dd7833bc90ecd8a6b73c702eb86ba884f28a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 18:47:05 +0000 Subject: [PATCH 1/3] Bump aiohttp from 3.7.4 to 3.11.0b0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.11.0b0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8538cf9c..4b3d96d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pytest==7.1.2 python-dateutil==2.8.0 requests==2.22.0 jsonschema==3.2.0 -aiohttp==3.7.4 +aiohttp==3.11.0b0 azure-functions>=1.11.3b3 nox==2019.11.9 furl==2.1.0 From 38f744590fbf335c53c1ddffbc864004a733caf7 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Wed, 4 Jun 2025 15:37:53 -0600 Subject: [PATCH 2/3] Bump again to 3.12.9 --- azure-functions-durable-python.sln | 29 ++++++++++++++++++++++++++ requirements.txt | 2 +- samples-v2/function_chaining/host.json | 10 --------- 3 files changed, 30 insertions(+), 11 deletions(-) create mode 100644 azure-functions-durable-python.sln diff --git a/azure-functions-durable-python.sln b/azure-functions-durable-python.sln new file mode 100644 index 00000000..40a131d2 --- /dev/null +++ b/azure-functions-durable-python.sln @@ -0,0 +1,29 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.2.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{5D20AA90-6969-D8BD-9DCD-8634F4692FDA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "extensions", "samples\aml_monitoring\extensions.csproj", "{33E598B8-4178-679F-9B92-BE8D8A64F1A5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {33E598B8-4178-679F-9B92-BE8D8A64F1A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {33E598B8-4178-679F-9B92-BE8D8A64F1A5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {33E598B8-4178-679F-9B92-BE8D8A64F1A5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {33E598B8-4178-679F-9B92-BE8D8A64F1A5}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {33E598B8-4178-679F-9B92-BE8D8A64F1A5} = {5D20AA90-6969-D8BD-9DCD-8634F4692FDA} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D0229E3D-E3BE-435D-90F4-ECB2897EBAF0} + EndGlobalSection +EndGlobal diff --git a/requirements.txt b/requirements.txt index 4b3d96d6..cdb139a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pytest==7.1.2 python-dateutil==2.8.0 requests==2.22.0 jsonschema==3.2.0 -aiohttp==3.11.0b0 +aiohttp==3.12.9 azure-functions>=1.11.3b3 nox==2019.11.9 furl==2.1.0 diff --git a/samples-v2/function_chaining/host.json b/samples-v2/function_chaining/host.json index 15324357..9df91361 100644 --- a/samples-v2/function_chaining/host.json +++ b/samples-v2/function_chaining/host.json @@ -12,14 +12,4 @@ "id": "Microsoft.Azure.Functions.ExtensionBundle", "version": "[4.*, 5.0.0)" } -}{ - "version": "2.0", - "logging": { - "applicationInsights": { - "samplingSettings": { - "isEnabled": true, - "excludedTypes": "Request" - } - } - } } \ No newline at end of file From 70a0f78bd94ce5dc4ad37ef46476e3548349d2ec Mon Sep 17 00:00:00 2001 From: andystaples <77818326+andystaples@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:38:59 -0600 Subject: [PATCH 3/3] Delete azure-functions-durable-python.sln --- azure-functions-durable-python.sln | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 azure-functions-durable-python.sln diff --git a/azure-functions-durable-python.sln b/azure-functions-durable-python.sln deleted file mode 100644 index 40a131d2..00000000 --- a/azure-functions-durable-python.sln +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.2.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{5D20AA90-6969-D8BD-9DCD-8634F4692FDA}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "extensions", "samples\aml_monitoring\extensions.csproj", "{33E598B8-4178-679F-9B92-BE8D8A64F1A5}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {33E598B8-4178-679F-9B92-BE8D8A64F1A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {33E598B8-4178-679F-9B92-BE8D8A64F1A5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {33E598B8-4178-679F-9B92-BE8D8A64F1A5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {33E598B8-4178-679F-9B92-BE8D8A64F1A5}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {33E598B8-4178-679F-9B92-BE8D8A64F1A5} = {5D20AA90-6969-D8BD-9DCD-8634F4692FDA} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {D0229E3D-E3BE-435D-90F4-ECB2897EBAF0} - EndGlobalSection -EndGlobal