From 6d84c3a663f2c8f135dee62aaa117558ff88af30 Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Mon, 20 Sep 2021 09:08:23 -0700 Subject: [PATCH] =?UTF-8?q?avroserializer=20pins=20its=20dependency,=20whi?= =?UTF-8?q?ch=20makes=20regression=20testing=20a=20=E2=80=A6=20(#20735)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …bit iffy @swathipil This will resolve your nightly failure. Still not understanding the specific repro I'm seeing when I run this thing locally though. --- scripts/devops_tasks/git_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/devops_tasks/git_helper.py b/scripts/devops_tasks/git_helper.py index 3b40dbbc3534..e3d2a66a51e1 100644 --- a/scripts/devops_tasks/git_helper.py +++ b/scripts/devops_tasks/git_helper.py @@ -23,7 +23,7 @@ 'azure-cosmos': '3.2.0', 'azure-servicebus': '0.50.3', 'azure-eventgrid': '1.3.0', - 'azure-schemaregistry-avroserializer': '1.0.0b1', + 'azure-schemaregistry-avroserializer': '1.0.0b2', 'azure-storage-blob-changefeed' : '12.0.0b2', 'azure-storage-file-datalake': '12.2.0b1', 'azure-communication-identity': '1.0.0',