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: python-validators/validators
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.28.3
Choose a base ref
...
head repository: python-validators/validators
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.29.0
Choose a head ref
  • 3 commits
  • 26 files changed
  • 2 contributors

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    70ff669 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge pull request #381 from yozachar/workshop

    chore: update dev deps; adds python EOL info
    yozachar authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a7bcfda View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. feat: add validator for eth addresses (#383)

    - move to a new directory for crypto addresses validators
    - add a new feature to validate ethereum address
    - create a new dep group for crypto eth address
    - update tooling requirements
    - update api docs for crypto addresses
    - add a new dependency group for testing, update scripts accordingly
    - include crypto-eth-addresses in tooling requirements
    - add docs
    - bump version, update change log
    - fix: make `eth_hash` truly optional
    - make `eth_hash` truly optional
    - update dev dependencies
    - improve changelog
    - fix packaging and CI
    
    ---------
    
    Co-authored-by: Yozachar <38415384+yozachar@users.noreply.github.com>
    msamsami and yozachar authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4973c49 View commit details
    Browse the repository at this point in the history
Loading