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

chore: relax flask dependency constraint #203

Merged
merged 7 commits into from
Jan 17, 2024

Commits on Jan 17, 2024

  1. chore: relax flask dependency constraint

    Why
    ===
    * Flask released a 3.0.0 version, which we couldn't support because of
    our version bounds. The changelog
    https://flask.palletsprojects.com/en/3.0.x/changes/ looks innocuous
    for our purposes
    
    What changed
    ===
    * Changed pyproject.toml to use >=2.0.0 instead of ^2.0.0
    * nix run nixpkgs#poetry -- lock --no-update
    
    Test plan
    ===
    * try installing this verison in a repl after it is released
    * nix run nixpkgs#poetry -- check --lock
    ryantm authored and blast-hardcheese committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    42935e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e3e818 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10e780f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b00eda View commit details
    Browse the repository at this point in the history
  5. Unify database-test-jwt-py with the new implementation

    Old version has different semantics and is compatible with new version
    anyway
    blast-hardcheese committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0531554 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55fa077 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7455b9a View commit details
    Browse the repository at this point in the history