build: upgrade langchain-pinecone to be compatible with python 3.13 (#8520)

* Upgrade langchain-pinecone to be compatible with python 3.13

* Add uv pip check to workflow
This commit is contained in:
Jordan Frazier 2025-06-12 13:07:42 -07:00 committed by GitHub
commit 4b48b63227
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4089 additions and 5791 deletions

View file

@ -71,6 +71,8 @@ jobs:
prune-cache: false
- name: Install the project
run: uv sync
- name: Check for dependency incompatibility
run: uv pip check
- name: Check Version
id: check-version
run: |
@ -140,6 +142,8 @@ jobs:
prune-cache: false
- name: Install the project
run: uv sync
- name: Check for dependency incompatibility
run: uv pip check
# If pre-release is true, we need to check if ["a", "b", "rc", "dev", "post"] is in the version string
# if the version string is incorrect, we need to exit the workflow

View file

@ -80,10 +80,10 @@ dependencies = [
"langchain-cohere==0.3.3",
"langchain-anthropic==0.3.14",
"langchain-astradb~=0.6.0",
"langchain-openai==0.2.12",
"langchain-openai>=0.2.12",
"langchain-google-vertexai==2.0.7",
"langchain-groq==0.2.1",
"langchain-pinecone==0.2.2",
"langchain-pinecone>=0.2.8",
"langchain-mistralai==0.2.3",
"langchain-chroma==0.1.4",
"langchain-aws==0.2.7",

9872
uv.lock generated

File diff suppressed because it is too large Load diff