-
Notifications
You must be signed in to change notification settings - Fork 11
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 all non-major dependencies #522
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #522 +/- ##
=======================================
Coverage 17.23% 17.23%
=======================================
Files 111 111
Lines 7971 7971
Branches 190 190
=======================================
Hits 1374 1374
Misses 6522 6522
Partials 75 75 ☔ View full report in Codecov by Sentry. |
4d0a6c2
to
dad31eb
Compare
dad31eb
to
d9271a9
Compare
bf7c8a2
to
53b988b
Compare
AgustinRamiroDiaz
approved these changes
Sep 19, 2024
e8490ea
to
be6b00e
Compare
AgustinRamiroDiaz
approved these changes
Sep 20, 2024
1f80708
to
44ad8c9
Compare
2151605
to
924d93d
Compare
924d93d
to
7155f08
Compare
AgustinRamiroDiaz
approved these changes
Sep 23, 2024
🎉 This PR is included in version 0.9.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
5.1.3
->5.1.4
11.0.3
->11.1.0
==3.10.2
->==3.10.5
8.57.0
->8.57.1
^0.51.0
->^0.52.0
==1.46.0
->==1.47.0
==2.32.2
->==2.32.3
==4.24.0
->==4.25.0
4.24.0
->4.24.1
==3.1.0
->==3.1.1
2.0.7
->2.0.8
3.4.11
->3.4.12
2.21.7
->2.21.10
5.3.6
->5.4.6
3.5.5
->3.5.6
Release Notes
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.1.4
vueuse/vueuse (@vueuse/integrations)
v11.1.0
Compare Source
🚀 Features
$el
- by @KazariEX in https://github.com/vueuse/vueuse/issues/4202 (8e141)onCancel
handler - by @AndreyYolkin in https://github.com/vueuse/vueuse/issues/4184 (30452)🐞 Bug Fixes
ignore
accept reactive values - by @CernyMatej in https://github.com/vueuse/vueuse/issues/4211 (aa5e3)Document
type for root - by @phk422 in https://github.com/vueuse/vueuse/issues/4210 (6b584)el
to be instanceof Element - by @FRSgit in https://github.com/vueuse/vueuse/issues/4189 (4dcc2)View changes on GitHub
aio-libs/aiohttp (aiohttp)
v3.10.5
Compare Source
=========================
Bug fixes
Fixed :meth:
aiohttp.ClientResponse.json()
not settingstatus
when :exc:aiohttp.ContentTypeError
is raised -- by :user:bdraco
.Related issues and pull requests on GitHub:
:issue:
8742
.Miscellaneous internal changes
Improved performance of the WebSocket reader -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
8736
, :issue:8747
.v3.10.4
Compare Source
v3.10.3
Compare Source
========================
Bug fixes
Fixed multipart reading when stream buffer splits the boundary over several read() calls -- by :user:
Dreamsorcerer
.Related issues and pull requests on GitHub:
:issue:
8653
.Fixed :py:class:
aiohttp.TCPConnector
doing blocking I/O in the event loop to create theSSLContext
-- by :user:bdraco
.The blocking I/O would only happen once per verify mode. However, it could cause the event loop to block for a long time if the
SSLContext
creation is slow, which is more likely during startup when the disk cache is not yet present.Related issues and pull requests on GitHub:
:issue:
8672
.Miscellaneous internal changes
Improved performance of :py:meth:
~aiohttp.ClientWebSocketResponse.receive
and :py:meth:~aiohttp.web.WebSocketResponse.receive
when there is no timeout. -- by :user:bdraco
.The timeout context manager is now avoided when there is no timeout as it accounted for up to 50% of the time spent in the :py:meth:
~aiohttp.ClientWebSocketResponse.receive
and :py:meth:~aiohttp.web.WebSocketResponse.receive
methods.Related issues and pull requests on GitHub:
:issue:
8660
.Improved performance of starting request handlers with Python 3.12+ -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
8661
.Improved performance of HTTP keep-alive checks -- by :user:
bdraco
.Previously, when processing a request for a keep-alive connection, the keep-alive check would happen every second; the check is now rescheduled if it fires too early instead.
Related issues and pull requests on GitHub:
:issue:
8662
.Improved performance of generating random WebSocket mask -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
8667
.eslint/eslint (eslint)
v8.57.1
Compare Source
microsoft/monaco-editor (monaco-editor)
v0.52.0
Compare Source
IModelContentChangedEvent
openai/openai-python (openai)
v1.47.0
Compare Source
Full Changelog: v1.46.1...v1.47.0
Features
Chores
v1.46.1
Compare Source
Full Changelog: v1.46.0...v1.46.1
Bug Fixes
Chores
psf/requests (requests)
v2.32.3
Compare Source
Bugfixes
HTTPAdapter. (#6716)
without the
ssl
module. (#6724)SeleniumHQ/selenium (selenium-webdriver)
v4.24.1
Compare Source
UKPLab/sentence-transformers (sentence-transformers)
v3.1.1
: - Patch hard negative mining & removenumpy<2
restrictionCompare Source
This patch release fixes hard negatives mining for models that don't automatically normalize their embeddings and it lifts the
numpy<2
restriction that was previously required.Install this version with
Hard Negatives Mining Patch (#2944)
The
mine_hard_negatives
utility introduced in the previous release would fail ifuse_faiss=True
& the model does not automatically normalize its embeddings. This release patches that, allowing the utility to work with all Sentence Transformer models:Thanks to @omarnj-lab for pointing out the bug to me.
Numpy restriction lifted (#2937)
The v3.1.0 Sentence Transformers release required
numpy<2
to prevent crashes on Windows. However, various third-parties (e.g. scipy) have now been recompiled & released, allowing the Windows tests to pass again.If you experience the following snippet:
Then consider 1) upgrading the dependency from which the error occurred or 2) downgrading
numpy
to below v2:Thanks to @kozlek for pointing this out to me and helping getting it resolved.
All changes
deps
] Attempt to remove numpy restrictions by @tomaarsen in https://github.com/UKPLab/sentence-transformers/pull/2937metadata
] Extend pyproject.toml metadata by @tomaarsen in https://github.com/UKPLab/sentence-transformers/pull/2943fix
] Ensure that the embeddings from hard negative mining are normalized by @tomaarsen in https://github.com/UKPLab/sentence-transformers/pull/2944Full Changelog: UKPLab/sentence-transformers@v3.1.0...v3.1.1
bahmutov/start-server-and-test (start-server-and-test)
v2.0.8
Compare Source
tailwindlabs/tailwindcss (tailwindcss)
v3.4.12
Compare Source
wevm/viem (viem)
v2.21.10
Compare Source
Patch Changes
15c71b6
Thanks @johncpalmer! - Added World Chainv2.21.9
Compare Source
Patch Changes
312160a
Thanks @jxom! - Fixed issue wherewatchBlock
would not respect theemitOnBegin
property for WebSocket Transports.b509c6e
Thanks @jxom! - FixedmnemonicToAccount
options type.v2.21.8
Compare Source
Patch Changes
#2724
c2b2c78
Thanks @cygaar! - Reverted custom Abstract EIP712 domain changes.2fa3d00
Thanks @jxom! - Fixed zeroish log filter argument parsing.vitejs/vite (vite)
v5.4.6
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.5
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.4
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.3
Compare Source
file://
reference (#17909) (561b940), closes #17909v5.4.2
Compare Source
renderBuiltUrl
passed to module preload (#16084) (fac3a8e), closes #16084v5.4.1
Compare Source
build.modulePreload.resolveDependencies
is optimizable (#16083) (e961b31), closes #16083__vite_import_meta_env__
(#17876) (e686d74), closes #17876handleHotUpdate
from watch-package-data plugin (#17865) (e16bf1f), closes #17865v5.4.0
Compare Source
global
variable name conflict (#17809) (6aa2206), closes #17809importScripts
injection breaking iife code (#17827) (bb4ba9f), closes #17827vuejs/core (vue)
v3.5.6
Compare Source
Bug Fixes
once
option should be ignored by watchEffect (#11884) (49fa673)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.