[PR #201] [CLOSED] fix: PydanticUserError: Please use typing_extensions.TypedDict inst… #406

Closed
opened 2026-02-15 16:30:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/201
Author: @tang2087
Created: 7/1/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 372f6b9 fix: PydanticUserError: Please use typing_extensions.TypedDict instead of typing.TypedDict on Python < 3.12.

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 ollama/_types.py (+3 -3)

📄 Description

…ead of typing.TypedDict on Python < 3.12.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama-python/pull/201 **Author:** [@tang2087](https://github.com/tang2087) **Created:** 7/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`372f6b9`](https://github.com/ollama/ollama-python/commit/372f6b9174b328776e65c7eb7537e94b62147539) fix: PydanticUserError: Please use `typing_extensions.TypedDict` instead of `typing.TypedDict` on Python < 3.12. ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `ollama/_types.py` (+3 -3) </details> ### 📄 Description …ead of `typing.TypedDict` on Python < 3.12. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:30:17 -05:00
yindo closed this issue 2026-02-15 16:30:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#406