Skip to content

Ape 0.7.17

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 15:04
· 290 commits to refs/heads/main since this release
6e3b584

Changes

  • feat: add Python 3.12 support @antazoey (#1994)
  • fix: issue connecting to a provider that was once connected but now isn't @antazoey (#2022)
  • feat: use uv if installed for ape plugins install / uninstall commands @wakamex (#2000)
  • fix: issues with local installs @antazoey (#2021)
  • refactor: remove and rationalize each usage of model_dump() with mode="json" @antazoey (#2019)
  • fix: use macos-12 instead of macos-latest in CI @antazoey (#2020)
  • fix: fail gracefully trying to fetch contract type in Web3Provider.estimate_gas_cost() @mikeshultz (#2018)
  • fix: add dateutil stubs to pre-commit hook @mikeshultz (#2017)
  • chore: replace importlib_metadata with importlib.metadata @antazoey (#2015)
  • chore: bump past problematic web3 version @antazoey (#2014)

Special thanks to: @antazoey, @mikeshultz and @wakamex