-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: relax flask dependency constraint (#203)
* 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 * Hosted repl -> deployments * New location for repl-auth.js * Adding deprecation warnings to id_co_url/co_url * Unify database-test-jwt-py with the new implementation Old version has different semantics and is compatible with new version anyway * Adding a RIDT test for non-async Database * Clarify "PASSWORD" was actually "JWT_PASSWORD" this whole time --------- Co-authored-by: Devon Stewart <[email protected]>
- Loading branch information
1 parent
eaf83a5
commit 3cee3df
Showing
6 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters