Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2024

Bumps the python-packages group with 10 updates in the / directory:

Package From To
langchainhub 0.1.18 0.1.20
open-interpreter 0.2.6 0.3.4
openai 1.30.3 1.35.10
pillow 10.3.0 10.4.0
pydantic 2.7.2 2.8.2
pygame 2.5.2 2.6.0
pyperclip 1.8.2 1.9.0
scipy 1.13.1 1.14.0
sounddevice 0.4.6 0.4.7
duckduckgo-search 5.3.0 6.1.9

Updates langchainhub from 0.1.18 to 0.1.20

Updates open-interpreter from 0.2.6 to 0.3.4

Release notes

Sourced from open-interpreter's releases.

v0.3.4

Updated vision dependent profiles as gpt-4-vision-preview is deprecated.

What's Changed

Full Changelog: openinterpreter/open-interpreter@v0.3.3...v0.3.4

v0.3.3

Quick bug fix for Local III when using --vision.

v0.3.2

Bug fixes, minor system message improvements, and EasyOCR for more robust local vision.

What's Changed

New Contributors

Full Changelog: openinterpreter/open-interpreter@v0.3.1...v0.3.2

v0.3.1

Windows bugfix for Local III.

Full Changelog: openinterpreter/open-interpreter@v0.3.0...v0.3.1

Local III

Read more here.

Commits

Updates openai from 1.30.3 to 1.35.10

Release notes

Sourced from openai's releases.

v1.35.10

1.35.10 (2024-07-03)

Full Changelog: v1.35.9...v1.35.10

Chores

v1.35.9

1.35.9 (2024-07-02)

Full Changelog: v1.35.8...v1.35.9

