Skip to content

Commit

Permalink
[SchemaRegistry] prepare release JSON Custom GA (#37448)
Browse files Browse the repository at this point in the history
* remove b2 refs

* update release date
  • Loading branch information
swathipil authored Sep 18, 2024
1 parent bdceb13 commit eab7a3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions sdk/schemaregistry/azure-schemaregistry/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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`:
Expand Down

0 comments on commit eab7a3a

Please sign in to comment.