Skip to content

Commit a775418

Browse files
authored
Merge pull request #933 from sanders41/readme
Add note on default versions in documentation
2 parents 976765a + 014f841 commit a775418

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)