File tree Expand file tree Collapse file tree 2 files changed +26
-27
lines changed
Expand file tree Collapse file tree 2 files changed +26
-27
lines changed Original file line number Diff line number Diff line change 11import random
22from typing import Annotated
33
4- from pydantic import BaseModel , Field
5-
64from fastapi import FastAPI , HTTPException , Query
75from fastapi .middleware .cors import CORSMiddleware
6+ from pydantic import BaseModel , Field
87
98tags_metadata = [
109 {
Original file line number Diff line number Diff line change 11annotated-types == 0.7.0
2- anyio == 4.10 .0
3- certifi == 2025.8.3
4- click == 8.2.1
5- dnspython == 2.7 .0
6- email_validator == 2.2 .0
7- fastapi == 0.116.1
8- fastapi-cli == 0.0.8
9- fastapi-cloud-cli == 0.1.5
2+ anyio == 4.11 .0
3+ certifi == 2025.10.5
4+ click == 8.3.0
5+ dnspython == 2.8 .0
6+ email-validator == 2.3 .0
7+ fastapi == 0.119.0
8+ fastapi-cli == 0.0.13
9+ fastapi-cloud-cli == 0.3.1
1010h11 == 0.16.0
1111httpcore == 1.0.9
12- httptools == 0.6.4
12+ httptools == 0.7.1
1313httpx == 0.28.1
14- idna == 3.10
14+ idna == 3.11
1515Jinja2 == 3.1.6
1616markdown-it-py == 4.0.0
17- MarkupSafe == 3.0.2
17+ MarkupSafe == 3.0.3
1818mdurl == 0.1.2
19- pydantic == 2.11.7
20- pydantic_core == 2.33.2
19+ pydantic == 2.12.3
20+ pydantic_core == 2.41.4
2121Pygments == 2.19.2
2222python-dotenv == 1.1.1
2323python-multipart == 0.0.20
24- PyYAML == 6.0.2
25- rich == 14.1 .0
26- rich-toolkit == 0.15.0
27- rignore == 0.6.4
28- sentry-sdk == 2.34.1
24+ PyYAML == 6.0.3
25+ rich == 14.2 .0
26+ rich-toolkit == 0.15.1
27+ rignore == 0.7.1
28+ sentry-sdk == 2.42.0
2929shellingham == 1.5.4
3030sniffio == 1.3.1
31- starlette == 0.47.2
32- typer == 0.16.0
33- typing-inspection == 0.4.1
34- typing_extensions == 4.14.1
31+ starlette == 0.48.0
32+ typer == 0.19.2
33+ typing-inspection == 0.4.2
34+ typing_extensions == 4.15.0
3535urllib3 == 2.5.0
36- uvicorn == 0.35 .0
37- uvloop == 0.21.0
38- watchfiles == 1.1.0
36+ uvicorn == 0.38 .0
37+ uvloop == 0.22.1
38+ watchfiles == 1.1.1
3939websockets == 15.0.1
You can’t perform that action at this time.
0 commit comments