Skip to content

Commit a9f5188

Browse files
committed
Update kiota python libs to 1.7
1 parent 56583d0 commit a9f5188

File tree

3 files changed

+512
-442
lines changed

3 files changed

+512
-442
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ifneq ($(filter arm%,$(OS_ARCH)),)
2525
endif
2626

2727
# env variables
28-
KIOTA_VERSION ?= "v1.20.0"
28+
KIOTA_VERSION ?= "v1.22.3"
2929
HORREUM_BRANCH ?= "master"
3030
HORREUM_OPENAPI_PATH ?= "https://raw.githubusercontent.com/Hyperfoil/Horreum/${HORREUM_BRANCH}/docs/site/content/en/openapi/openapi.yaml"
3131
GENERATED_CLIENT_PATH = "${PROJECT_PATH}/src/horreum/raw_client"

0 commit comments

Comments
 (0)