mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-15 07:00:38 +00:00
* Remove `sys.version_info` checks no longer needed * Use `typing` instead of `typing_extensions` where applicable (NB: keep using `TypedDict` from `typing_extensions` as [Pydantic requires it](https://docs.pydantic.dev/2.3/usage/types/dicts_mapping/#typeddict))