Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: starlette 버전이 0.29 이상일 경우, template_response 함수 오류 수정 #309

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

KimTom89
Copy link
Collaborator

원인

작업내용

  • core.py > template_response 함수
    • template.TemplateResponse > 인자 전달방식 변경 (함수 => 키워드)

추후 fastapi, starlette 버전 및 전체 템플릿 응답처리 부분에서 수정이 필요함.

- template.TemplateResponse > 함수 인자 => 키워드 인자로 변경
@kagla kagla merged commit cc230c0 into master Jan 17, 2024
@KimTom89 KimTom89 deleted the fix/template_response branch January 17, 2024 09:33
@KimTom89 KimTom89 restored the fix/template_response branch January 17, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants