mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 20:16:52 +00:00
Batch apply poetry lock --no-update
for all templates (#12531)
Ran the following bash script for all templates ```bash #!/bin/bash set -e current_dir="$(pwd)" for directory in */; do if [ -d "$directory" ]; then (cd "$directory" && poetry lock --no-update) fi done cd "$current_dir" ``` Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
166
templates/rag-redis/poetry.lock
generated
166
templates/rag-redis/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user