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: duneanalytics/dune-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.10
Choose a base ref
...
head repository: duneanalytics/dune-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 6 commits
  • 36 files changed
  • 1 contributor

Commits on Sep 25, 2025

  1. use uv instead of pip (#161)

    * use uv
    
    * use 3.13 and don't pin some deps
    
    * remove requirements and pip setups
    
    * use ~= for deps
    
    * upgrade aiohttp
    
    * upgrade requests
    mewwts authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    f141a4c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    2b53451 View commit details
    Browse the repository at this point in the history
  2. fix formatting (#165)

    mewwts authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    f9abe56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e402e4 View commit details
    Browse the repository at this point in the history
  4. Add multi-python version support with tox (#168)

    * first attempt at tox setup
    
    * multipython testing setup
    
    * revert lint part of pull_requests.yaml
    mewwts authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    1f6446f View commit details
    Browse the repository at this point in the history
  5. Deprecate from_env() (#169)

    * deprecate from_env()
    
    * fmt
    
    * don't use from_env() in readme
    mewwts authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    2b25e9e View commit details
    Browse the repository at this point in the history
Loading