diff --git a/README.md b/README.md index 42ae757..3dc6f6b 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,3 @@ # Microsoft Kiota Authentication Azure Library for Python -[![PyPI version](https://badge.fury.io/py/microsoft-kiota-authentication-azure.svg)](https://badge.fury.io/py/microsoft-kiota-authentication-azure) -[![CI Actions Status](https://github.com/microsoft/kiota-authentication-azure-python/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/microsoft/kiota-authentication-azure-python/actions) -[![Downloads](https://pepy.tech/badge/microsoft-kiota-authentication-azure)](https://pepy.tech/project/microsoft-kiota-authentication-azure) -The Microsoft Kiota Authentication Azure Library is an implementation to authenticate HTTP requests using @azure/identity. - -A [Kiota](https://github.com/microsoft/kiota) generated project will need a reference to an authentication provider to make calls to an API endpoint. - -Read more about Kiota [here](https://github.com/microsoft/kiota/blob/main/README.md). - -## Using the Microsoft Kiota Authentication Azure library - -In order to use this library, install the package by running: - -```cmd -pip install microsoft-kiota-authentication-azure -``` - -## Contributing - -This project welcomes contributions and suggestions. Most contributions require you to agree to a -Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us -the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. - -When you submit a pull request, a CLA bot will automatically determine whether you need to provide -a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions -provided by the bot. You will only need to do this once across all repos using our CLA. - -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). -For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or -contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. - -## Trademarks - -This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft -trademarks or logos is subject to and must follow -[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). -Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. -Any use of third-party trademarks or logos are subject to those third-party's policies. +This repository has been archived and source migrated. You can contribute and file issues in the [Kiota Python](https://github.com/microsoft/kiota-python) repository. diff --git a/requirements-dev.txt b/requirements-dev.txt index ecf2a49..1c5a583 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,9 +4,9 @@ astroid==3.2.4 ; python_full_version >= '3.7.2' asyncmock==0.4.2 -certifi==2024.7.4 ; python_version >= '3.6' +certifi==2024.8.30 ; python_version >= '3.6' -charset-normalizer==3.3.2 ; python_full_version >= '3.7.0' +charset-normalizer==3.4.0 ; python_full_version >= '3.7.0' colorama==0.4.6 ; sys_platform == 'win32' @@ -22,7 +22,7 @@ flit==3.9.0 flit-core==3.9.0 ; python_version >= '3.6' -idna==3.7 ; python_version >= '3.5' +idna==3.10 ; python_version >= '3.5' importlib-metadata==6.8.0 ; python_version >= '3.7' @@ -36,21 +36,21 @@ mccabe==0.7.0 ; python_version >= '3.6' mock==5.1.0 ; python_version >= '3.6' -mypy==1.11.1 +mypy==1.11.2 mypy-extensions==1.0.0 ; python_version >= '3.5' packaging==24.1 ; python_version >= '3.7' -platformdirs==4.2.2 ; python_version >= '3.7' +platformdirs==4.3.6 ; python_version >= '3.7' pluggy==1.5.0 ; python_version >= '3.7' -pylint==3.2.6 +pylint==3.2.7 -pytest==8.3.2 +pytest==8.3.3 -pytest-asyncio==0.23.8 +pytest-asyncio==0.24.0 pytest-cov==5.0.0 @@ -70,23 +70,23 @@ tomli-w==1.0.0 ; python_version >= '3.7' tomlkit==0.13.2 ; python_version >= '3.7' -types-pyyaml==6.0.12.20240808 +types-pyyaml==6.0.12.20240917 -types-requests==2.32.0.20240712 +types-requests==2.32.0.20240914 types-urllib3==1.26.25.14 typing-extensions==4.12.2 ; python_version >= '3.7' -urllib3==2.2.2 ; python_version >= '3.7' +urllib3==2.2.3 ; python_version >= '3.7' wrapt==1.15.0 ; python_version < '3.11' yapf==0.40.2 -zipp==3.20.0 ; python_version >= '3.7' +zipp==3.20.2 ; python_version >= '3.7' -aiohttp==3.10.5 +aiohttp==3.10.10 aiosignal==1.3.1 ; python_version >= '3.7' @@ -94,24 +94,24 @@ async-timeout==4.0.3 ; python_version >= '3.6' attrs==24.2.0 ; python_version >= '3.7' -azure-core==1.30.2 +azure-core==1.31.0 frozenlist==1.4.1 ; python_version >= '3.7' microsoft-kiota-abstractions==1.3.3 -opentelemetry-api==1.26.0 +opentelemetry-api==1.27.0 -opentelemetry-sdk==1.26.0 +opentelemetry-sdk==1.27.0 -multidict==6.0.5 ; python_version >= '3.7' +multidict==6.1.0 ; python_version >= '3.7' six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' uritemplate==4.1.1 ; python_version >= '3.6' -yarl==1.9.4 ; python_version >= '3.7' +yarl==1.15.2 ; python_version >= '3.7' -opentelemetry-api==1.26.0 +opentelemetry-api==1.27.0 -opentelemetry-sdk==1.26.0 +opentelemetry-sdk==1.27.0