Skip to content

Commit 34b8244

Browse files
authored
fix stray uv.lock (#20190)
1 parent b9e4ca1 commit 34b8244

File tree

5 files changed

+18
-4331
lines changed

5 files changed

+18
-4331
lines changed

.github/workflows/pre_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
working-directory: docs
3636
run: |
3737
uv run --with toml --with pyaml scripts/prepare_for_build.py
38-
uv run pre-commit run -a || true
3938
4039
- name: Prepare Versions
4140
id: prepare
@@ -49,6 +48,7 @@ jobs:
4948
uv run -- llama-dev --repo-root .. release changelog
5049
VERSION=$(uv run -- llama-dev --repo-root .. pkg info --json . | jq -r .version)
5150
echo "version=$VERSION" >> $GITHUB_OUTPUT
51+
uv run pre-commit run -a || true
5252
5353
- name: Create Release PR
5454
id: rpr

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.pants.d/
33
dist/
44
migration_scripts/
5+
/uv.lock
56

67
# IDEs
78
.idea

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## [2025-10-30]
66

77
### llama-index-core [0.14.7]
8+
89
- Feat/serpex tool integration ([#20141](https://github.com/run-llama/llama_index/pull/20141))
910
- Fix outdated error message about setting LLM ([#20157](https://github.com/run-llama/llama_index/pull/20157))
1011
- Fixing some recently failing tests ([#20165](https://github.com/run-llama/llama_index/pull/20165))
@@ -13,42 +14,54 @@
1314
- fix api docs build ([#20180](https://github.com/run-llama/llama_index/pull/20180))
1415

1516
### llama-index-embeddings-voyageai [0.5.0]
17+
1618
- Updating the VoyageAI integration ([#20073](https://github.com/run-llama/llama_index/pull/20073))
1719

1820
### llama-index-llms-anthropic [0.10.0]
21+
1922
- feat: integrate anthropic with tool call block ([#20100](https://github.com/run-llama/llama_index/pull/20100))
2023

2124
### llama-index-llms-bedrock-converse [0.10.7]
25+
2226
- feat: Add support for Bedrock Guardrails streamProcessingMode ([#20150](https://github.com/run-llama/llama_index/pull/20150))
2327
- bedrock structured output optional force ([#20158](https://github.com/run-llama/llama_index/pull/20158))
2428

2529
### llama-index-llms-fireworks [0.4.5]
30+
2631
- Update FireworksAI models ([#20169](https://github.com/run-llama/llama_index/pull/20169))
2732

2833
### llama-index-llms-mistralai [0.9.0]
34+
2935
- feat: mistralai integration with tool call block ([#20103](https://github.com/run-llama/llama_index/pull/20103))
3036

3137
### llama-index-llms-ollama [0.9.0]
38+
3239
- feat: integrate ollama with tool call block ([#20097](https://github.com/run-llama/llama_index/pull/20097))
3340

3441
### llama-index-llms-openai [0.6.6]
42+
3543
- Allow setting temp of gpt-5-chat ([#20156](https://github.com/run-llama/llama_index/pull/20156))
3644

3745
### llama-index-readers-confluence [0.5.0]
46+
3847
- feat(confluence): make SVG processing optional to fix pycairo install… ([#20115](https://github.com/run-llama/llama_index/pull/20115))
3948

4049
### llama-index-readers-github [0.9.0]
50+
4151
- Add GitHub App authentication support ([#20106](https://github.com/run-llama/llama_index/pull/20106))
4252

4353
### llama-index-retrievers-bedrock [0.5.1]
54+
4455
- Fixing some recently failing tests ([#20165](https://github.com/run-llama/llama_index/pull/20165))
4556

4657
### llama-index-tools-serpex [0.1.0]
58+
4759
- Feat/serpex tool integration ([#20141](https://github.com/run-llama/llama_index/pull/20141))
4860
- add missing toml info ([#20186](https://github.com/run-llama/llama_index/pull/20186))
4961

5062
### llama-index-vector-stores-couchbase [0.6.0]
51-
- Add Hyperscale and Composite Vector Indexes support for Couchbase vector-store ([#20170](https://github.com/run-llama/llama_index/pull/20170))
63+
64+
- Add Hyperscale and Composite Vector Indexes support for Couchbase vector-store ([#20170](https://github.com/run-llama/llama_index/pull/20170))
5265

5366
## [2025-10-26]
5467

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
::: llama_index.tools.serpex
2-
options:
3-
members:
4-
- SerpexToolSpec
2+
options:
3+
members: - SerpexToolSpec

0 commit comments

Comments
 (0)