Skip to content

bump @typespec/http-specs to include XML enum/datetime Spector cases (PR #9660)#9847

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/add-test-case-for-pull-9660
Closed

bump @typespec/http-specs to include XML enum/datetime Spector cases (PR #9660)#9847
Copilot wants to merge 2 commits intomainfrom
copilot/add-test-case-for-pull-9660

Conversation

Copy link
Contributor

Copilot AI commented Mar 2, 2026

PR #9660 added two new XML Spector scenarios (ModelWithEnum, ModelWithDatetime) to @typespec/http-specs, but the Python emitter's dependency was pinned to 0.1.0-alpha.33-dev.2 which predates those additions. The test methods already existed in test_payload_xml.py / test_payload_xml_async.py but couldn't run against the mock server.

Changes

  • package.json: bump @typespec/http-specs 0.1.0-alpha.33-dev.20.1.0-alpha.33-dev.3 (first version containing the new specs)
  • package-lock.json: updated accordingly
Original prompt

This section details on the original issue you should resolve

<issue_title>[python] add test case for #9660</issue_title>
<issue_description>follow skill https://github.com/microsoft/typespec/blob/main/.github/skills/python-sdk-spector-mock-api-tests/SKILL.md to write test case for #9660</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…/datetime test cases from PR #9660

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
@microsoft-github-policy-service microsoft-github-policy-service bot added the emitter:client:python Issue for the Python client emitter: @typespec/http-client-python label Mar 2, 2026
Copilot AI changed the title [WIP] Add test case for pull request 9660 bump @typespec/http-specs to include XML enum/datetime Spector cases (PR #9660) Mar 2, 2026
Copilot finished work on behalf of msyyc March 2, 2026 06:46
@msyyc msyyc closed this Mar 2, 2026
@msyyc msyyc deleted the copilot/add-test-case-for-pull-9660 branch March 2, 2026 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

emitter:client:python Issue for the Python client emitter: @typespec/http-client-python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[python] add test case for https://github.com/microsoft/typespec/pull/9660

2 participants