⬆️(project) upgrade python dependencies #82
Merged
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:
==2.7.0
->==2.8.0
==2.2.1
->==2.3.1
==8.2.1
->==8.2.2
==0.4.7
->==0.4.8
==2.3.1
->==2.5.1
==0.0.18
->==0.0.19
Release Notes
pydantic/pydantic-extra-types (pydantic-extra-types)
v2.8.0
Compare Source
Refactor
Internal
Types
Dependencies
pydantic/pydantic-settings (pydantic-settings)
v2.3.1
Compare Source
What's Changed
Full Changelog: pydantic/pydantic-settings@v2.3.0...v2.3.1
v2.3.0
Compare Source
What's Changed
explode_env_vars
for better dict handling by @hramezani in https://github.com/pydantic/pydantic-settings/pull/261PyprojectTomlConfigSettingsSource
by @ITProKyle in https://github.com/pydantic/pydantic-settings/pull/255New Contributors
Full Changelog: pydantic/pydantic-settings@v2.2.1...v2.3.0
pytest-dev/pytest (pytest)
v8.2.2
Compare Source
pytest 8.2.2 (2024-06-04)
Bug Fixes
.pytest_cache
) creation. Regressed in pytest 8.2.0.Improved Documentation
lack of thread safety in pytest as a possible source of flakyness.
astral-sh/ruff (ruff)
v0.4.8
Compare Source
Performance
Preview features
flake8-bugbear
] Implementreturn-in-generator
(B901
) (#11644)flake8-pyi
] ImplementPYI063
(#11699)pygrep_hooks
] Check blanket ignores via file-level pragmas (PGH004
) (#11540)Rule changes
pyupgrade
] UpdateUP035
for Python 3.13 and the latest version oftyping_extensions
(#11693)numpy
] UpdateNPY001
rule for NumPy 2.0 (#11735)Server
CLI
--output-format
flag (#11682)Bug fixes
pyupgrade
] Write empty string in lieu of panic when fixingUP032
(#11696)flake8-simplify
] Simplify double negatives inSIM103
(#11684)type
statements (#11720)getsentry/sentry-python (sentry-sdk)
v2.5.1
Compare Source
This change fixes a regression in our cron monitoring feature, which caused cron checkins not to be sent. The regression appears to have been introduced in version 2.4.0.
We recommend that all users, who use Cron monitoring and are currently running sentry-python ≥2.4.0, upgrade to this release as soon as possible!
Other fixes & improvements
last_event_id
cleared (#3124) by @szokeasaurusrexv2.5.0
Compare Source
Various fixes & improvements
Allow to configure status codes to report to Sentry in Starlette and FastAPI (#3008) by @sentrivana
By passing a new option to the FastAPI and Starlette integrations, you're now able to configure what
status codes should be sent as events to Sentry. Here's how it works:
...
)
v2.4.0
Compare Source
Various fixes & improvements
cache.key
span data field a list (#3110) by @antonpirkerlast_event_id
from migration guide (#3126) by @szokeasaurusrex_last_event_id
inScope.__copy__
(#3123) by @szokeasaurusrex4381a97
to59f9683
(#3066) by @dependabottiangolo/sqlmodel (sqlmodel)
v0.0.19
Compare Source
Fixes
EmailStr
support andmax_length
in several String subclasses. PR #966 by @estebanx64.max_length
is set on Pydantic models using Pydantic v2. PR #963 by @estebanx64.Refactors
Upgrades
TryCast
used internally. PR #964 by @tiangolo.Docs
@dataclass_transform
(now PEP 681) indocs/features.md
. PR #753 by @soof-golan.Internal
Configuration
📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Mend Renovate. View repository job log here.