Skip to content

Commit 014f841

Browse files
committed
Add note on default versions
1 parent 976765a commit 014f841

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ generating the project. This feature can be disabled by using with either `-s` o
112112
retrieving the latest versions or if you have decided to skip looking up the latest version, the
113113
packages will be be created with default versions.
114114

115+
Note that skipping the dependency check only works for dev packages. For FastAPI projects the
116+
versions are always checked to ensure compatibatibiliy of the installed packages.
117+
115118
```sh
116119
python-project create -s
117120
```

0 commit comments

Comments
 (0)