From eab7a3ab6714d48da3b76ce6daaa50e93a627b43 Mon Sep 17 00:00:00 2001 From: swathipil <76007337+swathipil@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:11:49 -0500 Subject: [PATCH] [SchemaRegistry] prepare release JSON Custom GA (#37448) * remove b2 refs * update release date --- sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md | 2 +- sdk/schemaregistry/azure-schemaregistry/dev_requirements.txt | 2 +- sdk/schemaregistry/azure-schemaregistry/samples/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md b/sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md index 2d1cb1faf6ed..bdfb6fc42535 100644 --- a/sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md +++ b/sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.3.0 (2024-09-17) +## 1.3.0 (2024-09-18) This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported. diff --git a/sdk/schemaregistry/azure-schemaregistry/dev_requirements.txt b/sdk/schemaregistry/azure-schemaregistry/dev_requirements.txt index 3d285dac392b..6bd2799120e3 100644 --- a/sdk/schemaregistry/azure-schemaregistry/dev_requirements.txt +++ b/sdk/schemaregistry/azure-schemaregistry/dev_requirements.txt @@ -1,6 +1,6 @@ -e ../../../tools/azure-sdk-tools -e ../../core/azure-core --e ../../identity/azure-identity +azure-identity==1.17.0 jsonschema>=4.10.3 aiohttp>=3.0 genson diff --git a/sdk/schemaregistry/azure-schemaregistry/samples/README.md b/sdk/schemaregistry/azure-schemaregistry/samples/README.md index 122504eb8642..e772362c9d7f 100644 --- a/sdk/schemaregistry/azure-schemaregistry/samples/README.md +++ b/sdk/schemaregistry/azure-schemaregistry/samples/README.md @@ -40,7 +40,7 @@ If you do not have an existing Azure account, you may sign up for a free trial o 1. Install the Azure Schema Registry client library and Azure Identity client library for Python with [pip](https://pypi.org/project/pip/): ```bash -pip install azure-schemaregistry==1.3.0b2 +pip install azure-schemaregistry ``` To run samples utilizing the Azure Active Directory for authentication, please install the azure-identity library: @@ -52,7 +52,7 @@ pip install azure-identity To use the built-in `jsonschema` validation for the JSON Schema Encoder, install the Azure Schema Registry client library with `jsonencoder` extras installed: ```bash -pip install azure-schemaregistry[jsonencoder]==1.3.0b2 azure-identity +pip install azure-schemaregistry[jsonencoder] azure-identity ``` Additionally, if using with `azure.eventhub.EventData`, install `azure-eventhub>=5.9.0`: