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:
parent
b42126fc62
commit
4b48b63227
3 changed files with 4089 additions and 5791 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue