Changelog
### 2.7.2
```
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.7.2)
What's Changed
Packaging
* Bump `pydantic-core` to `v2.18.3` by sydney-runkle in [9515](https://github.com/pydantic/pydantic/pull/9515)
Fixes
* Replace `__spec__.parent` with `__package__` by hramezani in [9331](https://github.com/pydantic/pydantic/pull/9331)
* Fix validation of `int`s with leading unary minus by RajatRajdeep in [pydantic/pydantic-core1291](https://github.com/pydantic/pydantic-core/pull/1291)
* Fix `str` subclass validation for enums by sydney-runkle in [pydantic/pydantic-core1273]https://github.com/pydantic/pydantic-core/pull/1273
* Support `BigInt`s in `Literal`s and `Enum`s by samuelcolvin in [pydantic/pydantic-core1297]https://github.com/pydantic/pydantic-core/pull/1297
* Fix: uuid - allow `str` subclass as input by davidhewitt in [pydantic/pydantic-core1296]https://github.com/pydantic/pydantic-core/pull/1296
```
Links
- PyPI: https://pypi.org/project/pydantic
- Changelog: https://data.safetycli.com/changelogs/pydantic/
This PR updates pydantic from 2.7.1 to 2.7.2.
Changelog
### 2.7.2 ``` [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.7.2) What's Changed Packaging * Bump `pydantic-core` to `v2.18.3` by sydney-runkle in [9515](https://github.com/pydantic/pydantic/pull/9515) Fixes * Replace `__spec__.parent` with `__package__` by hramezani in [9331](https://github.com/pydantic/pydantic/pull/9331) * Fix validation of `int`s with leading unary minus by RajatRajdeep in [pydantic/pydantic-core1291](https://github.com/pydantic/pydantic-core/pull/1291) * Fix `str` subclass validation for enums by sydney-runkle in [pydantic/pydantic-core1273]https://github.com/pydantic/pydantic-core/pull/1273 * Support `BigInt`s in `Literal`s and `Enum`s by samuelcolvin in [pydantic/pydantic-core1297]https://github.com/pydantic/pydantic-core/pull/1297 * Fix: uuid - allow `str` subclass as input by davidhewitt in [pydantic/pydantic-core1296]https://github.com/pydantic/pydantic-core/pull/1296 ```Links
- PyPI: https://pypi.org/project/pydantic - Changelog: https://data.safetycli.com/changelogs/pydantic/