Skip to content
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

chore(deps): update python #1169

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Update Pending
cryptography (changelog) ==42.0.4 -> ==42.0.5 age adoption passing confidence patch
fast-dash ==0.2.8 -> ==0.2.9 age adoption passing confidence patch
langchain ==0.1.7 -> ==0.1.9 age adoption passing confidence patch 0.1.10
langchain-community ==0.0.20 -> ==0.0.24 age adoption passing confidence patch 0.0.25
pandas (source) ==2.2.0 -> ==2.2.1 age adoption passing confidence patch
pymupdf (changelog) ==1.23.23 -> ==1.23.25 age adoption passing confidence patch 1.23.26
transformers ==4.37.2 -> ==4.38.1 age adoption passing confidence minor 4.38.2
All locks refreshed age adoption passing confidence lockFileMaintenance

Release Notes

pyca/cryptography (cryptography)

v42.0.5

Compare Source

dkedar7/fast_dash (fast-dash)

v0.2.9

Compare Source

0.2.9 (2024-02-24)

Fixes
  • Fix: In case of no input arguments, sidebar either freezes or becomes unresponsive.
  • Fix: When update_live is set to True, the app fails to reload dynamically.
langchain-ai/langchain (langchain)

v0.1.9

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain@v0.1.8...v0.1.9

v0.1.8

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain@v0.1.7...v0.1.8

pandas-dev/pandas (pandas)

v2.2.1: Pandas 2.2.1

Compare Source

We are pleased to announce the release of pandas 2.2.1.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.
Pandas 2.2.1 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

pymupdf/pymupdf (pymupdf)

v1.23.25: PyMuPDF-1.23.25 released

Compare Source

PyMuPDF-1.23.25 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.23.25 (2024-02-20)

  • Fixed issues:

  • Other:

    • When building, be able to specify python-config directly, with environment
      variable PIPCL_PYTHON_CONFIG.

v1.23.24: PyMuPDF-1.23.24 released

Compare Source

PyMuPDF-1.23.24 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.23.24 (2024-02-19)

  • Fixed issues:

  • Other:

    • Be able to test system install using sudo pip install instead of a venv.
huggingface/transformers (transformers)

v4.38.1

Compare Source

Fix eager attention in Gemma!

TLDR:

-        attn_output = attn_output.reshape(bsz, q_len, self.hidden_size)
+        attn_output = attn_output.view(bsz, q_len, -1)

[`v4.3


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@forking-renovate forking-renovate bot added dependencies lang: python Issues specific to Python. labels Mar 4, 2024
@bourgeoisor bourgeoisor merged commit a6e78d2 into GoogleCloudPlatform:main Mar 4, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies lang: python Issues specific to Python.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants