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