You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 2.1.0 release of MarkupSafe comes with some changes that break some
of the projects that depend on it. We fix the framework tests by pinning
the version to the latest 2.0 release for now.
#This step installs Flit, a way to put Python packages and modules on PyPI (More info at https://flit.readthedocs.io/en/latest/)
118
118
- name: Install Flit
119
119
run: pip install flit
120
120
#Installs all dependencies needed for FastAPI
121
121
- name: Install Dependencies
122
122
run: flit install --symlink
123
-
#Reverts SQLalchemy to v1.3.24. Newest version breaks tests due to RowProxy module being deprecated in latest v1.4.11 More info: (https://docs.sqlalchemy.org/en/14/changelog/migration_14.html#rowproxy-is-no-longer-a-proxy-is-now-called-row-and-behaves-like-an-enhanced-named-tuple)
0 commit comments