Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ShipEngine/shipengine-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: ShipEngine/shipengine-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 16, 2025

  1. fix: regenerate poetry.lock and update to modern Poetry config

    - Update deprecated [tool.poetry.dev-dependencies] to [tool.poetry.group.dev.dependencies]
    - Regenerate poetry.lock for Python 3.10+ dependencies
    
    The poetry.lock file was out of sync with pyproject.toml after updating
    to Python 3.10+ and newer package versions. This was causing the CD
    workflow to fail during poetry install.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
    semarj and claude committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    80b2531 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from ShipEngine/update-poetry-lock

    fix: regenerate poetry.lock and update to modern Poetry config
    semarj authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    6ee6fbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d16a9ad View commit details
    Browse the repository at this point in the history
  4. Merge pull request #52 from ShipEngine/release-please--branches--main

    chore(main): release 2.0.2
    semarj authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    f1c83fa View commit details
    Browse the repository at this point in the history
Loading