Commit b74d4c7
authored
Bumps [core](https://github.com/microsoft/typespec) from `2aef878` to
`3182c02`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/typespec/commit/3182c02609325d8a3227e9df94a62d36df765321"><code>3182c02</code></a>
[python] bump for release (<a
href="https://redirect.github.com/microsoft/typespec/issues/9574">#9574</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/3f2d7e514319f01d720c3252414c2af27077e5c8"><code>3f2d7e5</code></a>
[python] ignore all errors during error deserialization (<a
href="https://redirect.github.com/microsoft/typespec/issues/9573">#9573</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/d10884a392036c5583a2bae9512f3d4199dd1118"><code>d10884a</code></a>
[python] Remove deepcopy from import_serializer.py (<a
href="https://redirect.github.com/microsoft/typespec/issues/9551">#9551</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/bb2423e717713bd1c3f98048c21a5bfe8396b588"><code>bb2423e</code></a>
[Python] optimize perf for test generation and sample generation (<a
href="https://redirect.github.com/microsoft/typespec/issues/9473">#9473</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/typespec/compare/2aef878be3512b39eb2b54fcee1362e4d1f2b652...3182c02609325d8a3227e9df94a62d36df765321">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ac6aed commit b74d4c7
1 file changed
+1
-1
lines changed- packages/http-client-python/CHANGELOG.md+7
- packages/http-client-python/emitter/src/emitter.ts+1-1
- packages/http-client-python/generator/pygen/codegen/serializers/__init__.py+69-34
- packages/http-client-python/generator/pygen/codegen/serializers/import_serializer.py+20-9
- packages/http-client-python/generator/pygen/codegen/serializers/sample_serializer.py+23-13
- packages/http-client-python/generator/pygen/codegen/serializers/test_serializer.py+67-88
- packages/http-client-python/generator/pygen/codegen/serializers/utils.py+37
- packages/http-client-python/generator/pygen/codegen/templates/model_base.py.jinja2+3-3
- packages/http-client-python/generator/pygen/codegen/templates/test.py.jinja2+22-18
- packages/http-client-python/package.json+1-1
0 commit comments