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

Exclude pyrsistent version 0.19.1 from deps #356

Merged
merged 7 commits into from
Nov 14, 2022

Commits on Nov 3, 2022

  1. Exclude pyrsistent 0.19.1

    Pyrsistent 0.19.1 had a regression in 0.19.1 which was fixed in 0.19.2
    The regression was on pmap where inserted elements were unreliably
    inserted. See tobgu/pyrsistent#263
    Naman Jain committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c6cc512 View commit details
    Browse the repository at this point in the history
  2. Update google github actions branch

    Naman Jain committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    2c85912 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Update flake8 print code

    Error code for print was changed from T001 to T201
    JBKahn/flake8-print#55
    Naman Jain committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    1a0c3b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fd362e View commit details
    Browse the repository at this point in the history
  3. Apply black linter fixes

    Naman Jain committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    117ea57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef2d5b1 View commit details
    Browse the repository at this point in the history
  5. Drop support for python 3.6

    Naman Jain committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    8ae96ad View commit details
    Browse the repository at this point in the history