Skip to content

Commit 256ebc9

Browse files
Bump the pydantic group with 2 updates (#2796)
* Bump the pydantic group with 2 updates Bumps the pydantic group with 2 updates: [pydantic](https://github.com/pydantic/pydantic) and [pydantic-core](https://github.com/pydantic/pydantic-core). Updates `pydantic` from 2.8.2 to 2.12.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.8.2...v2.12.3) Updates `pydantic-core` from 2.20.1 to 2.41.4 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.20.1...v2.41.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pydantic - dependency-name: pydantic-core dependency-version: 2.41.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pydantic ... Signed-off-by: dependabot[bot] <[email protected]> * Update typing-extensions --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pamela Fox <[email protected]>
1 parent fa2ac21 commit 256ebc9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/dependabot.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ updates:
3636
patterns:
3737
- "pydantic"
3838
- "pydantic-*"
39+
- "typing-extensions"

app/backend/requirements.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@ psutil==5.9.8
337337
# via azure-monitor-opentelemetry-exporter
338338
pycparser==2.22
339339
# via cffi
340-
pydantic==2.8.2
340+
pydantic==2.12.3
341341
# via openai
342-
pydantic-core==2.20.1
342+
pydantic-core==2.41.4
343343
# via pydantic
344344
pygments==2.18.0
345345
# via rich
@@ -394,9 +394,7 @@ taskgroup==0.2.2
394394
tenacity==9.1.2
395395
# via -r requirements.in
396396
tiktoken==0.8.0
397-
# via
398-
# -r requirements.in
399-
# opentelemetry-instrumentation-openai
397+
# via -r requirements.in
400398
tomli==2.2.1
401399
# via hypercorn
402400
tqdm==4.66.5
@@ -407,7 +405,7 @@ types-html5lib==1.1.11.20241018
407405
# via types-beautifulsoup4
408406
types-pillow==10.2.0.20240822
409407
# via -r requirements.in
410-
typing-extensions==4.13.2
408+
typing-extensions==4.15.0
411409
# via
412410
# -r requirements.in
413411
# aiosignal
@@ -433,7 +431,10 @@ typing-extensions==4.13.2
433431
# quart
434432
# quart-cors
435433
# taskgroup
434+
# typing-inspection
436435
# uvicorn
436+
typing-inspection==0.4.2
437+
# via pydantic
437438
urllib3==2.5.0
438439
# via requests
439440
uvicorn==0.30.6

0 commit comments

Comments
 (0)