Skip to content

Commit abccacb

Browse files
committed
Update kiota http package
1 parent ce0f541 commit abccacb

File tree

2 files changed

+34
-52
lines changed

2 files changed

+34
-52
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

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

@@ -23,4 +23,4 @@ pytest-trio = "==0.7.0"
2323
pytest-mock = "==3.10.0"
2424
asyncmock = "==0.4.2"
2525
azure-identity = "*"
26-
trio = "==0.22.0"
26+
trio = "==0.22.0"

Pipfile.lock

Lines changed: 32 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)