build(deps): bump the python-dependencies group with 11 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 2
(12 months ago)
(12 months ago)
(12 months ago)
by liuruibin
do-not-merge/release-note-label-needed dependencies python
Updates the requirements on python-dotenv, langchain-openai, langchain-anthropic, langchain-community, langgraph, zhipuai, boto3, tencentcloud-sdk-python, anthropic, dashscope and pypdf to permit the latest version.
Updates python-dotenv to 1.1.1
Release notes
Sourced from python-dotenv's releases.
v1.1.1
What's Changed
- fix: ensure find_dotenv work reliably on python 3.13 by
@theskumarin theskumar/python-dotenv#563- fix(cli): issue with execvpe on Windows by
@wrongontheinternetin theskumar/python-dotenv#566New Contributors
@wrongontheinternetmade their first contribution in theskumar/python-dotenv#566Full Changelog: https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.1.1
Changelog
Sourced from python-dotenv's changelog.
[1.1.1] - 2025-06-24
Fixed
- CLI: Ensure
find_dotenvwork reliably on python 3.13 by [@theskumar] in #563- CLI: revert the use of execvpe on Windows by [
@wrongontheinternet] in #566[1.1.0] - 2025-03-25
Feature
- Add support for python 3.13
- Enhance
dotenv run, switch toexecvpefor better resource management and signal handling (#523) by [@eekstunt]Fixed
find_dotenvandload_dotenvnow correctly looks up at the current directory when running in debugger or pdb (#553 by [@randomseed42])Misc
- Drop support for Python 3.8
[1.0.1] - 2024-01-23
Fixed
- Gracefully handle code which has been imported from a zipfile (#456 by [
@samwyma])- Allow modules using
load_dotenvto be reloaded when launched in a separate thread (#497 by [@freddyaboulton])- Fix file not closed after deletion, handle error in the rewrite function (#469 by [
@Qwerty-133])Misc
- Use pathlib.Path in tests (#466 by [
@eumiro])- Fix year in release date in changelog.md (#454 by [
@jankislinger])- Use https in README links (#474 by [
@Nicals])[1.0.0] - 2023-02-24
Fixed
- Drop support for python 3.7, add python 3.12-dev (#449 by [
@theskumar])- Handle situations where the cwd does not exist. (#446 by [
@jctanner])[0.21.1] - 2023-01-21
Added
- Use Python 3.11 non-beta in CI (#438 by [
@bbc2])- Modernize variables code (#434 by [
@Nougat-Waffle])- Modernize main.py and parser.py code (#435 by [
@Nougat-Waffle])
... (truncated)
Commits
Updates langchain-openai to 0.3.25
Release notes
Sourced from langchain-openai's releases.
langchain-openai==0.3.25
Changes since langchain-openai==0.3.24
openai: release 0.3.25 (#31702) openai[patch]: fix client caching when request_timeout is specified via httpx.Timeout (#31698) openai[patch]: Improve error message when response type is malformed (#31619) openai[patch]: include 'type' key internally when streaming reasoning blocks (#31661)
Commits
6437414openai: release 0.3.25 (#31702)b268ab6openai[patch]: fix client caching when request_timeout is specified via httpx...4ee6112openai[patch]: Improve error message when response type is malformed (#31619)9de4f22langchain[patch]: smith.evaluation.progress.ProgressBarCallback: Make output ...6105a58core: fixget_buffer_stringoutput for structured message content (#31600)cf5a442langchain: release 0.3.26 (#31695)5015188Revert "infra: temporarily drop OpenAI from core release test matrix" (#31694)26030abinfra: temporarily drop OpenAI from core release test matrix (#31693)5271fd7core[patch]: check before removing tags (#31691)39a8a11core: release 0.3.66 (#31690)- Additional commits viewable in compare view
Updates langchain-anthropic to 0.3.16
Release notes
Sourced from langchain-anthropic's releases.
langchain-anthropic==0.3.16
Changes since langchain-anthropic==0.3.15
anthropic: release 0.3.16 (#31744) anthropic[patch]: cache clients (#31659) anthropic[patch]: add benchmark (#31718) docs: document Anthropic cache TTL count details (#31708) anthropic[patch]: cache tokens nit (#31484) infra: relax types-requests version range (#31504)
Commits
0ae434banthropic: release 0.3.16 (#31744)a08e73fdocs: remove trailing backticks (#31740)4215540docs: Update surrealdb vectorestore documentation (#31199)2fb27b6ollama: update tests, docs (#31736)a1f3147docs: update sort order for integrations table (#31737)8450070openai[patch]: fix bug where function call IDs were not populated (#31735)0bf223dopenai[patch]: add attribute to always use previous_response_id (#31734)b02bd67anthropic[patch]: cache clients (#31659)e3f1ce0docs: fix retriever typos (#31733)5d734acdocs: fix typo in clarifai.ipynb (#31732)- Additional commits viewable in compare view
Updates langchain-community to 0.3.26
Commits
cf5a442langchain: release 0.3.26 (#31695)5015188Revert "infra: temporarily drop OpenAI from core release test matrix" (#31694)26030abinfra: temporarily drop OpenAI from core release test matrix (#31693)5271fd7core[patch]: check before removing tags (#31691)39a8a11core: release 0.3.66 (#31690)4fe490c[Docs] Update deprecated Pydantic .schema() method to .model_json_schema() in...2c98599text-splitters: fix stale header metadata in ExperimentalMarkdownSyntaxTextSp...9d4d258[Doc] Improve api doc for DeepSeek (#31655)22e6d90langchain_mistralai: Includefinish_reasonin response metadata when parsin...7ff4050core[patch]: Returning always 2D Array for _cosine_similarity (#31528)- Additional commits viewable in compare view
Updates langgraph to 0.4.10
Release notes
Sourced from langgraph's releases.
0.4.10
Changes since 0.4.9
- Revert change to default value of checkpoint_during arg (#5177)
- Revert change to default value of checkpoint_during arg
- Fix bug where Command(update=) could be ignored if there was a 2nd interrupt after it
- Reduce extraneous keys in checkpoint.metadata
- If FuturesDict callback has been GCed, don't call it
- langgraph 0.5.0rc1
- langgraph 0.5.0rc0
- Preparation for 0.5 release: langgraph-checkpoint (#5124)
- Preparation for 0.5 release
- Add migration for pending_sends (#5106)
- Lint
- Introduce "tasks" and "checkpoints" stream modes
- Add migration for pending_sends
- Restore compatibility with custom checkpointer classes created in prior versions
- Revert "Remove UntrackedValue channel"
- Revert "Remove
MessageGraph(#4875)"- fix(langgraph): remove deprecated
outputusage in favor ofoutput_schema(#5095)- refactor(langgraph): Remove
PregelNode's inheritance fromRunnable(#5093)- Remove support for node reading a single managed value
- PregelLoop: Simplify tick() method (#5080)
- serialize/deserialize pandas with pickle fallback (#5057)
- Remove code paths no longer needed
- Avoid saving checkpoints for subgraphs when checkpoint_during=False (#5051)
- Remove gitmcp badge (#5055)
- Update existing
- Add tests
- Avoid saving checkpoints for subgraphs when checkpoint_during=False
- Clean up things for Matt!
- Support numpy array serialization in JsonPlusSerializer (#5035)
- Update ormsgpack (#5034)
- deprecate
inputandoutputin favor ofinput_schemaandoutput_schema(#4983)- using StateT as default for InputT
- lint: use
pep 604union syntax andpep 585generic syntax (#4963)- docs: remove references to
StateGraph(dict)(#4964)- rename
retry->retry_policy(#4957)- Fix step_timeout causing ParentCommand/GraphInterrupt exception to bubble up
- docs: fix a grammar issue in multiple files (#4935)
- Make it possible to run test command without docker installed (#4948)
- Fix async callback manager tag handling (#4949)
- Pass tags when configuring async callback manager
- Allow same-name channels and nodes in StateGraph (#4944)
- Make it possible to run test command without docker installed
- docs: fix ensure_config docstring
- Allow same-name channels and nodes in StateGraph
- Improve type checking on graph
initandinvoke/stream(#4932)- docs: fix a grammar issue in multiple files
- Fix makefile command file for dev server - pidfile was always empty
... (truncated)
Commits
13d66e00.4.109fcd0d4v0.4.x: Forward compatibility with checkpoints without pending_sends (#5199)4749a16v0.4.x: Forward compatibility with checkpoints without pending_sends8f285a7Add FAQ for nodes executed98c369a0.4.9f45ee34Update cli config doc on pip_installerbd206c2docs: fix assistants links (#5172)14ec895docs: Fix LGP sdk typo (#5170)fb66736add more docs for lgp deployment metrics (#5168)c354402If FuturesDict callback has been GCed, don't call it- Additional commits viewable in compare view
Updates zhipuai to 2.1.5.20250626
Updates boto3 to 1.38.44
Commits
6fac8a4Merge branch 'release-1.38.44'02fd8faBumping version to 1.38.44f8c4982Add changelog entries from botocorec4d1b2eMerge branch 'release-1.38.43'74b5ec9Merge branch 'release-1.38.43' into develop33f36d7Bumping version to 1.38.43a31afd9Add changelog entries from botocore614e6b9Merge branch 'release-1.38.42'82ef79aMerge branch 'release-1.38.42' into develop91202c3Bumping version to 1.38.42- Additional commits viewable in compare view
Updates tencentcloud-sdk-python to 3.0.1410
Changelog
Sourced from tencentcloud-sdk-python's changelog.
Release 3.0.1410
运维安全中心(堡垒机)(bh) 版本:2023-04-18
第 15 次发布
发布时间:2025-06-26 01:04:54
本次发布包含了以下内容:
改善已有的文档。
新增接口:
主机安全(cwp) 版本:2018-02-28
第 148 次发布
发布时间:2025-06-26 01:13:01
本次发布包含了以下内容:
改善已有的文档。
修改接口:
- 新增入参:Order, By
- 新增出参:AutoBindRaspSwitch, AutoOpenRaspSwitch
- 新增出参:SupportDefence
- 新增入参:Order, By
... (truncated)
Commits
Updates anthropic to 0.55.0
Release notes
Sourced from anthropic's releases.
v0.55.0
0.55.0 (2025-06-23)
Full Changelog: v0.54.0...v0.55.0
Features
- api: api update (4b2134e)
- api: api update (2093bff)
- api: manual updates (c80fda8)
- client: add support for aiohttp (3b03295)
Bug Fixes
- client: correctly parse binary response | stream (d93817d)
- internal: revert unintentional changes (bb3beab)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (ee69d74)
- tests: suppress warnings in tests when running on the latest Python versions (#982) (740da21)
Chores
- ci: enable for pull requests (08f2dd2)
- internal: update conftest.py (1174a62)
- internal: version bump (7241eaa)
- readme: update badges (00661c2)
- tests: add tests for httpx client instantiation & proxies (b831d88)
- tests: run tests in parallel (4b24a79)
Documentation
- client: fix httpx.Timeout documentation reference (b0138b1)
Changelog
Sourced from anthropic's changelog.
0.55.0 (2025-06-23)
Full Changelog: v0.54.0...v0.55.0
Features
- api: api update (4b2134e)
- api: api update (2093bff)
- api: manual updates (c80fda8)
- client: add support for aiohttp (3b03295)
Bug Fixes
- client: correctly parse binary response | stream (d93817d)
- internal: revert unintentional changes (bb3beab)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (ee69d74)
- tests: suppress warnings in tests when running on the latest Python versions (#982) (740da21)
Chores
- ci: enable for pull requests (08f2dd2)
- internal: update conftest.py (1174a62)
- internal: version bump (7241eaa)
- readme: update badges (00661c2)
- tests: add tests for httpx client instantiation & proxies (b831d88)
- tests: run tests in parallel (4b24a79)
Documentation
- client: fix httpx.Timeout documentation reference (b0138b1)
0.54.0 (2025-06-10)
Full Changelog: v0.53.0...v0.54.0
Features
- client: add support for fine-grained-tool-streaming-2025-05-14 (07ec081)
Bug Fixes
- httpx: resolve conflict between default transport and proxy settings (#969) (a6efded)
- tests: update test (99c2433)
Chores
... (truncated)
Commits
472c51erelease: 0.55.0d5af89cfix(tests): suppress warnings in tests when running on the latest Python vers...3311d58feat(client): add support for aiohttpf6f5898docs(client): fix httpx.Timeout documentation referencead506a2fix(tests): fix: tests which call HTTP endpoints directly with the example pa...5e27995chore(readme): update badges9cdc361chore(ci): enable for pull requestsd386fadchore(internal): update conftest.py1b9b4f1chore(tests): add tests for httpx client instantiation & proxiescdad794fix(client): correctly parse binary response | stream- Additional commits viewable in compare view
Updates dashscope to 1.23.6
Updates pypdf to 5.6.1
Release notes
Sourced from pypdf's releases.
Version 5.6.1, 2025-06-22
What's new
New Features (ENH)
- Add PDF/A XMP metadata support (#3314) by
@Arya-A-NairRobustness (ROB)
- Deal with annotations not being lists on merge (#3321) by
@stefan6419846- Handle NullObject for cmap encoding Differences entry (#3317) by
@stefan6419846Developer Experience (DEV)
- Update ruff to 0.12.0 (#3316) by
@stefan6419846
Changelog
Sourced from pypdf's changelog.
Version 5.6.1, 2025-06-22
New Features (ENH)
- Add PDF/A XMP metadata support (#3314)
Robustness (ROB)
- Deal with annotations not being lists on merge (#3321)
- Handle NullObject for cmap encoding Differences entry (#3317)
Developer Experience (DEV)
- Update ruff to 0.12.0 (#3316)
Version 5.6.0, 2025-06-01
New Features (ENH)
- Add basic support for JBIG2 by using jbig2dec (#3163)
Bug Fixes (BUG)
- Fix crashes by removing unnecessary line (#3293)
- Add delimiters to NameObject.renumber_table (#3286)
Robustness (ROB)
- Handle DecodeParms being a NullObject (#3285)
Code Style (STY)
- Update to mypy 1.16.0 (#3300)
Version 5.5.0, 2025-05-11
New Features (ENH)
Bug Fixes (BUG)
- Add missing named destinations being ByteStringObjects (#3282)
- Get font information more reliably when removing text (#3252)
- T* 2D Translation consistent with PDF 1.7 Spec (#3250)
- Add font stack to q/Q operations in layout mode (#3225)
- Avoid completely hiding image loading issues like exceeding image size limits (#3221)
- Using compress_identical_objects on transformed content duplicates differing content (#3197)
- Consider BlackIs1 parameter for CCITTFaxDecode filter (#3196)
Robustness (ROB)
... (truncated)
Commits
c721d1fREL: 5.6.107f26f7ROB: Deal with annotations not being lists on merge (#3321)a5845a5ROB: Handle NullObject for cmap encoding Differences entry (#3317)5f84a8bDEV: Update ruff to 0.12.0 (#3316)e8e2ab6ENH: Add PDF/A XMP metadata support (#3314)67d1ba1MAINT: Improve benchmarking code (#3315)4fbc38dMAINT: Update comment (#3311)05300d5DEV: Use latest requests version (#3307)1c9eacdMAINT: Use mypy recursive type support (#2898)9ffa6c6DEV: Remove ignore Ruff rule B028 (#3214)- 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
+11
-11
Technical Details
| ID: | 2353968 |
| UUID: | 2621900267 |
| Node ID: | PR_kwDOKTUe1M6cRwXr |
| Host: | GitHub |
| Repository: | 1Panel-dev/MaxKB |
| Merge State: | Unknown |