chore(deps): bump the python-dependencies group across 1 directory with 10 updates #547
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 the python-dependencies group with 9 updates in the /lisa-sdk directory:
2.11.92.12.40.3.760.3.790.3.300.3.310.3.330.3.352.3.32.3.41.40.371.40.706.30.17.1.08.4.29.0.02.33.22.41.5Updates
pydanticfrom 2.11.9 to 2.12.4Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
5c842dfPrepare release v2.12.4c678a71Bumppydantic-coreto v2.41.5a7cd292Bumpcloudpickleto v3.1.221f6278Bump actions/setup-node from 5 to 68d6be8fBump astral-sh/setup-uv from 6 to 717865eaBump actions/upload-artifact from 4 to 590ad0afBump actions/download-artifact from 5 to 618e6672Drop testing under PyPy 3.9650215bDocument workaround forMongoDsndefault porte326790Fix example of forbytes_invalid_encodingvalidation errorUpdates
langchain-corefrom 0.3.76 to 0.3.79Release notes
Sourced from langchain-core's releases.
... (truncated)
Commits
b93d2f7release(core): 0.3.79 (#33401)a763eberelease(anthropic): 0.3.22 (#33394)5fa1094fix(anthropic,standard-tests): carry over updates to v0.3 (#33393)dd4de69fix(core): handle parent/child mustache vars (#33346)5459ff1chore: cap lib upper bounds, run sync (#33320)f95669arelease(openai): 0.3.35 (#33299)3a465d6feat(openai): enable stream_usage when using default base URL and client (#33...0b51de4release(core): 0.3.78 (#33253)5904cbefeat(core): add optional include_id param to convert_to_openai_messages funct...e16feb9release(ollama): 0.3.10 (#33210)Updates
langchain-communityfrom 0.3.30 to 0.3.31Commits
923e6fbcore[patch]: 0.3.31 (#29320)06456c1docs: update google_cloud_sql_mssql.ipynb (#29315)d3ed9b8text-splitters[minor]: Replace lxml and XSLT with BeautifulSoup in HTMLHeader...989eec4core: Add ruff rule S101 (no assert) (#29267)e5d62c6core: Add ruff rule W293 (whitespaces) (#29272)4efc509community[minor]: Refactoring PyMuPDF parser, loader and add image blob parse...f175319[feat] Added backwards compatibility for OllamaEmbeddings initialization (mig...7a95ffccommunity: fix some features on Naver ChatModel & embedding model 2 (#29243)5d64597docs: fix broken Appearance of langchain_community/document_loaders/recursiv...6c52378Add Google-style docstring linting and update pyproject.toml (#29303)Updates
langchain-openaifrom 0.3.33 to 0.3.35Release notes
Sourced from langchain-openai's releases.
Commits
f95669arelease(openai): 0.3.35 (#33299)3a465d6feat(openai): enable stream_usage when using default base URL and client (#33...e16feb9release(ollama): 0.3.10 (#33210)2bb57d4fix(ollama): excludeNoneparameters from options dictionary (#33208) (#33209)48b7775release(ollama): 0.3.9 (#33200)6f2d16erefactor(ollama): simplify options handling (#33199)a9eda18refactor(ollama): clean up tests (#33198)a89c549feat(ollama): add basic auth support (#32328)7408424fix(openai): bump min core version (#33188)08bb74ffix(mistralai): handle HTTP errors in async embed documents (#33187)Updates
numpyfrom 2.3.3 to 2.3.4Release notes
Sourced from numpy's releases.
... (truncated)
Commits
1458b9eREL: Prepare for the NumPy 2.3.4 release (#29955)7583bedMerge pull request #29950 from charris/backport-298853186751Merge pull request #29949 from charris/backport-299487fd2ad9STY: rename@classmethodarg toclsfe8447dMAINT: Simplify string arena growth strategy (#29885)a90f073Merge pull request #29940 from charris/backport-2993755d91abMAINT: Bump pypa/cibuildwheel from 3.1.4 to 3.2.1e2f0383Merge pull request #29926 from charris/backport-29609b427e83BUG: fix negative samples generated by Wald distribution (#29609)36363d6Merge pull request #29922 from charris/backport-29914Updates
boto3from 1.40.37 to 1.40.70Commits
a8c928aMerge branch 'release-1.40.70'9534f00Bumping version to 1.40.706211da9Add changelog entries from botocoreaecb2bbMerge branch 'release-1.40.69'096eb1dMerge branch 'release-1.40.69' into developac7646eBumping version to 1.40.69f16254eAdd changelog entries from botocore17eb004Merge branch 'release-1.40.68'6a34b30Merge branch 'release-1.40.68' into develop3dc1e85Bumping version to 1.40.68Updates
ipykernelfrom 6.30.1 to 7.1.0Release notes
Sourced from ipykernel's releases.
... (truncated)
Changelog
Sourced from ipykernel's changelog.
... (truncated)
Commits
39eaf96Publish 7.1.06f61a68test that matplotlib event loop integration is responsive (#1463)8446e02Fix KeyboardInterrupt on Windows by manually resetting interrupt event (#1434)dd1e094update pre-commit and related (#1465)95f2451fix ContextVar persistence across cells (#1462)c56a7aaFix matplotlib eventloops (#1458)c7af34cRefer to kernel laucnhing thread instead of assuming the main thread (#1455)7193d14Fix routing of background thread output when no parent is set explicitly (#1451)b8f5dfcStore display outputs in history for%notebookmagic (#1435)93f11dbupdate tests for 3.14 (#1453)Updates
pytestfrom 8.4.2 to 9.0.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
f4b0fd2Prepare release version 9.0.052d8e68Merge pull request #13889 from bluetech/regendoc-restored6d3e4adoc: fixes for regendoc7cb3974doc: restore missing "# content of pytest.toml" regendoc commands5ae9e47build(deps): Bump django in /testing/plugins_integration (#13881)adb3658Merge pull request #13864 from bluetech/config-cleanups-2a28c08eMerge pull request #13875 from bluetech/ci-tweaksa250954ci: split publish-to-pypi and push-tag jobsebc152fci: update setup python's from 3.11 or 3.* to 3.13dfd796fci: move running update-plugin-list script to toxUpdates
pytest-asynciofrom 1.2.0 to 1.3.0Release notes
Sourced from pytest-asyncio's releases.
Commits
2e9695fdocs: Compile changelog for v1.3.0dd0e9badocs: Reference correct issue in news fragment.4c31abeBuild(deps): Bump nh3 from 0.3.1 to 0.3.213e9477Link to migration guides from changelog4d2cf3ctests: handle Python 3.14 DefaultEventLoopPolicy deprecation warningsee3549btest: Remove obsolete test for the event_loop fixture.7a67c82tests: Fix failing test by preventing warning conversion to error.a17b689test: add pytest config to isolated test directories18afc9dfix(tests): replace runpytest_subprocess with runpytestcdc6bd1Add support for pytest 9 and drop Python 3.9 supportUpdates
pydantic-corefrom 2.33.2 to 2.41.5Release notes
Sourced from pydantic-core's releases.