Commit d8fe336
authored
chore: update dependency pin (rag-core-lib) to document-extractor service (#231)
This pull request adds support for updating the `rag-core-lib`
dependency pin in the `document-extractor` service's `pyproject.toml`
and introduces a corresponding test to ensure this functionality works
as expected.
Dependency management improvements:
* Updated the `SERVICE_PINS` mapping in `bump_pyproject_deps.py` to
include `rag-core-lib` for the `document-extractor` service, allowing
its version pin to be updated alongside `extractor-api-lib`.
Testing enhancements:
* Added a new test, `test_bump_updates_service_pins`, to verify that
both `extractor-api-lib` and `rag-core-lib` version pins are correctly
updated in the service's `pyproject.toml` when `bump_service_pins=True`
is used.1 parent 79f4dfc commit d8fe336
File tree
2 files changed
+39
-0
lines changed- tools
- tests
2 files changed
+39
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
0 commit comments