Skip to content

typing-extensions 의존성을 pyproject.toml에 추가#88

Open
fish895623 wants to merge 1 commit intoSoju06:mainfrom
fish895623:fix/missing-dependencies
Open

typing-extensions 의존성을 pyproject.toml에 추가#88
fish895623 wants to merge 1 commit intoSoju06:mainfrom
fish895623:fix/missing-dependencies

Conversation

@fish895623
Copy link
Copy Markdown

요약

typing-extensions>=4.12.0 패키지를 pyproject.toml의 의존성 목록에 명시적으로 추가합니다.

배경

코드베이스에서 typing-extensions를 import 하여 사용하고 있으나, 프로젝트 의존성으로 선언되어 있지 않았습니다. 이로 인해 클린 환경에서 설치할 경우(특히 일부 typing 기능이 표준 라이브러리에 포함되지 않은 Python 버전에서) 런타임에 ImportError가 발생할 수 있습니다. 명시적으로 선언하여 호스트 Python 버전과 무관하게 패키지가 정상적으로 로드되도록 합니다.

변경 사항

  • pyproject.toml: dependenciestyping-extensions>=4.12.0 추가

비고

최소 버전을 >=4.12.0으로 지정하여 프로젝트에서 사용하는 최신 typing 기능과의 호환성을 확보했습니다.

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.

1 participant