File tree Expand file tree Collapse file tree 3 files changed +32
-3
lines changed
days/009-012-modern-apis-starred Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change @@ -172,3 +172,5 @@ days/013-016-css-basics/demos/selectorville/.idea/encodings.xml
172
172
days /013-016-css-basics /demos /selectorville /.idea /selectorville.iml
173
173
** .DS_Store
174
174
days /041-044-react /** node_modules
175
+ .idea /100web-course.iml
176
+ .idea /ruff.xml
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1
- # Days 09-12 Building APIs with Api Star (0.5.41)
1
+ # Days 09-12 Building APIs with FastAPI
2
+
3
+
2
4
3
5
** Important** : at the time of recording the newest version of ` apistar ` was ` 0.5.41 ` , which let you build complete APIs.
4
6
You can’t perform that action at this time.
0 commit comments