build(deps): bump the python-dependencies group with 10 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 2
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
by liuruibin
do-not-merge/release-note-label-needed dependencies python
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.1
Commits
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...- Additional commits viewable in compare view
Updates django-db-connection-pool to 1.2.6
Release notes
Sourced from django-db-connection-pool's releases.
1.2.6
What's Changed
- add generic support for JDBC
- add generic support for OceanBase
- replace dialect class for MySQL by
@shkumagaiin altairbow/django-db-connection-pool#62New Contributors
@shkumagaimade their first contribution in altairbow/django-db-connection-pool#62Full Changelog: https://github.com/altairbow/django-db-connection-pool/compare/1.2.5...1.2.6
Commits
631fb51update dependencies10fa97fupdate pyproject.tomle43f978add dj_db_conn_pool.backends.jdbc: generic support for jdbc2d5b601add dj_db_conn_pool.backends.jdbc.oceanbase.basecb55f45updatec511c6eupdate jdbc937deffjdbc: Modify ob driver name28d0df2rename classesbc9abddmv JDBCDatabaseWrapperMixin727fa00update jdbc- Additional commits viewable in compare view
Updates langchain-openai to 0.3.16
Release notes
Sourced from langchain-openai's releases.
langchain-openai==0.3.16
Changes since langchain-openai==0.3.15
openai: release 0.3.16 (#31100) openai[patch]: format system content blocks for Responses API (#31096) core, openai[patch]: prefer provider-assigned IDs when aggregating message chunks (#31080) openai[patch]: propagate service_tier to response metadata (#31089)
Commits
77ecf47openai: release 0.3.16 (#31100)ff41f47core: release 0.3.58 (#31099)4da525blangchain[patch]: Remove beta decorator from init_embeddings (#31098)94139ffopenai[patch]: format system content blocks for Responses API (#31096)26ad239core, openai[patch]: prefer provider-assigned IDs when aggregating message ch...72f905ainfra: fix notebook tests (#31097)b5bf2d60.3.57 (#31095)167afa5Enable run mutation (#31090)0b79fc1docs: Pinecone Sparse vectorstore example (#31066)c51eaddopenai[patch]: propagate service_tier to response metadata (#31089)- See full diff in compare view
Updates langchain-mcp-adapters to 0.0.10
Updates langchain-huggingface to 0.2.0
Release notes
Sourced from langchain-huggingface's releases.
langchain-huggingface==0.2.0
Changes since langchain-huggingface==0.1.2
huggingface: release 0.2 (#31153) huggingface[patch]: update lockfile (#31152) huggingface: fix embeddings return type (#31072) partners: (langchain-huggingface) Chat Models - Integrate Hugging Face Inference Providers and remove deprecated code (#30733) packaging: remove Python upper bound for langchain and co libs (#31025) ci: temporarily run chroma on 3.12 for CI (#31056) partners: bug fix check_imports.py exit code. (#30897) partners[lint]: run
pyupgradeto get code in line with 3.9 standards (#30781) partners: (langchain-huggingface) Embeddings - Integrate Inference Providers and remove deprecated code (#30735) Clean upnumpydependencies and speed up 3.13 CI withnumpy>=2.1.0(#30714) multiple: fix uv path deps (#29790) huggingface: Add ipex support to HuggingFaceEmbeddings (#29386) infra: add UV_FROZEN to makefiles (#29642) infra: migrate to uv (#29566) partners: Fixed the procedure of initializing pad_token_id (#29500) huggingface: Add IPEX models support (#29179) multiple: disable socket for unit tests (#29080)requiredtool_choice added for ChatHuggingFace (#28851) partners: add 'model' alias for consistency in embedding classes (#28374) huggingface: fix standard test lint (#28714) huggingface: fix tool argument serialization in _convert_TGI_message_to_LC_message (#26075) huggingface[fix]: HuggingFaceEndpointEmbeddings model parameter passing error when async embed (#27953) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) multiple: langchain-standard-tests -> langchain-tests (#28139) standard-tests[patch]: add test for async tool calling (#28133) langchain-huggingface: use separate kwargs for queries and docs (#27857)
Commits
d7e016chuggingface: release 0.2 (#31153)4b11cbehuggingface[patch]: update lockfile (#31152)b5b90b5anthropic[patch]: be robust to null fields when translating usage metadata (#...f70b263core: release 0.3.59 (#31150)bb69d4cdocs: specify js support for tavily (#31149)1df3ee9partners: (langchain-openai) total_tokens should not add 'Nonetype' t… (#31146)19041dcdocs: update langchain-cloudflare repo/path on packages.yaml (#31138)3cba22ddocs: Pinecone Rerank example notebook (#31147)66d1ed6fix(core): Permit OpenAI style blocks to be passed into convert_to_openai_mes...a15034ddocs: Fixed grammar for chat prompt composition (#31148)- Additional commits viewable in compare view
Updates langgraph to 0.4.3
Commits
9938b51release: 0.4.3 (#4592)b84ae66langgraph: use tuples for streamed message events in RemoteGraph (#4589)e3146d8Fix remote streaming of subgraphs (#4590)d56c3b0Update banner (#4588)cf89499Update banner79dffe2docs: update multi agent multi-turn howto (#4582)a9ea0cdAdd a limit to Pregel.draw (#4575)ffaddabdocs: Fixed incorrect tool in 'Write from tools' documentation (#4572)4aeaffe0.4.2 (#4570)b44be76Fix typos (#4567)- Additional commits viewable in compare view
Updates boto3 to 1.38.11
Commits
94ec98fMerge branch 'release-1.38.11'd256dfaBumping version to 1.38.11ccc1ea8Add changelog entries from botocoreeb8a0c6Merge branch 'release-1.38.10'0b1da1eMerge branch 'release-1.38.10' into develop348fbb5Bumping version to 1.38.103042078Add changelog entries from botocore87e4ebbMerge branch 'release-1.38.9'663bcacMerge branch 'release-1.38.9' into develope9b46c8Bumping version to 1.38.9- Additional commits viewable in compare view
Updates tencentcloud-sdk-python to 3.0.1374
Changelog
Sourced from tencentcloud-sdk-python's changelog.
Release 3.0.1374
云硬盘(cbs) 版本:2017-03-12
第 68 次发布
发布时间:2025-05-08 01:12:47
本次发布包含了以下内容:
改善已有的文档。
修改数据结构:
- 新增成员:AutoSnapshotPolicyId
云托付物理服务器(chc) 版本:2023-04-18
第 5 次发布
发布时间:2025-05-08 01:17:25
本次发布包含了以下内容:
改善已有的文档。
修改接口:
- 新增入参:WithRackOn, DeviceRackOnList, StuffOption, SelfOperationInfo, WithPowerOn
负载均衡(clb) 版本:2018-03-17
第 127 次发布
发布时间:2025-05-08 01:18:42
本次发布包含了以下内容:
改善已有的文档。
... (truncated)
Commits
b3760c4release 3.0.137467ef3e4release 3.0.1373- See full diff in compare view
Updates anthropic to 0.51.0
Release notes
Sourced from anthropic's releases.
v0.51.0
0.51.0 (2025-05-07)
Full Changelog: v0.50.0...v0.51.0
Features
- api: adds web search capabilities to the Claude API (bec0cf9)
Bug Fixes
- pydantic v1: more robust ModelField.annotation check (c50f406)
- sockets: handle non-portable socket flags (#935) (205c8dd)
Chores
- broadly detect json family of content-type headers (66bbb3a)
- ci: only use depot for staging repos (c867a11)
- ci: run on more branches and use depot runners (95f5f17)
- internal: add back missing custom modifications for Web Search (f43ba69)
- internal: minor formatting changes (8afef08)
- use lazy imports for resources (704be81)
Changelog
Sourced from anthropic's changelog.
0.51.0 (2025-05-07)
Full Changelog: v0.50.0...v0.51.0
Features
- api: adds web search capabilities to the Claude API (bec0cf9)
Bug Fixes
- pydantic v1: more robust ModelField.annotation check (c50f406)
- sockets: handle non-portable socket flags (#935) (205c8dd)
Chores
- broadly detect json family of content-type headers (66bbb3a)
- ci: only use depot for staging repos (c867a11)
- ci: run on more branches and use depot runners (95f5f17)
- internal: add back missing custom modifications for Web Search (f43ba69)
- internal: minor formatting changes (8afef08)
- use lazy imports for resources (704be81)
0.50.0 (2025-04-22)
Full Changelog: v0.49.0...v0.50.0
Features
- api: extract ContentBlockDelta events into their own schemas (#920) (ae773d6)
- api: manual updates (46ac1f8)
- api: manual updates (48d9739)
- api: manual updates (66e8cc3)
- api: manual updates (a74746e)
Bug Fixes
- ci: ensure pip is always available (#907) (3632687)
- ci: remove publishing patch (#908) (cae0323)
- client: deduplicate stop reason type (#913) (3ab0194)
- client: send all configured auth headers (#929) (9d2581e)
- perf: optimize some hot paths (cff76cb)
- perf: skip traversing types for NotGiven values (dadac7f)
- project: bump httpx minimum version to 0.25.0 (b554138), closes #902
- types: handle more discriminated union shapes (#906) (2fc179a)
- vertex: explicitly include requests extra (2b1221b)
... (truncated)
Commits
e42451arelease: 0.51.04c7f97fchore(internal): add back missing custom modifications for Web Search2da00f2feat(api): adds web search capabilities to the Claude API51fd796fix(sockets): handle non-portable socket flags (#935)ac6cfeechore: use lazy imports for resources215f5bbchore: broadly detect json family of content-type headersbcaa8a5chore(ci): only use depot for staging reposa41e9c3chore(ci): run on more branches and use depot runnersbfebcd9chore(internal): minor formatting changese3548acfix(pydantic v1): more robust ModelField.annotation check- See full diff in compare view
Updates pylint to 3.3.7
Commits
f798a4aBump pylint to 3.3.7, update changelog (#10367)f9773deConsistency betweenis/is notand==/!=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)e87d10cadded black's github link in tutorial (#10303) (#10335)59d4c26Fix typo in missing-member-hint-distance documentation (#10314) (#10315)46460d8[setuptools] Force the upgrade of setuptools > 77 (#10313)5b2aa6cSpeed up the generation of no-member suggestions (#10277) (#10311)744ba53Fix crash caused by invalid format strings in.formatcontext (#10300) (#10...- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
1
+10
-10
Technical Details
| ID: | 112088 |
| UUID: | 2507790515 |
| Node ID: | PR_kwDOKTUe1M6Vediz |
| Host: | GitHub |
| Repository: | 1Panel-dev/MaxKB |
| Merge State: | Unknown |