Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions django_plotly_dash/dash_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,7 @@ def callback(self, output, inputs=[], state=[], events=[]): # pylint: disable=da
'Invoke callback, adjusting variable names as needed'
return super(WrappedDash, self).callback(self._fix_callback_item(output),
[self._fix_callback_item(x) for x in inputs],
[self._fix_callback_item(x) for x in state],
[self._fix_callback_item(x) for x in events])
[self._fix_callback_item(x) for x in state])

def dispatch(self):
'Perform dispatch, using request embedded within flask global state'
Expand Down
10 changes: 5 additions & 5 deletions frozen_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ cmarkgfm==0.4.2
constantly==15.1.0
coverage==4.5.1
daphne==2.2.2
dash==0.28.2
dash-core-components==0.33.0
dash-html-components==0.13.2
dash-renderer==0.14.3
dash==0.36
dash-core-components==0.43
dash-html-components==0.13.5
dash-renderer==0.17
decorator==4.3.0
Django==2.1.2
django-bootstrap4==0.0.7
Expand Down Expand Up @@ -63,7 +63,7 @@ pathlib2==2.3.2
pathtools==0.1.2
pkg-resources==0.0.0
pkginfo==1.4.2
plotly==3.3.0
plotly==3.5.0
pluggy==0.7.1
port-for==0.3.1
py==1.7.0
Expand Down