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

Commit fa6f49f

Browse files
authored
Merge pull request #231 from microsoft/chore/GA-release
GA release
2 parents 1c7c0d9 + f8c96bf commit fa6f49f

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0] - 2023-10-31
9+
10+
### Added
11+
12+
### Changed
13+
- GA release.
14+
815
## [0.6.3] - 2023-10-19
916

1017
### Added

kiota_http/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION: str = '0.6.3'
1+
VERSION: str = '1.0.0'

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
name = "microsoft-kiota-http"
77
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
88
dependencies = [
9-
"microsoft-kiota_abstractions >=0.4.0",
9+
"microsoft-kiota_abstractions >=1.0.0,2.0.0",
1010
"httpx[http2] >=0.23.0",
1111
"opentelemetry-api >=1.20.0",
1212
"opentelemetry-sdk >=1.20.0",
@@ -15,9 +15,7 @@ license = {file = "LICENSE"}
1515
readme = "README.md"
1616
keywords = ["kiota", "openAPI", "Microsoft", "Graph"]
1717
classifiers = [
18-
"Development Status :: 3 - Alpha",
19-
"Programming Language :: Python :: 3.6",
20-
"Programming Language :: Python :: 3.7",
18+
"Development Status :: 5 - Production/Stable",
2119
"Programming Language :: Python :: 3.8",
2220
"Programming Language :: Python :: 3.9",
2321
"Programming Language :: Python :: 3.10",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ httpx[http2]==0.25.0
8686

8787
hyperframe==6.0.1
8888

89-
microsoft-kiota-abstractions==0.9.1
89+
microsoft-kiota-abstractions==1.0.0
9090

9191
sniffio==1.3.0
9292

0 commit comments

Comments
 (0)