-
Notifications
You must be signed in to change notification settings - Fork 2.1k
build(deps): bump the python-dependencies group with 10 updates #3065
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
Conversation
Updates the requirements on [django](https://github.com/django/django), [django-db-connection-pool](https://github.com/altairbow/django-db-connection-pool), [langchain-openai](https://github.com/langchain-ai/langchain), langchain-mcp-adapters, [langchain-huggingface](https://github.com/langchain-ai/langchain), [langgraph](https://github.com/langchain-ai/langgraph), [boto3](https://github.com/boto/boto3), [tencentcloud-sdk-python](https://github.com/TencentCloud/tencentcloud-sdk-python), [anthropic](https://github.com/anthropics/anthropic-sdk-python) and [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. Updates `django` to 5.2.1 - [Commits](django/django@5.2...5.2.1) Updates `django-db-connection-pool` to 1.2.6 - [Release notes](https://github.com/altairbow/django-db-connection-pool/releases) - [Commits](altairbow/django-db-connection-pool@1.2.5...1.2.6) Updates `langchain-openai` to 0.3.16 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==0.3.15...langchain-openai==0.3.16) Updates `langchain-mcp-adapters` to 0.0.10 Updates `langchain-huggingface` to 0.2.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-huggingface==0.1.2...langchain-huggingface==0.2.0) Updates `langgraph` to 0.4.3 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](langchain-ai/langgraph@0.4.1...0.4.3) Updates `boto3` to 1.38.11 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.38.6...1.38.11) Updates `tencentcloud-sdk-python` to 3.0.1374 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](TencentCloud/tencentcloud-sdk-python@3.0.1372...3.0.1374) Updates `anthropic` to 0.51.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v0.50.0...v0.51.0) Updates `pylint` to 3.3.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.6...v3.3.7) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: django-db-connection-pool dependency-version: 1.2.6 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-openai dependency-version: 0.3.16 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-mcp-adapters dependency-version: 0.0.10 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langchain-huggingface dependency-version: 0.2.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.11 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1374 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: anthropic dependency-version: 0.51.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pylint dependency-version: 3.3.7 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Updates the requirements on django, django-db-connection-pool, langchain-openai, langchain-mcp-adapters, langchain-huggingface, langgraph, boto3, tencentcloud-sdk-python, anthropic and pylint to permit the latest version.
Updates
django
to 5.2.1Commits
bc833e8
[5.2.x] Bumped version for 5.2.1 release.c9731dc
[5.2.x] Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags().ae6b5df
[5.2.x] Simplified artifact building steps in docs/internals/howto-release-dj...44bda7a
[5.2.x] Refs #36052, #32234 -- Fixed inspectdb tests for CompositePrimaryKey ...3c887e5
[5.2.x] Fixed #17461 -- Doc'd the presumed order of foreign keys on the inter...57c2451
[5.2.x] Made cosmetic edits and added upcoming security release to release no...1367a19
[5.2.x] Fixed #36357 -- Skipped unique_together in inspectdb output for compo...ec73fd6
[5.2.x] Fixed #36358 -- Corrected introspection of composite primary keys on ...5d03c71
[5.2.x] Refs #36052, #32234 -- Removed create_test_table_with_composite_prima...7f6a5fb
[5.2.x] Fixed #36360 -- Fixed QuerySet.update() crash when referring annotati...Updates
django-db-connection-pool
to 1.2.6Release notes
Sourced from django-db-connection-pool's releases.
Commits
631fb51
update dependencies10fa97f
update pyproject.tomle43f978
add dj_db_conn_pool.backends.jdbc: generic support for jdbc2d5b601
add dj_db_conn_pool.backends.jdbc.oceanbase.basecb55f45
updatec511c6e
update jdbc937deff
jdbc: Modify ob driver name28d0df2
rename classesbc9abdd
mv JDBCDatabaseWrapperMixin727fa00
update jdbcUpdates
langchain-openai
to 0.3.16Release notes
Sourced from langchain-openai's releases.
Commits
77ecf47
openai: release 0.3.16 (#31100)ff41f47
core: release 0.3.58 (#31099)4da525b
langchain[patch]: Remove beta decorator from init_embeddings (#31098)94139ff
openai[patch]: format system content blocks for Responses API (#31096)26ad239
core, openai[patch]: prefer provider-assigned IDs when aggregating message ch...72f905a
infra: fix notebook tests (#31097)b5bf2d6
0.3.57 (#31095)167afa5
Enable run mutation (#31090)0b79fc1
docs: Pinecone Sparse vectorstore example (#31066)c51eadd
openai[patch]: propagate service_tier to response metadata (#31089)Updates
langchain-mcp-adapters
to 0.0.10Updates
langchain-huggingface
to 0.2.0Release notes
Sourced from langchain-huggingface's releases.
Commits
d7e016c
huggingface: release 0.2 (#31153)4b11cbe
huggingface[patch]: update lockfile (#31152)b5b90b5
anthropic[patch]: be robust to null fields when translating usage metadata (#...f70b263
core: release 0.3.59 (#31150)bb69d4c
docs: specify js support for tavily (#31149)1df3ee9
partners: (langchain-openai) total_tokens should not add 'Nonetype' t… (#31146)19041dc
docs: update langchain-cloudflare repo/path on packages.yaml (#31138)3cba22d
docs: Pinecone Rerank example notebook (#31147)66d1ed6
fix(core): Permit OpenAI style blocks to be passed into convert_to_openai_mes...a15034d
docs: Fixed grammar for chat prompt composition (#31148)Updates
langgraph
to 0.4.3Release notes
Sourced from langgraph's releases.
Commits
9938b51
release: 0.4.3 (#4592)b84ae66
langgraph: use tuples for streamed message events in RemoteGraph (#4589)e3146d8
Fix remote streaming of subgraphs (#4590)d56c3b0
Update banner (#4588)cf89499
Update banner79dffe2
docs: update multi agent multi-turn howto (#4582)a9ea0cd
Add a limit to Pregel.draw (#4575)ffaddab
docs: Fixed incorrect tool in 'Write from tools' documentation (#4572)4aeaffe
0.4.2 (#4570)b44be76
Fix typos (#4567)Updates
boto3
to 1.38.11Commits
94ec98f
Merge branch 'release-1.38.11'd256dfa
Bumping version to 1.38.11ccc1ea8
Add changelog entries from botocoreeb8a0c6
Merge branch 'release-1.38.10'0b1da1e
Merge branch 'release-1.38.10' into develop348fbb5
Bumping version to 1.38.103042078
Add changelog entries from botocore87e4ebb
Merge branch 'release-1.38.9'663bcac
Merge branch 'release-1.38.9' into develope9b46c8
Bumping version to 1.38.9Updates
tencentcloud-sdk-python
to 3.0.1374Changelog
Sourced from tencentcloud-sdk-python's changelog.
... (truncated)
Commits
b3760c4
release 3.0.137467ef3e4
release 3.0.1373Updates
anthropic
to 0.51.0Release notes
Sourced from anthropic's releases.
Changelog
Sourced from anthropic's changelog.
... (truncated)
Commits
e42451a
release: 0.51.04c7f97f
chore(internal): add back missing custom modifications for Web Search2da00f2
feat(api): adds web search capabilities to the Claude API51fd796
fix(sockets): handle non-portable socket flags (#935)ac6cfee
chore: use lazy imports for resources215f5bb
chore: broadly detect json family of content-type headersbcaa8a5
chore(ci): only use depot for staging reposa41e9c3
chore(ci): run on more branches and use depot runnersbfebcd9
chore(internal): minor formatting changese3548ac
fix(pydantic v1): more robust ModelField.annotation checkUpdates
pylint
to 3.3.7Commits
f798a4a
Bump pylint to 3.3.7, update changelog (#10367)f9773de
Consistency betweenis
/is not
and==
/!=
when comparing types...0533111
[fix] Fix a crash for class decorators mistaken for class attributes (#10362)...887b1b6
[fix] AttributeError crash when a slice is used as a class decorator (#10350)...6a02395
[maintenance/3.3.x] Fix doc build (#10336)e87d10c
added black's github link in tutorial (#10303) (#10335)59d4c26
Fix typo in missing-member-hint-distance documentation (#10314) (#10315)46460d8
[setuptools] Force the upgrade of setuptools > 77 (#10313)5b2aa6c
Speed up the generation of no-member suggestions (#10277) (#10311)744ba53
Fix crash caused by invalid format strings in.format
context (#10300) (#10...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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions