Skip to content

Commit 991e860

Browse files
committed
Update the requirements and steps.
1 parent c6f2fb2 commit 991e860

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,5 @@ days/013-016-css-basics/demos/selectorville/.idea/encodings.xml
172172
days/013-016-css-basics/demos/selectorville/.idea/selectorville.iml
173173
**.DS_Store
174174
days/041-044-react/**node_modules
175+
.idea/100web-course.iml
176+
.idea/ruff.xml
Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
1-
apistar==0.5.41
2-
pytest
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile requirements.piptools --output-file requirements.txt
3+
annotated-types==0.6.0
4+
# via pydantic
5+
anyio==4.3.0
6+
# via starlette
7+
click==8.1.7
8+
# via uvicorn
9+
fastapi==0.110.1
10+
h11==0.14.0
11+
# via uvicorn
12+
idna==3.6
13+
# via anyio
14+
pydantic==2.6.4
15+
# via fastapi
16+
pydantic-core==2.16.3
17+
# via pydantic
18+
sniffio==1.3.1
19+
# via anyio
20+
starlette==0.37.2
21+
# via fastapi
22+
typing-extensions==4.11.0
23+
# via
24+
# fastapi
25+
# pydantic
26+
# pydantic-core
27+
uvicorn==0.29.0

days/009-012-modern-apis-starred/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Days 09-12 Building APIs with Api Star (0.5.41)
1+
# Days 09-12 Building APIs with FastAPI
2+
3+
24

35
**Important**: at the time of recording the newest version of `apistar` was `0.5.41`, which let you build complete APIs.
46

0 commit comments

Comments
 (0)