Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Bump argo-client, mypy, cryptol versions #1809

Merged
merged 2 commits into from
Feb 1, 2023
Merged

Commits on Jan 30, 2023

  1. Bump cryptol submodule

    This brings in changes from Cryptol's constraint guards and FFI patches, which
    require some light code changes on SAW's end. These changes are mostly taken
    from #1751.
    
    Co-authored-by: Iavor Diatchki <iavor.diatchki@gmail.com>
    RyanGlScott and yav committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    fa5c505 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Python: Bump argo-client, mypy, cryptol versions

    This patch:
    
    * Bumps the `mypy` lower bounds to avoid incurring a dependency on `typed-ast`,
      which is being EOL'd soon. See python/typed_ast#179.
    * Bumps the `argo` submodule to bring in the changes from
      GaloisInc/argo#195, which makes corresponding changes on the `argo` side.
    * Bumps the `cryptol` submodule to bring in the changes from
      GaloisInc/cryptol#1493, which makes the corresponding changes on the `cryptol`
      side.
    RyanGlScott committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    23cdc79 View commit details
    Browse the repository at this point in the history