Bug Fixes

  • client: always respect content-type multipart/form-data if provided (#1519) (6da55e1)

Chores

v1.35.8

1.35.8 (2024-07-02)

Full Changelog: v1.35.7...v1.35.8

Chores

v1.35.7

1.35.7 (2024-06-27)

Full Changelog: v1.35.6...v1.35.7

Bug Fixes

  • build: include more files in sdist builds (#1504) (730c1b5)

v1.35.6

1.35.6 (2024-06-27)

Full Changelog: v1.35.5...v1.35.6

Documentation

... (truncated)

Changelog

Sourced from openai's changelog.

1.35.10 (2024-07-03)

Full Changelog: v1.35.9...v1.35.10

Chores

1.35.9 (2024-07-02)

Full Changelog: v1.35.8...v1.35.9

Bug Fixes

  • client: always respect content-type multipart/form-data if provided (#1519) (6da55e1)

Chores

1.35.8 (2024-07-02)

Full Changelog: v1.35.7...v1.35.8

Chores

1.35.7 (2024-06-27)

Full Changelog: v1.35.6...v1.35.7

Bug Fixes

  • build: include more files in sdist builds (#1504) (730c1b5)

1.35.6 (2024-06-27)

Full Changelog: v1.35.5...v1.35.6

Documentation

1.35.5 (2024-06-26)

... (truncated)

Commits

Updates pillow from 10.3.0 to 10.4.0

Release notes

Sourced from pillow's releases.

10.4.0

https://pillow.readthedocs.io/en/stable/releasenotes/10.4.0.html

Changes

... (truncated)

Changelog

Sourced from pillow's changelog.

10.4.0 (2024-07-01)

  • Raise FileNotFoundError if show_file() path does not exist #8178 [radarhere]

  • Improved reading 16-bit TGA images with colour #7965 [Yay295, radarhere]

  • Deprecate non-image ImageCms modes #8031 [radarhere]

  • Fixed processing multiple JPEG EXIF markers #8127 [radarhere]

  • Do not preserve EXIFIFD tag by default when saving TIFF images #8110 [radarhere]

  • Added ImageFont.load_default_imagefont() #8086 [radarhere]

  • Added Image.WARN_POSSIBLE_FORMATS #8063 [radarhere]

  • Remove zero-byte end padding when parsing any XMP data #8171 [radarhere]

  • Do not detect Ultra HDR images as MPO #8056 [radarhere]

  • Raise SyntaxError specific to JP2 #8146 [Yay295, radarhere]

  • Do not use first frame duration for other frames when saving APNG images #8104 [radarhere]

  • Consider I;16 pixel size when using a 1 mode mask #8112 [radarhere]

  • When saving multiple PNG frames, convert to mode rather than raw mode #8087 [radarhere]

  • Added byte support to FreeTypeFont #8141 [radarhere]

  • Allow float center for rotate operations #8114 [radarhere]

  • Do not read layers immediately when opening PSD images #8039 [radarhere]

... (truncated)

Commits
  • 9b4fae7 10.4.0 version bump
  • b55d74b Update CHANGES.rst [ci skip]
  • 8daf550 Merge pull request #8178 from radarhere/imageshow
  • c6d8c58 Merge pull request #7965 from Yay295/patch-3
  • c9ec76a Raise FileNotFoundError if show_file() path does not exist
  • b48d175 Update CHANGES.rst [ci skip]
  • 4d6dff3 Merge pull request #8031 from radarhere/imagingcms_modes
  • 70b3815 Merge pull request #8127 from radarhere/multiple_exif_markers
  • 88cd6d4 Rearranged comments
  • 41426a6 Merge pull request #8110 from radarhere/exififd
  • Additional commits viewable in compare view

Updates pydantic from 2.7.2 to 2.8.2

Release notes

Sourced from pydantic's releases.

v2.8.2 (2024-07-03)

What's Changed

Fixes

  • Fix issue with assertion caused by pluggable schema validator by @​dmontagu in #9838

Full Changelog: pydantic/pydantic@v2.8.1...v2.8.2

v2.8.1 (2024-07-03)

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.8.0...v2.8.1

v2.8.0 (2024-07-01)

The code released in v2.8.0 is functionally identical to that of v2.8.0b1.

Check out our blog post to learn more about the release highlights!

What's Changed

Packaging

New Features

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.8.2 (2024-07-03)

GitHub release

What's Changed

Fixes

  • Fix issue with assertion caused by pluggable schema validator by @​dmontagu in #9838

v2.8.1 (2024-07-03)

GitHub release

What's Changed

Packaging

Fixes

v2.8.0 (2024-07-01)

GitHub release

The code released in v2.8.0 is functionally identical to that of v2.8.0b1.

What's Changed

Packaging

New Features

... (truncated)

Commits
  • 4978ee2 update history
  • 0345929 v bump
  • d390a04 Fix issue with assertion caused by pluggable schema validator (#9838)
  • 040865f update history
  • 5a33e3b bump version
  • 2f9abb2 Bump pydantic-core to v2.20.1, pydantic-extra-types to v2.9.0 (#9832)
  • ce9c5f7 Remove spooky meetings file (#9824)
  • 6bdd6d1 Pedantic typo correction within explanation of Pydantic's root in 'pedantic' ...
  • 701ccde Fix list constraint json schema application (#9818)
  • 2a066a2 Bump ruff to v0.5.0 and pyright to v1.1.369 (#9801)
  • Additional commits viewable in compare view

Updates pygame from 2.5.2 to 2.6.0

Release notes

Sourced from pygame's releases.

pygame 2.6.0 - for Macarena

🎉  🎈

Thanks

🎮🛸 - - - - 💥👾

... (truncated)

Commits

Updates pyperclip from 1.8.2 to 1.9.0

Commits

Updates scipy from 1.13.1 to 1.14.0

Release notes

Sourced from scipy's releases.

SciPy 1.14.0 Release Notes

SciPy 1.14.0 is the culmination of 3 months of hard work. It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented below. All users are encouraged to upgrade to this release, as there are a large number of bug-fixes and optimizations. Before upgrading, we recommend that users check that their own code does not use deprecated SciPy functionality (to do so, run your code with python -Wd and check for DeprecationWarning s). Our development attention will now shift to bug-fix releases on the 1.14.x branch, and on adding new features on the main branch.

This release requires Python 3.10+ and NumPy 1.23.5 or greater.

For running on PyPy, PyPy3 6.0+ is required.

Highlights of this release

  • SciPy now supports the new Accelerate library introduced in macOS 13.3, and has wheels built against Accelerate for macOS >=14 resulting in significant performance improvements for many linear algebra operations.
  • A new method, cobyqa, has been added to scipy.optimize.minimize - this is an interface for COBYQA (Constrained Optimization BY Quadratic Approximations), a derivative-free optimization solver, designed to supersede COBYLA, developed by the Department of Applied Mathematics, The Hong Kong Polytechnic University.
  • scipy.sparse.linalg.spsolve_triangular is now more than an order of magnitude faster in many cases.

New features

scipy.fft improvements

  • A new function, scipy.fft.prev_fast_len, has been added. This function finds the largest composite of FFT radices that is less than the target length. It is useful for discarding a minimal number of samples before FFT.

scipy.io improvements

  • wavfile now supports reading and writing of wav files in the RF64 format, allowing files greater than 4 GB in size to be handled.

scipy.constants improvements

  • Experimental support for the array API standard has been added.

... (truncated)

Commits
  • 87c4664 REL: SciPy 1.14.0 rel commit [wheel build]
  • ac63c81 Merge pull request #21019 from tylerjereddy/treddy_1.14.0_final_backports
  • 541003f DOC: update 1.14 relnotes [wheel build]
  • a08d1ff MAINT: stats.gstd: warn when an observation is <= 0
  • a4f7119 DEP: special.perm: deprecate non-integer N and k with exact=True (#20909)
  • 73339fb TST: stats: fix use of np.testing to compare xp-arrays
  • 0542df6 DOC: Update 1.14.0 release notes
  • f8e530c STY: _lib._util: silence mypy
  • e2cbda2 TST:sparse.linalg: Skip test due to sensitivity to numerical noise
  • 4fb2e6a TST: robustify test_nnls_inner_loop_case1
  • Additional commits viewable in compare view

Updates sounddevice from 0.4.6 to 0.4.7

Release notes

Sourced from sounddevice's releases.

python-sounddevice 0.4.7

https://pypi.org/project/sounddevice/0.4.7/

  • support paWinWasapiAutoConvert with auto_convert flag in WasapiSettings
  • Avoid exception in PortAudioError.__str__()
Changelog

Sourced from sounddevice's changelog.

0.4.7 (2024-05-27):

  • support paWinWasapiAutoConvert with auto_convert flag in WasapiSettings
  • Avoid exception in PortAudioError\ .__str__()
Commits
  • d5b8726 Release 0.4.7
  • 24370c3 CI: Add "trusted publishing" workflow
  • d545f20 CI: check PortAudio library on macos-13 (x86_64) and macos-latest (arm64)
  • 1b3eee3 DOC: Remove Gohlke link (because it doesn't exist anymore)
  • a2224d8 Add pyproject.toml
  • d82b4f8 Don't mention a specific directory from PATH
  • ff7c7bd Change recommended DLL directory, mention PATH
  • 028a0c2 DOC: Describe how to use a custom so/dylib/dll
  • bb65479 Bump actions/checkout from 2 to 4 (#531)
  • 9cc59f8 Bump actions/setup-python from 2 to 5 (#530)
  • Additional commits viewable in compare view

Updates duckduckgo-search from 5.3.0 to 6.1.9

Release notes

Sourced from duckduckgo-search's releases.

v6.1.9

Full Changelog: deedy5/ddgs@v6.1.8...v6.1.9

v6.1.8

Full Changelog: deedy5/ddgs@v6.1.7...v6.1.8

v6.1.7

Full Changelog: deedy5/ddgs@v6.1.6...v6.1.7

v6.1.6

What's Changed

Full Changelog: deedy5/ddgs@v6.1.5...v6.1.6

v6.1.5

Full Changelog: deedy5/ddgs@v6.1.4...v6.1.5

v6.1.4

  • text(): max_results cutoff 2000
  • news(): max_results cutoff 120

Full Changelog: deedy5/ddgs@v6.1.3...v6.1.4

v6.1.3

Full Changelog: deedy5/ddgs@v6.1.2...v6.1.3

v6.1.2

Full Changelog: deedy5/ddgs@v6.1.1...v6.1.2

... (truncated)

Commits
  • 744322d Bump version to v6.1.9
  • 9b42444 Remove orjson from dependencies
  • 6f50af6 Bump version to v6.1.8
  • 4bdb43d README: update + add example results
  • 859dd37 CLI: use proxy param-p tb as an alias for socks5://127.0.0.1:9150
  • f90bb3f CLI: chat() - rename save to load, remove click.wrap_text()
  • 7150bd1 Update requirements
  • cf2549d Bump version to v6.1.7
  • 405852f impersonate="chrome_126"
  • cf8c0d1 chat(): use list comprehension to extract messages
  • Additional commits viewable 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that ...

Description has been truncated

Bumps the python-packages group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| langchainhub | `0.1.18` | `0.1.20` |
| [open-interpreter](https://github.com/OpenInterpreter/open-interpreter) | `0.2.6` | `0.3.4` |
| [openai](https://github.com/openai/openai-python) | `1.30.3` | `1.35.10` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.3.0` | `10.4.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.7.2` | `2.8.2` |
| [pygame](https://github.com/pygame/pygame) | `2.5.2` | `2.6.0` |
| [pyperclip](https://github.com/asweigart/pyperclip) | `1.8.2` | `1.9.0` |
| [scipy](https://github.com/scipy/scipy) | `1.13.1` | `1.14.0` |
| [sounddevice](https://github.com/spatialaudio/python-sounddevice) | `0.4.6` | `0.4.7` |
| [duckduckgo-search](https://github.com/deedy5/duckduckgo_search) | `5.3.0` | `6.1.9` |



Updates `langchainhub` from 0.1.18 to 0.1.20

Updates `open-interpreter` from 0.2.6 to 0.3.4
- [Release notes](https://github.com/OpenInterpreter/open-interpreter/releases)
- [Commits](openinterpreter/open-interpreter@v0.2.6...v0.3.4)

Updates `openai` from 1.30.3 to 1.35.10
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.30.3...v1.35.10)

Updates `pillow` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.3.0...10.4.0)

Updates `pydantic` from 2.7.2 to 2.8.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.2...v2.8.2)

Updates `pygame` from 2.5.2 to 2.6.0
- [Release notes](https://github.com/pygame/pygame/releases)
- [Commits](pygame/pygame@2.5.2...2.6.0)

Updates `pyperclip` from 1.8.2 to 1.9.0
- [Changelog](https://github.com/asweigart/pyperclip/blob/master/CHANGES.txt)
- [Commits](https://github.com/asweigart/pyperclip/commits)

Updates `scipy` from 1.13.1 to 1.14.0
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.13.1...v1.14.0)

Updates `sounddevice` from 0.4.6 to 0.4.7
- [Release notes](https://github.com/spatialaudio/python-sounddevice/releases)
- [Changelog](https://github.com/spatialaudio/python-sounddevice/blob/master/NEWS.rst)
- [Commits](spatialaudio/python-sounddevice@0.4.6...0.4.7)

Updates `duckduckgo-search` from 5.3.0 to 6.1.9
- [Release notes](https://github.com/deedy5/duckduckgo_search/releases)
- [Commits](deedy5/ddgs@v5.3.0...v6.1.9)

---
updated-dependencies:
- dependency-name: langchainhub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: open-interpreter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pygame
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pyperclip
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sounddevice
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: duckduckgo-search
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 5, 2024
@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@deepsource-io
Copy link

deepsource-io bot commented Jul 5, 2024

Here's the code health analysis summary for commits 721e5ab..8682cc3. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPython✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@NxPKG NxPKG merged commit 5f52016 into master Jul 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-packages-c7a7ecb2b7 branch July 6, 2024 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant