Is this a new bug?
Current Behavior
pip install pinecone
version info: pinecone==9.1.0
system info: Windows 11, 12th gen Intel(R) CoreTM i5 1235U, 1GB RAM, 512FB Storage.
Issue is resolved after pip install typing_extensions
Is it the usual system behavior to run pip install or can add this package is .toml file
Expected Behavior
It should not ask for package installation for new pinecone package.
Steps To Reproduce
- Install the pinecone library
- run following code:
import time
from pinecone import Pinecone
Relevant log output
import time
from pinecone import Pinecone
Environment
- **OS**: Windows
- **Language version**: Python 3.14.6
- **Pinecone client version**:pinecone==9.1.0
Additional Context
No response
Is this a new bug?
Current Behavior
pip install pinecone
version info: pinecone==9.1.0
system info: Windows 11, 12th gen Intel(R) CoreTM i5 1235U, 1GB RAM, 512FB Storage.
Issue is resolved after
pip install typing_extensionsIs it the usual system behavior to run pip install or can add this package is .toml file
Expected Behavior
It should not ask for package installation for new pinecone package.
Steps To Reproduce
Relevant log output
import time from pinecone import PineconeEnvironment
Additional Context
No response