Skip to content

Commit

Permalink
Merge pull request #5658 from microsoft/feat/python-bundle
Browse files Browse the repository at this point in the history
feat: adds bundle in dependencies entry
  • Loading branch information
baywet authored Oct 23, 2024
2 parents cb6f67c + 313ce4c commit ed1af22
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions src/kiota/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,33 +264,38 @@
},
{
"Name": "microsoft-kiota-http",
"Version": "1.3.3",
"Version": "1.5.0",
"Type": "Http"
},
{
"Name": "microsoft-kiota-serialization-json",
"Version": "1.3.2",
"Version": "1.5.0",
"Type": "Serialization"
},
{
"Name": "microsoft-kiota-authentication-azure",
"Version": "1.1.0",
"Version": "1.5.0",
"Type": "Authentication"
},
{
"Name": "microsoft-kiota-serialization-text",
"Version": "1.0.0",
"Version": "1.5.0",
"Type": "Serialization"
},
{
"Name": "microsoft-kiota-serialization-form",
"Version": "0.1.1",
"Version": "1.5.0",
"Type": "Serialization"
},
{
"Name": "microsoft-kiota-serialization-multipart",
"Version": "0.1.0",
"Version": "1.5.0",
"Type": "Serialization"
},
{
"Name": "microsoft-kiota-bundle",
"Version": "1.5.0",
"Type": "Bundle"
}
],
"DependencyInstallCommand": "pip install {0}=={1}"
Expand Down

0 comments on commit ed1af22

Please sign in to comment.