From 726032bd995b2410a108b671bbcd84b130e5b909 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 May 2025 17:04:05 +0000 Subject: [PATCH 1/4] Initial plan for issue From ef90779ef32469813a7af38ac61ff8a7e0b0ff2a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 May 2025 17:08:52 +0000 Subject: [PATCH 2/4] Update azure-appconfiguration-provider to version 2.1.0 Co-authored-by: mrm9084 <1054559+mrm9084@users.noreply.github.com> --- examples/Python/python-django-webapp-sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Python/python-django-webapp-sample/requirements.txt b/examples/Python/python-django-webapp-sample/requirements.txt index 4c2868a6..bf9b3bf2 100644 --- a/examples/Python/python-django-webapp-sample/requirements.txt +++ b/examples/Python/python-django-webapp-sample/requirements.txt @@ -1,5 +1,5 @@ Django==4.2.21 whitenoise==6.4.0 -azure-appconfiguration-provider==1.3.0 +azure-appconfiguration-provider==2.1.0 azure-identity==1.16.1 featuremanagement==1.0.0 From 67733e5144726a9e765923379db18ae43e476c84 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 May 2025 17:15:43 +0000 Subject: [PATCH 3/4] Update azure-appconfiguration-provider to use ~= version specifier Co-authored-by: mrm9084 <1054559+mrm9084@users.noreply.github.com> --- examples/Python/python-django-webapp-sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Python/python-django-webapp-sample/requirements.txt b/examples/Python/python-django-webapp-sample/requirements.txt index bf9b3bf2..1fdf4b9f 100644 --- a/examples/Python/python-django-webapp-sample/requirements.txt +++ b/examples/Python/python-django-webapp-sample/requirements.txt @@ -1,5 +1,5 @@ Django==4.2.21 whitenoise==6.4.0 -azure-appconfiguration-provider==2.1.0 +azure-appconfiguration-provider~=2.1.0 azure-identity==1.16.1 featuremanagement==1.0.0 From 9cb3ea609470a8c15b5ca808e61f51bbd07f6be9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 May 2025 17:19:06 +0000 Subject: [PATCH 4/4] Update version specifiers in requirements.txt Co-authored-by: mrm9084 <1054559+mrm9084@users.noreply.github.com> --- examples/Python/python-django-webapp-sample/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Python/python-django-webapp-sample/requirements.txt b/examples/Python/python-django-webapp-sample/requirements.txt index 1fdf4b9f..4ad98865 100644 --- a/examples/Python/python-django-webapp-sample/requirements.txt +++ b/examples/Python/python-django-webapp-sample/requirements.txt @@ -1,5 +1,5 @@ -Django==4.2.21 +Django~=4.2.21 whitenoise==6.4.0 azure-appconfiguration-provider~=2.1.0 azure-identity==1.16.1 -featuremanagement==1.0.0 +featuremanagement~=2.1.0