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: lundberg/respx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: neuesql/respx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 18 files changed
  • 2 contributors

Commits on Jan 27, 2026

  1. Migrate dependency from httpx to requestx 1.0.5

    - Update setup.py to use requestx==1.0.5 as dependency
    - Replace all httpx imports with requestx across source files
    - Update type annotations and class references to use requestx
    - Migrate all test files to use requestx
    - Update mocker targets to point to requestx._client module
    
    https://claude.ai/code/session_01MTG5dYE2sVrDk9AsMz7QYZ
    claude committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    8cbb015 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from neuesql/claude/migrate-httpx-requestx-e6u6o

    Migrate dependency from httpx to requestx 1.0.5
    wuqunfei authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    155acd4 View commit details
    Browse the repository at this point in the history
  3. Migrate requestx dependency from 1.0.5 to 1.0.7

    Note: requestx 1.0.7 is not yet available on PyPI. This change
    prepares the codebase for the upcoming version.
    
    https://claude.ai/code/session_01GjQfAVA6YD5Jm47xnaqY7L
    claude committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    f4934cd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from neuesql/claude/migrate-requestx-1.0.7-IKrGQ

    Migrate requestx dependency from 1.0.5 to 1.0.7
    wuqunfei authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    b679600 View commit details
    Browse the repository at this point in the history
Loading