Bump the python-packages group across 1 directory with 14 updates #62
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.
Updates the requirements on apscheduler, cryptography, fastapi, httpx, logfire, logfire[celery,fastapi,psycopg2,requests], pydantic, ruff, sentry-sdk, setuptools, starlette, uvicorn, coverage and pytest to permit the latest version.
Updates
apscheduler
to 3.11.0Release notes
Sourced from apscheduler's releases.
Changelog
Sourced from apscheduler's changelog.
... (truncated)
Commits
6c72a51
Backported release job from master4b96510
Added the release versionfcec69c
Added user's guide section for export/import50f67c8
Added scheduler methods for job export/import40431e5
Removed the obsoletetimedelta_seconds
function9483bb4
Rearranged triggers tests to better match the master branchac55c86
Fixed project links to point to the correct branch on RTD811e973
Changed version history formatting to match the master branchf3c68df
Pass pool_kwargs to the replacement process pool too4584091
Removed unwarranted classifierUpdates
cryptography
to 44.0.0Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
f299a48
remove deprecated call (#12052)439eb05
Bump version for 44.0.0 (#12051)2c5ad4d
chore(deps): bump maturin from 1.7.4 to 1.7.5 in /.github/requirements (#12050)d23968a
chore(deps): bump libc from 0.2.165 to 0.2.166 (#12049)133c0e0
Bump x509-limbo and/or wycheproof in CI (#12047)f2259d7
Bump BoringSSL and/or OpenSSL in CI (#12046)e201c87
fixed metadata in changelog (#12044)c6104cc
Prohibit Python 3.9.0, 3.9.1 -- they have a bug that causes errors (#12045)d6cac75
Add support for decrypting S/MIME messages (#11555)b8e5bfd
chore(deps): bump libc from 0.2.164 to 0.2.165 (#12042)Updates
fastapi
to 0.115.5Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
f057f4a
🔖 Release version 0.115.5c6f021e
📝 Update release notes91a9293
♻️ Update internal checks to support Pydantic 2.10 (#12914)f716490
📝 Update release notesc178106
📝 Update includes fordocs/en/docs/tutorial/body.md
(#12757)88cc900
📝 Update release notes20809a1
⬆ [pre-commit.ci] pre-commit autoupdate (#12907)5a48c37
📝 Update release notes13892a3
📝 Update includes indocs/en/docs/advanced/testing-dependencies.md
(#12647)9467000
📝 Update release notesUpdates
httpx
to 0.28.0Release notes
Sourced from httpx's releases.
Changelog
Sourced from httpx's changelog.
... (truncated)
Commits
80960fa
Version 0.28.0. (#3419)a33c878
Fixextensions
type annotation. (#3380)ce7e14d
Error on verify as str. (#3418)47f4a96
Handle empty zstd responses (#3412)189fc4b
Update CHANGELOG.md, fix typo(s) (#3406)7b19cd5
Move utility functions from _utils.py to _client.py (#3389)b47d94c
Avoid private imports in test cases. (#3403)2ea2286
Import ssl on demand (#3401)1805ee0
Graceful upgrade path for 0.28. (#3394)41597ad
Move remaining utility functions from _utils.py to _models.py (#3387)Updates
logfire
to 2.5.0Release notes
Sourced from logfire's releases.
Changelog
Sourced from logfire's changelog.
... (truncated)
Commits
67c20af
Release v2.5.0 (#629)e8dfd4b
Add suppress_scopes method (#628)9f73019
Remove redundant guide section on the docs (#627)468b512
Small fixes to the documentation (#626)917d2fb
Add Go example (#625)b8e0bef
Add magentic third-party integration docs page (#584)8785c6b
Add an admonition about the environment delay on the UI (#623)75f28ba
ReplaceModuleNotFoundError
byImportError
(#622)72ceb6b
Test pydantic 2.10 regularly (#619)7021232
Release v2.4.1 (#617)Updates
logfire[celery,fastapi,psycopg2,requests]
to 2.5.0Release notes
Sourced from logfire[celery,fastapi,psycopg2,requests]'s releases.
Changelog
Sourced from logfire[celery,fastapi,psycopg2,requests]'s changelog.
... (truncated)
Commits
67c20af
Release v2.5.0 (#629)e8dfd4b
Add suppress_scopes method (#628)9f73019
Remove redundant guide section on the docs (#627)468b512
Small fixes to the documentation (#626)917d2fb
Add Go example (#625)b8e0bef
Add magentic third-party integration docs page (#584)8785c6b
Add an admonition about the environment delay on the UI (#623)75f28ba
ReplaceModuleNotFoundError
byImportError
(#622)72ceb6b
Test pydantic 2.10 regularly (#619)7021232
Release v2.4.1 (#617)Updates
pydantic
to 2.10.2Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
fe32515
Prepare for v2.10.2 release (#10982)226cfaf
HideBaseModel.__replace__
definition from type checkers (#10979)02229a6
hashing support for urls (#10975)a9cf39c
Fix type hint ofField.default
to be compatible with Python 3.8 and 3.9 (#1...869eafd
Support serialization as any forSecret
types andUrl
types (#10947)7c0ed72
Do not evaluate annotations for private fields (#10962)d6fc7fc
Only evaluateFieldInfo
annotations if required during schema building (#10...17e60fa
spacing369b355
remove typo4c75404
Prepare for v2.10.1 release (#10939)Updates
ruff
from 0.7.3 to 0.8.1Release notes
Sourced from ruff's releases.