Skip to content

[python] upgrade dependencies for http-client-python #7664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jun 17, 2025

This PR upgrades the dependencies for the @typespec/http-client-python package as requested in the issue.

Changes Made

  • Upgraded dependency: @azure-tools/typespec-client-generator-core from ~0.57.0 to ~0.57.1
  • Added changeset: Created changelog entry for the dependency bump with message "bump typespec"
  • Updated .gitignore: Added packages/http-client-python/venv_build_wheel/ to prevent accidental commits of Python virtual environment files

Steps Followed

Following the exact steps outlined in the issue:

  1. ✅ Stepped into packages/http-client-python folder
  2. ✅ Installed npm-check-updates globally
  3. ✅ Ran npx npm-check-updates -u --filter @typespec/*,@azure-tools/*
  4. ✅ Ran npm install to update dependencies
  5. ✅ Verified TypeScript build succeeds with tsc -p ./emitter/tsconfig.build.json
  6. ✅ Added changeset with changeKind: dependencies and message "bump typespec"
  7. ✅ Committed changes excluding venv_build_wheel folder as instructed

Build Status

  • ✅ TypeScript compilation successful
  • ⚠️ Python wheel build encountered network timeouts with PyPI but doesn't affect the dependency upgrade

Impact

This is a minimal dependency update that keeps the package current with the latest TypeSpec tooling while maintaining backward compatibility.

Fixes #7610.


💡 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.

Copilot AI and others added 2 commits June 17, 2025 05:28
…ec-client-generator-core to ~0.57.1

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
…ec-client-generator-core to ~0.57.1

- Updated @azure-tools/typespec-client-generator-core from ~0.57.0 to ~0.57.1
- Added changeset for dependency bump
- Added venv_build_wheel/ to .gitignore to exclude from future commits
@Copilot Copilot AI changed the title [WIP] [python] upgrade dependencies for http-client-python [python] upgrade dependencies for http-client-python Jun 17, 2025
@Copilot Copilot AI requested a review from msyyc June 17, 2025 05:35
Copilot finished work on behalf of msyyc June 17, 2025 05:35
@msyyc msyyc closed this Jun 17, 2025
@msyyc msyyc deleted the copilot/fix-7610 branch June 17, 2025 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[python] upgrade dependencies for http-client-python
2 participants