Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

GA release #221

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-10-31

### Added

### Changed
- GA release.

## [0.3.2] - 2023-10-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion kiota_authentication_azure/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION: str = '0.3.2'
VERSION: str = '1.0.0'
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
dependencies = [
"aiohttp >=3.8.0",
"azure-core >=1.21.1",
"microsoft-kiota-abstractions >=0.1.0",
"microsoft-kiota-abstractions >=1.0.0,<2.0.0",
"opentelemetry-api >=1.20.0",
"opentelemetry-sdk >=1.20.0",
]
license = {file = "LICENSE"}
readme = "README.md"
keywords = ["kiota", "openAPI", "Microsoft", "Graph"]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ azure-core==1.29.5

frozenlist==1.4.0 ; python_version >= '3.7'

microsoft-kiota-abstractions==0.9.1
microsoft-kiota-abstractions==1.0.0

opentelemetry-api==1.20.0

Expand Down