Bump the python-requirements group with 7 updates #1937
Closed
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-requirements group with 7 updates:
0.1.6
0.2.0
8.0.0
8.4.0
1.1.0
1.5.4
2.0.1
2.1.0
0.27.0
0.28.1
5.9.8
6.0.0
2.20.1
2.23.0
Updates
fixedint
from 0.1.6 to 0.2.0Changelog
Sourced from fixedint's changelog.
Commits
c6f9439
Version bump to v0.2.0035bdca
Add py.typed and .pyi files to setup.pyb25aadc
Documentation updates418c239
Add type hints. Fixes #4.d2dbd20
Remove MutableFixedInt.itruediv (doesn't make sense), add base argument t...Updates
importlib-metadata
from 8.0.0 to 8.4.0Changelog
Sourced from importlib-metadata's changelog.
Commits
1616cb3
Finalize71b4678
Add news fragment.ebcdcfd
Remove workaround for python/typeshed#10328.2c43cfe
Merge pull request #499 from danielhollas/defer-inspecta7aaf72
Use third-person imperative voice and link to issue in comment.e99c105
Restore single-expression logic.debb516
Don't use global var3c8e1ec
Finalize5035755
Merge pull request #498 from python/feature/entry-points-disallow-dist-match6d9b766
Remove MetadataPathFinder regardless of its position.Updates
msgraph-sdk
from 1.1.0 to 1.5.4Release notes
Sourced from msgraph-sdk's releases.
... (truncated)
Changelog
Sourced from msgraph-sdk's changelog.
... (truncated)
Commits
9088e46
Merge pull request #839 from microsoftgraph/release-please--branches--main--c...b9ded0e
chore(main): release 1.5.4955f85f
fix: requires a higher version of the JSON dependency5ee9548
bump json serializer to >=1.3.040a35b8
Merge pull request #836 from microsoftgraph/dependabot/pip/pyjwt-2.9.001f1e3f
chore(deps-dev): bump pyjwt from 2.8.0 to 2.9.02cff720
Merge pull request #833 from microsoftgraph/dependabot/pip/mypy-1.11.12a1cedc
chore(deps-dev): bump mypy from 1.11.0 to 1.11.177855a0
Merge pull request #834 from microsoftgraph/dependabot/pip/aiohttp-3.10.0312d7ea
chore(deps-dev): bump aiohttp from 3.9.5 to 3.10.0Updates
numpy
from 2.0.1 to 2.1.0Release notes
Sourced from numpy's releases.
... (truncated)
Commits
2f7fe64
Merge pull request #27236 from charris/prepare-2.1.0b6f434f
REL: Prepare for the NumPy 2.1.0 release [wheel build]3cf9394
Merge pull request #27234 from charris/backport-259847443dcc
Merge pull request #27233 from charris/backport-2722385b1cab
BUG: Allow fitting of degree zero polynomials with Polynomial.fit395a81d
DOC: reword discussion about shared arrays to hopefully be clearer5af2e96
Move NUMUSERTYPES thread safety discussion to legacy DType API docsd902c24
DOC: add docs on thread safety in NumPyc080180
Merge pull request #27229 from charris/backport-2722644ce7e8
BUG: FixPyArray_ZeroContiguousBuffer
(resize) with struct dtypesUpdates
opentelemetry-instrumentation-openai
from 0.27.0 to 0.28.1Release notes
Sourced from opentelemetry-instrumentation-openai's releases.
Changelog
Sourced from opentelemetry-instrumentation-openai's changelog.
Commits
d1d67ac
bump: version 0.28.0 → 0.28.13a0bdf3
fix(langchain): langgraph traces were broken (#1895)27daeff
bump: version 0.27.0 → 0.28.01e3ce76
chore(sample-app): langgraph example (#1878)42ee945
fix(openai): re-enabled token count for azure instances (#1877)3aa9d69
fix(openai): not given values thrown errors (#1876)13b0707
fix(sdk):aentity_class
was missing a positional argument (#1816)45ccf5f
feat(llama-index): callback improvements (#1859)26ee71a
chore(sample-app): update lock file30ffbed
fix(sdk): instrument threading for propagating otel context (#1868)Updates
psutil
from 5.9.8 to 6.0.0Changelog
Sourced from psutil's changelog.
... (truncated)
Commits
3d5522a
release5b30ef4
Add aarch64 manylinux wheels (#2425)1d092e7
test subprocesses: sleep() with an interval of 0.1 to make the test process m...5f80c12
Fix #2412, [macOS]: can't compile on macOS 10.4 PowerPC due to missingMNT_
...89b6096
process_iter(): use another global var to keep track of reused PIDs9421bf8
openbsd: skip test if cmdline() returns [] due to EBUSY4b1a054
Fix #2250 / NetBSD / cmdline: retry on EBUSY. (#2421)20be5ae
ruff: enable and fix 'unused variable' rule5530985
chore(ci): update actions (#2417)1c7cb0a
Don't build with limited API for 3.13 free-threaded build (#2402)Updates
pydantic-core
from 2.20.1 to 2.23.0Release notes
Sourced from pydantic-core's releases.
... (truncated)
Commits
4113638
Prep for v2.23.0 (#1412)51c412b
Breaking change: Changemetadata
type hint fromAny
-> `Dict[str, Any] | ...b127652
Addingcls
reference toTypedDictSchema
(#1410)de04f03
Disable automatic assignees withhooky
(#1408)a6d0d63
Version bump to prep for new release (#1406)08a99b5
Introduceexactness
intoDecimal
validation logic (#1405)fdd1e85
Adding tagged union serializer 🚀 (#1397)3d8295e
Support complex numbers (#1331)bb67044
Usetyping_extensions.TypedDict
on Python < 3.12 (#1404)a072575
For missing fields, we don't warn onexclude_
, so don't warn onexclude
(...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 have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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