Skip to content

Commit 7cd67e4

Browse files
committed
Pip kiota dependencies to specific versions
1 parent 9c1b19e commit 7cd67e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages] # Packages required to run the application
7-
microsoft-kiota-abstractions = '*'
7+
microsoft-kiota-abstractions = "==0.1.0"
88
microsoft-kiota-http = "==0.1.2"
9-
microsoft-kiota-authentication-azure = '*'
9+
microsoft-kiota-authentication-azure = "==0.1.0"
1010
httpx = {version = "==0.23.0", extras = ["http2"]}
1111

1212
[dev-packages] # Packages required to develop the application

Pipfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)