Skip to content

Commit

Permalink
Merge branch 'main' into shem/remove_stringify_primitive_types
Browse files Browse the repository at this point in the history
  • Loading branch information
shemogumbe authored Oct 23, 2024
2 parents 49cdeac + a774b49 commit 5e584e6
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 58 deletions.
16 changes: 8 additions & 8 deletions it/python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lazy-object-proxy==1.10.0 ; python_version >= '3.7'

mccabe==0.7.0 ; python_version >= '3.6'

mypy==1.12.1
mypy==1.13.0

mypy-extensions==1.0.0 ; python_version >= '3.5'

Expand Down Expand Up @@ -98,19 +98,19 @@ httpx[http2]==0.27.2

hyperframe==6.0.1 ; python_full_version >= '3.6.1'

microsoft-kiota-abstractions==1.4.6
microsoft-kiota-abstractions==1.5.0

microsoft-kiota-authentication-azure==1.4.6
microsoft-kiota-authentication-azure==1.5.0

microsoft-kiota-http==1.4.6
microsoft-kiota-http==1.5.0

microsoft-kiota-serialization-json==1.4.6
microsoft-kiota-serialization-json==1.5.0

microsoft-kiota-serialization-text==1.4.6
microsoft-kiota-serialization-text==1.5.0

microsoft-kiota-serialization-form==1.4.6
microsoft-kiota-serialization-form==1.5.0

microsoft-kiota-serialization-multipart==1.4.6
microsoft-kiota-serialization-multipart==1.5.0

msal==1.31.0

Expand Down
64 changes: 32 additions & 32 deletions it/typescript/package-lock.json

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

16 changes: 8 additions & 8 deletions it/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@es-exec/esbuild-plugin-start": "^0.0.5",
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@types/node": "^22.7.8",
"@types/node": "^22.7.9",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"esbuild": "^0.24.0",
Expand All @@ -32,13 +32,13 @@
},
"dependencies": {
"@azure/identity": "^4.5.0",
"@microsoft/kiota-abstractions": "^1.0.0-preview.68",
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.63",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.67",
"@microsoft/kiota-serialization-form": "^1.0.0-preview.56",
"@microsoft/kiota-serialization-json": "^1.0.0-preview.68",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.46",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.65",
"@microsoft/kiota-abstractions": "^1.0.0-preview.69",
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.69",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.69",
"@microsoft/kiota-serialization-form": "^1.0.0-preview.69",
"@microsoft/kiota-serialization-json": "^1.0.0-preview.69",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.69",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.69",
"express": "^5.0.1",
"node-fetch": "^2.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Kiota.Builder/Kiota.Builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<PackageReference Include="Microsoft.OpenApi" Version="1.6.22" />
<PackageReference Include="Microsoft.OpenApi.ApiManifest" Version="0.5.5-preview" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.22" />
<PackageReference Include="Microsoft.Plugins.Manifest" Version="1.0.0-preview2" />
<PackageReference Include="Microsoft.Plugins.Manifest" Version="1.0.0-preview3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.11.20">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
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
6 changes: 3 additions & 3 deletions vscode/microsoft-kiota/package-lock.json

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

0 comments on commit 5e584e6

Please sign in to comment.