-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Bump pydantic from 2.8.2 to 2.9.2 in /examples/langchain/langchainpy-localai-example #3648
Merged
github-actions
merged 1 commit into
master
from
dependabot/pip/examples/langchain/langchainpy-localai-example/pydantic-2.9.2
Sep 24, 2024
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for localai ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
dependabot
bot
force-pushed
the
dependabot/pip/examples/langchain/langchainpy-localai-example/pydantic-2.9.2
branch
4 times, most recently
from
September 24, 2024 04:31
9c485a4
to
232ffe9
Compare
@dependabot rebase |
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.2. - [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.9.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/pip/examples/langchain/langchainpy-localai-example/pydantic-2.9.2
branch
from
September 24, 2024 21:23
232ffe9
to
3554c67
Compare
github-actions
bot
deleted the
dependabot/pip/examples/langchain/langchainpy-localai-example/pydantic-2.9.2
branch
September 24, 2024 22:59
truecharts-admin
referenced
this pull request
in truecharts/public
Sep 25, 2024
…1.1 by renovate (#26865) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | patch | `v2.21.0-cublas-cuda11-core` -> `v2.21.1-cublas-cuda11-core` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | patch | `v2.21.0-cublas-cuda12-core` -> `v2.21.1-cublas-cuda12-core` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | patch | `v2.21.0` -> `v2.21.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mudler/LocalAI (docker.io/localai/localai)</summary> ### [`v2.21.1`](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.21.1) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v2.21.0...v2.21.1) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Bug fixes 🐛 - fix(health): do not require auth for /healthz and /readyz by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/3656](https://redirect.github.com/mudler/LocalAI/pull/3656) ##### 👒 Dependencies - chore(deps): Bump sentence-transformers from 3.1.0 to 3.1.1 in /backend/python/sentencetransformers by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/3651](https://redirect.github.com/mudler/LocalAI/pull/3651) - chore(deps): Bump pydantic from 2.8.2 to 2.9.2 in /examples/langchain/langchainpy-localai-example by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/3648](https://redirect.github.com/mudler/LocalAI/pull/3648) - chore(deps): Bump openai from 1.45.1 to 1.47.1 in /examples/functions by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/3645](https://redirect.github.com/mudler/LocalAI/pull/3645) - chore: ⬆️ Update ggerganov/llama.cpp to `70392f1f81470607ba3afef04aa56c9f65587664` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/3659](https://redirect.github.com/mudler/LocalAI/pull/3659) - chore(deps): Bump llama-index from 0.11.7 to 0.11.12 in /examples/langchain-chroma by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/3639](https://redirect.github.com/mudler/LocalAI/pull/3639) - chore(deps): Bump openai from 1.45.1 to 1.47.1 in /examples/langchain-chroma by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/3641](https://redirect.github.com/mudler/LocalAI/pull/3641) - chore(deps): Bump llama-index from 0.11.9 to 0.11.12 in /examples/chainlit by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/3642](https://redirect.github.com/mudler/LocalAI/pull/3642) - chore: ⬆️ Update ggerganov/whisper.cpp to `0d2e2aed80109e8696791083bde3b58e190b7812` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/3658](https://redirect.github.com/mudler/LocalAI/pull/3658) - chore(deps): Bump chromadb from 0.5.5 to 0.5.7 in /examples/langchain-chroma by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/3640](https://redirect.github.com/mudler/LocalAI/pull/3640) ##### Other Changes - docs: ⬆️ update docs version mudler/LocalAI by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/3657](https://redirect.github.com/mudler/LocalAI/pull/3657) **Full Changelog**: mudler/LocalAI@v2.21.0...v2.21.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NS4zIiwidXBkYXRlZEluVmVyIjoiMzguOTUuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps pydantic from 2.8.2 to 2.9.2.
Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
7cedbfb
history updates7eab2b8
v bumpc0a288f
FixZoneInfo
with various invalid types (#10408)ea6115d
Fix variance issue in_IncEx
type alias, only allowTrue
(#10414)fbfe25a
Fix serialization schema generation when usingPlainValidator
(#10427)26cff3c
Adding notes on designing callable discriminators (#10400)8a0e7ad
Do not error when trying to evaluate annotations of private attributes (#10358)ecc5275
bump2c61bfd
Fix evaluation of stringified annotations during namespace inspection (#10347)3d364cb
Use correct types namespace when building namedtuple core schemas (#10337)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)