Fix an issue when inner types of a discriminated union with a callable discriminator were not correctly identified as complex. by @jenskeiner in pydantic/pydantic-settings#285
bump checkouts/data-schemas from 59f9683 to 8c13457 (#3146) by @dependabot
2.5.1
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!
Add scrubbing: ScrubbingOptions | False parameter to logfire.configure, replacing scrubbing_patterns and scrubbing_callback by @alexmojaki in pydantic/logfire#283
Breaking change: Check if logfire token is valid in separate thread, so logfire.configure won't block startup and will no longer raise an exception for an invalid token, by @alexmojaki in pydantic/logfire#274
Add scrubbing: ScrubbingOptions | False parameter to logfire.configure, replacing scrubbing_patterns and scrubbing_callback by @alexmojaki in pydantic/logfire#283
BREAKING CHANGE: Check if logfire token is valid in separate thread, so logfire.configure won't block startup and will no longer raise an exception for an invalid token, by @alexmojaki in pydantic/logfire#274
Anthropic instrumentation now requires anthropic>=0.27.0
[v0.40.0] (2024-06-04)
BREAKING CHANGE: The processors parameter of logfire.configure() has been replaced by additional_span_processors. Passing processors will raise an error. Unlike processors, setting additional_span_processors to an empty sequence will not disable the default span processor which exports to Logfire. To do that, pass send_to_logfire=False. Similarly metric_readers has been replaced by additional_metric_reader. By @alexmojaki in pydantic/logfire#233
Bumps the python-packages group with 12 updates:
2.7.2
2.7.4
2.2.1
2.3.4
0.30.0
0.30.1
2.3.1
2.7.1
0.38.0
0.45.0
2.19.0
2.19.1
2.131.0
2.135.0
2.29.0
2.30.0
1.63.0
1.63.2
0.4.7
0.5.0
8.2.1
8.2.2
7.5.3
7.5.4
Updates
pydantic
from 2.7.2 to 2.7.4Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
1ab655a
Prep for v2.7.4 release (#9642)2e3650e
V1 bump to v1.10.16 (#9639)9f48fc2
prep for 2.7.3 release (#9551)1f8c7d7
Bumppydantic-core
tov2.18.4
(#9550)Updates
pydantic-settings
from 2.2.1 to 2.3.4Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
fe1f950
Prepare release 2.3.4 (#322)674ebd9
Remove leftover docstring causing warning onpydantic
docs build (#321)7ede0ec
Nested pydantic dataclasses and doc fixes. (#317)c2d44a7
add in-place reloading in docs (#316)f1b82d8
Prepare release 2.3.3 (#314)bd294a4
Add CliSettingsSource alias handling for AliasChoices and AliasPath. (#313)abe7cc5
Fix an intriduced bug in parsing json field with discriminated union (#312)b5d4534
Prepare release 2.3.2 (#310)b2e84c2
Fix issue with nested model uppercase field name in case insensitive mode (#309)0a9faca
Fix command line help fromargparse
formatting problem (#307)Updates
uvicorn
from 0.30.0 to 0.30.1Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
44a3071
Version 0.30.1 (#2349)6d666d9
Allow horizontal tabs\t
in response header values (#2345)Updates
sentry-sdk[fastapi]
from 2.3.1 to 2.7.1Release notes
Sourced from sentry-sdk[fastapi]'s releases.
... (truncated)
Changelog
Sourced from sentry-sdk[fastapi]'s changelog.
... (truncated)
Commits
1ab1fa9
release: 2.7.1dc57972
fix(otel): Fix missing baggage (#3218)0629094
This is the config file of asdf-vm which we do not use.c210ad6
Added option to disable middleware spans in Starlette (#3052)168600f
build: Update tornado version in setup.py to match code check. (#3206)a0c836b
Merge branch 'release/2.7.0'3314307
updated changeloge60c0b6
release: 2.7.09506913
Do not raise error when channels is not installed (#3203)7c1685e
Set up typing for OTel (#3168)Updates
logfire[fastapi]
from 0.38.0 to 0.45.0Release notes
Sourced from logfire[fastapi]'s releases.
... (truncated)
Changelog
Sourced from logfire[fastapi]'s changelog.
... (truncated)
Commits
b19c02a
Release v0.45.0 (#287)26ab2d5
Fix and test unmapped SQLModels (#286)bf5d860
Optimizecollect_package_info
(#285)3915df2
Update scrubbing security tips (#284)ce52bce
Addscrubbing: ScrubbingOptions | False
parameter tologfire.configure
, r...7362c0d
Uprev to 0.44.0 (#281)cedfe9b
Log async stack inlog_slow_async_callbacks
(#280)80e6255
suppress_instrumentation when retrying exports (#279)76a5728
Prevent 'dictionary changed size during iteration' error in ``install_auto_tr...01833b8
v0.43.0 (#275)Updates
google-api-core
from 2.19.0 to 2.19.1Release notes
Sourced from google-api-core's releases.
Changelog
Sourced from google-api-core's changelog.
Commits
fef9363
chore(main): release 2.19.1 (#650)fda0ca6
fix: add support for protobuf 5.x (#644)126b5c7
chore(revert): Revert "chore: move retry async check to wrap time (#649)" (#667)e031eb5
chore(revert): Revert "feat: add caching to GapicCallable" (#665)ac098a7
chore: move retry async check to wrap time (#649)1203fb9
fix: Ignore unknown fields in rest streaming. (#651)c9e1cbb
chore: fallback to unary_unary when wrapping async callables (#653)d96eb5c
feat: add caching to GapicCallable (#527)ab22afd
chore: avoid checking instance on each stream call (#529)Updates
google-api-python-client
from 2.131.0 to 2.135.0Release notes
Sourced from google-api-python-client's releases.