Skip to content

Commit 3c3a799

Browse files
authored
Merge pull request #197713 from gahl-levy/patch-21
Update sql-api-sdk-python.md
2 parents ec76f98 + 93c2a56 commit 3c3a799

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/cosmos-db/sql/sql-api-sdk-python.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ ms.custom: devx-track-python
2121
|**API documentation**|[Python API reference documentation](/python/api/azure-cosmos/azure.cosmos?preserve-view=true&view=azure-python)|
2222
|**SDK installation instructions**|[Python SDK installation instructions](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cosmos/azure-cosmos)|
2323
|**Get started**|[Get started with the Python SDK](create-sql-api-python.md)|
24+
|**Samples**|[Python SDK samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos/samples)|
2425
|**Current supported platform**|[Python 3.6+](https://www.python.org/downloads/)|
2526

2627
> [!IMPORTANT]
27-
> * Versions 4.3.0b2 and higher only support Python 3.6+. Python 2 is not supported.
28+
> * Versions 4.3.0b2 and higher support Async IO operations and only support Python 3.6+. Python 2 is not supported.
2829
2930
## Release history
3031
Release history is maintained in the azure-sdk-for-python repo, for detailed list of releases, see the [changelog file](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/cosmos/azure-cosmos/CHANGELOG.md).
@@ -38,6 +39,7 @@ Microsoft provides notification at least **12 months** in advance of retiring an
3839
3940
| Version | Release Date | Retirement Date |
4041
| --- | --- | --- |
42+
| 4.3.0 |May 23, 2022 |--- |
4143
| 4.2.0 |Oct 09, 2020 |--- |
4244
| 4.1.0 |Aug 10, 2020 |--- |
4345
| 4.0.0 |May 20, 2020 |--- |

0 commit comments

Comments
 (0)