chore: 폐쇄망 반입 준비 및 python 버전 일치

This commit is contained in:
2026-07-09 18:21:36 +09:00
parent c303040ae2
commit c43d18ceea
2 changed files with 4 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ httpx==0.28.1
jinja2==3.1.4
python-multipart==0.0.20
pydantic-settings==2.7.1
psycopg[binary]==3.3.4
# psycopg 3.3.x는 Python 3.10+ 전용 → 대상 서버(Py3.9)용으로 3.2.x 고정
psycopg[binary]==3.2.13