This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
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:
8.1.3
->8.1.7
7.6.0
->7.6.1
2.6.0
->2.6.1
1.35.13
->1.48.0
3.2.0
->3.2.1
3.7.1
->3.8.0
3.0.47
->3.0.48
2.8.2
->2.9.2
8.2.2
->8.3.3
13.7.1
->13.8.1
0.12.3
->0.12.5
^0.32.0
->^0.34.0
Release Notes
nedbat/coveragepy (coverage)
v7.6.1
Compare Source
Fix: coverage used to fail when measuring code using :func:
runpy.run_path <python:runpy.run_path>
with a :class:Path <python:pathlib.Path>
argument.This is now fixed, thanks to
Ask Hjorth Larsen <pull 1819_>
_.Fix: backslashes preceding a multi-line backslashed string could confuse the
HTML report. This is now fixed, thanks to
LiuYinCarl <pull 1828_>
_.Now we publish wheels for Python 3.13, both regular and free-threaded.
.. _pull 1819:https://github.com/nedbat/coveragepy/pull/18199
.. _pull 1828https://github.com/nedbat/coveragepy/pull/182828
.. _changes_7-6-0:
pre-commit/identify (identify)
v2.6.1
Compare Source
openai/openai-python (openai)
v1.48.0
Compare Source
Full Changelog: v1.47.1...v1.48.0
Features
Bug Fixes
Chores
typing_extensions.overload
instead oftyping
(#1740) (2522bd5)v1.47.1
Compare Source
Full Changelog: v1.47.0...v1.47.1
Bug Fixes
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
v1.46.0
Compare Source
Full Changelog: v1.45.1...v1.46.0
Features
Documentation
v1.45.1
Compare Source
Full Changelog: v1.45.0...v1.45.1
Chores
Documentation
v1.45.0
Compare Source
Full Changelog: v1.44.1...v1.45.0
Features
Bug Fixes
v1.44.1
Compare Source
Full Changelog: v1.44.0...v1.44.1
Chores
Documentation
base_url
example (#1694) (05eec8a)v1.44.0
Compare Source
Full Changelog: v1.43.1...v1.44.0
Features
v1.43.1
Compare Source
Full Changelog: v1.43.0...v1.43.1
Chores
v1.43.0
Compare Source
Full Changelog: v1.42.0...v1.43.0
Features
v1.42.0
Compare Source
Full Changelog: v1.41.1...v1.42.0
Features
Chores
v1.41.1
Compare Source
Full Changelog: v1.41.0...v1.41.1
Bug Fixes
None
defaults (#1663) (30215c1)Chores
v1.41.0
Compare Source
Full Changelog: v1.40.8...v1.41.0
Features
v1.40.8
Compare Source
Full Changelog: v1.40.7...v1.40.8
Chores
v1.40.7
Compare Source
Full Changelog: v1.40.6...v1.40.7
Bug Fixes
Chores
v1.40.6
Compare Source
Full Changelog: v1.40.5...v1.40.6
Chores
v1.40.5
Compare Source
Full Changelog: v1.40.4...v1.40.5
Documentation
v1.40.4
Compare Source
Full Changelog: v1.40.3...v1.40.4
Bug Fixes
$ref
s alongside additional keys (c7a3d29)allOf
s with one entry (53d964d)v1.40.3
Compare Source
Full Changelog: v1.40.2...v1.40.3
Chores
v1.40.2
Compare Source
Full Changelog: v1.40.1...v1.40.2
Bug Fixes
Chores
v1.40.1
Compare Source
Full Changelog: v1.40.0...v1.40.1
Chores
v1.40.0
Compare Source
Full Changelog: v1.39.0...v1.40.0
Features
Chores
v1.39.0
Compare Source
Full Changelog: v1.38.0...v1.39.0
Features
retries_taken
to raw response class (#1601) (777822b)Bug Fixes
Chores
TypeAlias
marker for type assignments (#1597) (5907ea0)v1.38.0
Compare Source
Full Changelog: v1.37.2...v1.38.0
Features
ImageModel
,AudioModel
,SpeechModel
(#1586) (b800316)v1.37.2
Compare Source
Full Changelog: v1.37.1...v1.37.2
Chores
v1.37.1
Compare Source
Full Changelog: v1.37.0...v1.37.1
Chores
v1.37.0
Compare Source
Full Changelog: v1.36.1...v1.37.0
Features
Bug Fixes
Documentation
v1.36.1
Compare Source
Full Changelog: v1.36.0...v1.36.1
Bug Fixes
v1.36.0
Compare Source
Full Changelog: v1.35.15...v1.36.0
Features
v1.35.15
Compare Source
Full Changelog: v1.35.14...v1.35.15
Chores
v1.35.14
Compare Source
Full Changelog: v1.35.13...v1.35.14
Chores
thombashi/pathvalidate (pathvalidate)
v3.2.1
Compare Source
What's Changed
sanitize_filename
truncation by @7x11x13 in https://github.com/thombashi/pathvalidate/pull/48platform
argument iswindows
oruniversal
, filepaths ending with a space or a period should be detected as an errorplatform="windows"
orplatform="universal"
on Python 3.12 and belowNew Contributors
Full Changelog: thombashi/pathvalidate@v3.2.0...v3.2.1
[Changes][v3.2.1]
pre-commit/pre-commit (pre-commit)
v3.8.0
Compare Source
==================
Features
language: r
so environments are recreated ifthe system version of R changes.
prompt-toolkit/python-prompt-toolkit (prompt-toolkit)
v3.0.48
Compare Source
Fixes:
@overload
tocontrib.regular_languages.compiler.Variables.get
.Sequence
instead oflist
forwords
argument in completers.ModalCursorShapeConfig
:"replace" mode.
pydantic/pydantic (pydantic)
v2.9.2
Compare Source
GitHub release
What's Changed
Fixes
Callable
discriminators by @sydney-runkle in #10400PlainValidator
by @Viicos in #10427Union
serialization warnings by @sydney-runkle in pydantic/pydantic-core#1449_IncEx
type alias, only allowTrue
by @Viicos in #10414ZoneInfo
validation with various invalid types by @sydney-runkle in #10408v2.9.1
: (2024-09-09)Compare Source
What's Changed
Fixes
annotated-types
bound to>=0.6.0
by @sydney-runkle in #10327tzdata
install requirement into optionaltimezone
dependency by @jakob-keller in #10331IncExc
type alias definition by @Viicos in #10339Full Changelog: pydantic/pydantic@v2.9.0...v2.9.1
v2.9.0
Compare Source
GitHub release
The code released in v2.9.0 is practically identical to that of v2.9.0b2.
What's Changed
Packaging
ruff
tov0.5.0
andpyright
tov1.1.369
by @sydney-runkle in #9801pydantic-extra-types
tov2.9.0
by @sydney-runkle in #9832pdm v2.18.1
by @Viicos in #10138v1
version stub tov1.10.18
by @sydney-runkle in #10214pydantic-core
tov2.23.2
by @sydney-runkle in #10311New Features
ZoneInfo
by @Youssefares in #9896Config.val_json_bytes
by @josh-newman in #9770complex
number by @changhc in #9654annotated_types.Not
by @aditkumar72 in #10210WithJsonSchema
to inject$ref
s w/http
orhttps
links by @dAIsySHEng1 in #9863PathLike
types by @nix010 in #9764str
orcallable
discriminators to select the correct serializer by @sydney-runkle in in pydantic/pydantic-core#1397Changes
dict
typejson_schema_extra
by @sydney-runkle in #9792pattern
for incompatible types by @sydney-runkle in #10158'allOf'
JSON schema workarounds by @dpeachey in #10029typed_dict_cls
data fromCoreMetadata
by @sydney-runkle in #10180Examples
class by @Viicos in #10181initial_metadata
from internal metadata construct by @sydney-runkle in #10194re.Pattern.search
instead ofre.Pattern.match
for consistency withrust
behavior by @tinez in pydantic/pydantic-core#1368pydantic-core
serialization warning by @BoxyUwU in pydantic/pydantic-core#1377pydantic-core
, changemetadata
type hint in core schemas fromAny
->Dict[str, Any] | None
by @sydney-runkle in pydantic/pydantic-core#1411self
isn't returned from model validator by @sydney-runkle in #10255Performance
BaseModel
by @sydney-runkle in #10013Minor Internal Improvements
multiple_of_validator()
by 31% inpydantic/_internal/_validators.py
by @misrasaurabh1 in #9839ModelPrivateAttr.__set_name__()
by 18% inpydantic/fields.py
by @misrasaurabh1 in #9841dataclass()
by 7% inpydantic/dataclasses.py
by @misrasaurabh1 in #9843_field_name_for_signature
by 37% inpydantic/_internal/_signature.py
by @misrasaurabh1 in #9951GenerateSchema._unpack_refs_defs
by 26% inpydantic/_internal/_generate_schema.py
by @misrasaurabh1 in #9949apply_each_item_validators
by 100% inpydantic/_internal/_generate_schema.py
by @misrasaurabh1 in #9950ConfigWrapper.core_config
by 28% inpydantic/_internal/_config.py
by @misrasaurabh1 in #9953Fixes
use_enum_values
onLiteral
types by @kwint in #9787BaseModel/RootModel
inheritance by @dmontagu in #9913str
type annotation withAny
in validator factories in documentation on validators by @maximilianfellhuber in #9885ComputedFieldInfo.wrapped_property
pointer when a property setter is assigned by @tlambert03 in #9892main.IncEnx
by @tlambert03 in #9924type[Annotated[...]]
by @Viicos in #9932mypy
plugin: handle frozen fields on a per-field basis by @dmontagu in #9935invalid-annotated-type
error code by @sydney-runkle in #9948uuid
,url
, andip
types by @sydney-runkle in #9975date
schemas to_generate_schema.py
by @sydney-runkle in #9976decimal.Decimal
validation to_generate_schema.py
by @sydney-runkle in #9977_std_types_schema.py
by @sydney-runkle in #9959GenerateSchema.match_type
options by @sydney-runkle in #9961dataclass
ignoringdefault_factory
passed in Annotated by @kc0506 in #9971Sequence
ignoringdiscriminator
by @kc0506 in #9980IPvAnyAddress
andIPvAnyInterface
by @haoyun in #9990mypy
plugin forfrom_orm
check requiring from_attributes=True config by @radekwlsk in #9938strict=True
to__init__
inmypy
plugin by @kc0506 in #9998deque
annotations by @sydney-runkle in #10018__pydantic_extra__
annotation in specific circumstances by @Viicos in #10070frozen
enforcement fordataclasses
by @sydney-runkle in #10066__get_pydantic_core_schema__
signature by [@Viicos](https://rConfiguration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.