Skip to content

Commit 8cdb7ed

Browse files
authored
Merge pull request #205306 from shivanissambare/version-update
fixing typo
2 parents 7601f1d + 26fcd05 commit 8cdb7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-inference-server-http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ TypeError: register() takes 3 positional arguments but 4 were given
167167
168168
```
169169
170-
You have **Flask 2** installed in your python environment but are running a server (< 7.0.0) that does not support Flask 2. To resolve, please upgrade to the latest version of server.
170+
You have **Flask 2** installed in your python environment but are running a server (< 0.7.0) that does not support Flask 2. To resolve, please upgrade to the latest version of server.
171171
172172
### 2. I encountered an ``ImportError`` or ``ModuleNotFoundError`` on modules ``opencensus``, ``jinja2``, ``MarkupSafe``, or ``click`` during startup like the following:
173173

0 commit comments

Comments
 (0)