Skip to content

Commit

Permalink
Bump Kiota and Python related libs (Apicurio#3586)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Aug 16, 2023
1 parent 2b26e2c commit e4f48ba
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions python-sdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
clean:
rm -f openapi.json
rm -rf apicurioregistrysdk/client
rm -rf kiota_tmp

install:
poetry install
Expand Down
2 changes: 1 addition & 1 deletion python-sdk/kiota-gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import platform
from pathlib import Path

KIOTA_VERSION = "1.4.0"
KIOTA_VERSION = "1.5.1"

KIOTA_OS_NAMES = {"Windows": "win", "Darwin": "osx", "Linux": "linux"}
KIOTA_ARCH_NAMES = {"32bit": "x86", "64bit": "x64"}
Expand Down
16 changes: 8 additions & 8 deletions python-sdk/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ keywords = ["apicurio", "registry"]

[tool.poetry.dependencies]
python = "^3.9"
microsoft-kiota-abstractions = "^0.6.0"
microsoft-kiota-http = ">=0.4.4,<0.6.0"
microsoft-kiota-serialization-json = "^0.3.7"
microsoft-kiota-abstractions = "^0.7.1"
microsoft-kiota-http = "^0.5.0"
microsoft-kiota-serialization-json = "^0.4.0"
microsoft-kiota-serialization-text = "^0.2.1"
typing-extensions = "^4.7.1"

[tool.poetry.group.test.dependencies]
pytest = "^7.3.1"
Expand Down

0 comments on commit e4f48ba

Please sign in to comment.