Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Master is currently broken because we pull werkzeug 3.0.0, and get the error: ``` ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/tmp/tmp.0Kj6PPT3ru/env/lib/python3.8/site-packages/werkzeug/urls.py) ``` Pinning the version seem to fix the problem. Reviewed By: anwesht Differential Revision: D50179303 fbshipit-source-id: ca7b6168ffef4ea728888783f02793684dc845bc
- Loading branch information