fastapi
✓FastAPI, Pydantic v2 및 SQLAlchemy 2.0 async를 사용하여 Python API를 빌드하세요. 프로젝트 구조, JWT 인증, 유효성 검사 및 uv 패키지 관리자와의 데이터베이스 통합을 다룹니다. 7가지 문서화된 오류를 방지합니다. 사용 시기: Python API 생성, JWT 인증 구현, 422 유효성 검사, CORS, 비동기 차단, 양식 데이터, 백그라운드 작업 또는 OpenAPI 스키마 오류 문제 해결.
SKILL.md
Production-tested patterns for FastAPI with Pydantic v2, SQLAlchemy 2.0 async, and JWT authentication.
This skill prevents 7 documented issues from official FastAPI GitHub and release notes.
Error: model.modelfieldsset includes default values when using Form() Source: GitHub Issue #13399 Why It Happens: Form data parsing preloads default values and passes them to the validator, making it impossible to distinguish between fields explicitly set by the user and fields using defaults. This bug ONLY affects Form data, not JSON body data.
FastAPI, Pydantic v2 및 SQLAlchemy 2.0 async를 사용하여 Python API를 빌드하세요. 프로젝트 구조, JWT 인증, 유효성 검사 및 uv 패키지 관리자와의 데이터베이스 통합을 다룹니다. 7가지 문서화된 오류를 방지합니다. 사용 시기: Python API 생성, JWT 인증 구현, 422 유효성 검사, CORS, 비동기 차단, 양식 데이터, 백그라운드 작업 또는 OpenAPI 스키마 오류 문제 해결. 출처: srbhr/resume-matcher.
인용 가능한 정보
AI/검색 인용용 안정적인 필드와 명령어.
- 설치 명령어
npx skills add https://github.com/srbhr/resume-matcher --skill fastapi- 카테고리
- ""글쓰기
- 인증됨
- ✓
- 최초 등록
- 2026-02-01
- 업데이트
- 2026-02-18
빠른 답변
fastapi이란?
FastAPI, Pydantic v2 및 SQLAlchemy 2.0 async를 사용하여 Python API를 빌드하세요. 프로젝트 구조, JWT 인증, 유효성 검사 및 uv 패키지 관리자와의 데이터베이스 통합을 다룹니다. 7가지 문서화된 오류를 방지합니다. 사용 시기: Python API 생성, JWT 인증 구현, 422 유효성 검사, CORS, 비동기 차단, 양식 데이터, 백그라운드 작업 또는 OpenAPI 스키마 오류 문제 해결. 출처: srbhr/resume-matcher.
fastapi 설치 방법은?
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/srbhr/resume-matcher --skill fastapi 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다
소스 저장소는 어디인가요?
https://github.com/srbhr/resume-matcher
상세
- 카테고리
- ""글쓰기
- 출처
- skills.sh
- 최초 등록
- 2026-02-01