File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2929class CustomOAuth2PasswordRequestForm :
3030 def __init__ (
3131 self ,
32- grant_type : str = fastapi .Form (None , regex = "password|client_credentials" ),
32+ grant_type : str = fastapi .Form (None , pattern = "password|client_credentials" ),
3333 username : Optional [str ] = fastapi .Form (None ),
3434 password : Optional [str ] = fastapi .Form (None ),
3535 scope : str = fastapi .Form (" " .join (STATIC_CONFIG ['tokens' ]['scopes' ])),
Original file line number Diff line number Diff line change 22Specify the Meerschaum release version.
33"""
44
5- __version__ = "3.1.5 "
5+ __version__ = "3.1.6 "
Original file line number Diff line number Diff line change 157157packages ['sql' ].update (packages ['gis' ])
158158packages ['dash' ] = {
159159 'flask_compress' : 'Flask-Compress>=1.17.0' ,
160- 'dash' : 'dash>=3.1.1 ' ,
161- 'dash_bootstrap_components' : 'dash-bootstrap-components>=1.7.1 ' ,
160+ 'dash' : 'dash<3.4.0 ' ,
161+ 'dash_bootstrap_components' : 'dash-bootstrap-components>=2.0.4 ' ,
162162 'dash_ace' : 'dash-ace>=0.2.1' ,
163163 'dash_extensions' : 'dash-extensions>=2.0.4' ,
164164 'dash_daq' : 'dash-daq>=0.6.0' ,
170170 'gunicorn' : 'gunicorn>=23.0.0' ,
171171 'dotenv' : 'python-dotenv>=1.1.1' ,
172172 'websockets' : 'websockets>=15.0.1' ,
173- 'fastapi' : 'fastapi>=0.116 .0' ,
173+ 'fastapi' : 'fastapi>=0.128 .0' ,
174174 'fastapi_login' : 'fastapi-login>=1.10.3' ,
175175 'multipart' : 'python-multipart>=0.0.20' ,
176176 'httpx' : 'httpx>=0.28.1' ,
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ databases>=0.9.0
6060aiosqlite>=0.21.0
6161asyncpg>=0.30.0
6262Flask-Compress>=1.17.0
63- dash>=3.1.1
64- dash-bootstrap-components>=1.7.1
63+ dash<3.4.0
64+ dash-bootstrap-components>=2.0.4
6565dash-ace>=0.2.1
6666dash-extensions>=2.0.4
6767dash-daq>=0.6.0
@@ -71,7 +71,7 @@ uvicorn[standard]>=0.35.0
7171gunicorn>=23.0.0
7272python-dotenv>=1.1.1
7373websockets>=15.0.1
74- fastapi>=0.116 .0
74+ fastapi>=0.128 .0
7575fastapi-login>=1.10.3
7676python-multipart>=0.0.20
7777httpx>=0.28.1
You can’t perform that action at this time.
0 commit comments