mirror of
https://github.com/fastapi/fastapi.git
synced 2026-01-23 13:30:01 -05:00
Compare commits
1 Commits
master
...
fix-instal
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d2eb2b4dc |
1
.github/labeler.yml
vendored
1
.github/labeler.yml
vendored
@@ -31,7 +31,6 @@ internal:
|
|||||||
- .pre-commit-config.yaml
|
- .pre-commit-config.yaml
|
||||||
- pdm_build.py
|
- pdm_build.py
|
||||||
- requirements*.txt
|
- requirements*.txt
|
||||||
- uv.lock
|
|
||||||
- docs/en/data/sponsors.yml
|
- docs/en/data/sponsors.yml
|
||||||
- docs/en/overrides/main.html
|
- docs/en/overrides/main.html
|
||||||
- all-globs-to-all-files:
|
- all-globs-to-all-files:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Create a virtual environment and install the required packages with <a href="htt
|
|||||||
<div class="termy">
|
<div class="termy">
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ uv sync
|
$ uv sync --extra all
|
||||||
|
|
||||||
---> 100%
|
---> 100%
|
||||||
```
|
```
|
||||||
@@ -32,9 +32,9 @@ That way, you don't have to "install" your local version to be able to test ever
|
|||||||
|
|
||||||
/// note | Technical Details
|
/// note | Technical Details
|
||||||
|
|
||||||
This only happens when you install using `uv sync` instead of running `pip install fastapi` directly.
|
This only happens when you install using `uv sync --extra all` instead of running `pip install fastapi` directly.
|
||||||
|
|
||||||
That is because `uv sync` will install the local version of FastAPI in "editable" mode by default.
|
That is because `uv sync --extra all` will install the local version of FastAPI in "editable" mode by default.
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ hide:
|
|||||||
|
|
||||||
### Internal
|
### Internal
|
||||||
|
|
||||||
* 🔧 Ensure that an edit to `uv.lock` gets the `internal` label. PR [#14759](https://github.com/fastapi/fastapi/pull/14759) by [@svlandeg](https://github.com/svlandeg).
|
|
||||||
* 🔧 Update sponsors: remove Requestly. PR [#14735](https://github.com/fastapi/fastapi/pull/14735) by [@tiangolo](https://github.com/tiangolo).
|
* 🔧 Update sponsors: remove Requestly. PR [#14735](https://github.com/fastapi/fastapi/pull/14735) by [@tiangolo](https://github.com/tiangolo).
|
||||||
* 🔧 Update sponsors, LambdaTest changes to TestMu AI. PR [#14734](https://github.com/fastapi/fastapi/pull/14734) by [@tiangolo](https://github.com/tiangolo).
|
* 🔧 Update sponsors, LambdaTest changes to TestMu AI. PR [#14734](https://github.com/fastapi/fastapi/pull/14734) by [@tiangolo](https://github.com/tiangolo).
|
||||||
* ⬆ Bump actions/cache from 4 to 5. PR [#14511](https://github.com/fastapi/fastapi/pull/14511) by [@dependabot[bot]](https://github.com/apps/dependabot).
|
* ⬆ Bump actions/cache from 4 to 5. PR [#14511](https://github.com/fastapi/fastapi/pull/14511) by [@dependabot[bot]](https://github.com/apps/dependabot).
|
||||||
|
|||||||
Reference in New Issue
Block a user