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: temporalio/samples-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: temporalio/samples-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cli-sample
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 15, 2026

  1. Configuration menu
    Copy the full SHA
    f2b5dfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    955c2ac View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Configuration menu
    Copy the full SHA
    4800c3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b412f0b View commit details
    Browse the repository at this point in the history
  3. fix: remove build-system from scaffold pyproject.toml

    hatchling's package discovery fails when the project name (derived from
    the output directory) doesn't match the sample directory name. Since
    these are script-only samples, no build backend is needed — uv just
    needs the dependencies list.
    dandavison committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    704eee3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. fix: restore hatchling build-system in scaffold

    Without a build-system, uv doesn't install the project as a package,
    so intra-package imports fail. Use hatchling with explicit packages
    pointing to the sample directory via {{sample}} template variable.
    dandavison committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    fee1dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a357aa4 View commit details
    Browse the repository at this point in the history
Loading