Skip to content

Commit eab7a3a

Browse files
authored
[SchemaRegistry] prepare release JSON Custom GA (#37448)
* remove b2 refs * update release date
1 parent bdceb13 commit eab7a3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.3.0 (2024-09-17)
3+
## 1.3.0 (2024-09-18)
44

55
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
66

sdk/schemaregistry/azure-schemaregistry/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../../../tools/azure-sdk-tools
22
-e ../../core/azure-core
3-
-e ../../identity/azure-identity
3+
azure-identity==1.17.0
44
jsonschema>=4.10.3
55
aiohttp>=3.0
66
genson

sdk/schemaregistry/azure-schemaregistry/samples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you do not have an existing Azure account, you may sign up for a free trial o
4040
1. Install the Azure Schema Registry client library and Azure Identity client library for Python with [pip](https://pypi.org/project/pip/):
4141

4242
```bash
43-
pip install azure-schemaregistry==1.3.0b2
43+
pip install azure-schemaregistry
4444
```
4545

4646
To run samples utilizing the Azure Active Directory for authentication, please install the azure-identity library:
@@ -52,7 +52,7 @@ pip install azure-identity
5252
To use the built-in `jsonschema` validation for the JSON Schema Encoder, install the Azure Schema Registry client library with `jsonencoder` extras installed:
5353

5454
```bash
55-
pip install azure-schemaregistry[jsonencoder]==1.3.0b2 azure-identity
55+
pip install azure-schemaregistry[jsonencoder] azure-identity
5656
```
5757

5858
Additionally, if using with `azure.eventhub.EventData`, install `azure-eventhub>=5.9.0`:

0 commit comments

Comments
 (0)