Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Updates the requirements on pydantic, openai, fastapi, tiktoken and pydantic-core to permit the latest version.
Updates pydantic to 2.11.7

Release notes

Sourced from pydantic's releases.

v2.11.7 2025-06-14

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.6...v2.11.7

Changelog

Sourced from pydantic's changelog.

v2.11.7 (2025-06-14)

GitHub release

What's Changed

Fixes

  • Copy FieldInfo instance if necessary during FieldInfo build by @​Viicos in #11898

v2.11.6 (2025-06-13)

GitHub release

What's Changed

Fixes

v2.11.5 (2025-05-22)

GitHub release

What's Changed

Fixes

v2.11.4 (2025-04-29)

GitHub release

What's Changed

Packaging

Changes

  • Allow config and bases to be specified together in create_model() by @​Viicos in #11714. This change was backported as it was previously possible (although not meant to be supported) to provide model_config as a field, which would make it possible to provide both configuration and bases.

... (truncated)

Commits
  • 5f033e4 Prepare release v2.11.7
  • c3368b8 Copy FieldInfo instance if necessary during FieldInfo build (#11980)
  • 3987b23 Prepare release v2.11.6
  • dc7a9d2 Always store the original field assignment on FieldInfo
  • c284c27 Rebuild dataclass fields before schema generation
  • 5e6d1dc Prepare release v2.11.5
  • 1b63218 Do not duplicate metadata on model rebuild (#11902)
  • 5aefad8 Do not delete mock validator/serializer in model_rebuild()
  • 8fbe658 Check if FieldInfo is complete after applying type variable map
  • 12b371a Update documentation about @dataclass_transform support
  • Additional commits viewable in compare view

Updates openai to 1.99.6

Release notes

Sourced from openai's releases.

v1.99.6

1.99.6 (2025-08-09)

Full Changelog: v1.99.5...v1.99.6

Bug Fixes

  • types: re-export more tool call types (8fe5741)

Chores

  • internal: update comment in script (e407bb5)
  • update @​stainless-api/prism-cli to v5.15.0 (a1883fc)
Changelog

Sourced from openai's changelog.

1.99.6 (2025-08-09)

Full Changelog: v1.99.5...v1.99.6

Bug Fixes

  • types: re-export more tool call types (8fe5741)

Chores

  • internal: update comment in script (e407bb5)
  • update @​stainless-api/prism-cli to v5.15.0 (a1883fc)

1.99.5 (2025-08-08)

Full Changelog: v1.99.4...v1.99.5

Bug Fixes

  • client: fix verbosity parameter location in Responses (2764ff4)

1.99.4 (2025-08-08)

Full Changelog: v1.99.3...v1.99.4

Bug Fixes

  • types: rename chat completion tool (8d3bf88)
  • types: revert ChatCompletionToolParam to a TypedDict (3f4ae72)

1.99.3 (2025-08-07)

Full Changelog: v1.99.2...v1.99.3

Bug Fixes

  • responses: add output_text back (585a4f1)

1.99.2 (2025-08-07)

Full Changelog: v1.99.1...v1.99.2

Features

  • api: adds GPT-5 and new API features: platform.openai.com/docs/guides/gpt-5 (ed370d8)

Bug Fixes

... (truncated)

Commits
  • 4d8c14c release: 1.99.6
  • 4df1261 chore(internal): update comment in script
  • 5dc3476 chore: update @​stainless-api/prism-cli to v5.15.0
  • 52c48df fix(types): re-export more tool call types
  • 7aa3c78 release: 1.99.5
  • f4e41b8 fix(client): fix verbosity parameter location in Responses
  • 09f98ac release: 1.99.4
  • 05a35a5 fix(types): revert ChatCompletionToolParam to a TypedDict
  • 458a542 fix(types): rename chat completion tool
  • 2ae42a3 codegen metadata
  • Additional commits viewable in compare view

Updates fastapi to 0.116.1

Release notes

Sourced from fastapi's releases.

0.116.1

Upgrades

  • ⬆️ Upgrade Starlette supported version range to >=0.40.0,<0.48.0. PR #13884 by @​tiangolo.

Docs

  • 📝 Add notification about impending changes in Translations to docs/en/docs/contributing.md. PR #13886 by @​YuriiMotov.

Internal

Commits
  • 3137234 🔖 Release version 0.116.1
  • 095dab0 📝 Update release notes
  • cad6880 ⬆️ Upgrade Starlette supported version range to >=0.40.0,<0.48.0 (#13884)
  • a6e79e6 📝 Update release notes
  • 2c13b1b 📝 Add notification about impending changes in Translations to `docs/en/docs/c...
  • 7179d48 📝 Update release notes
  • 07bcb18 ⬆ [pre-commit.ci] pre-commit autoupdate (#13871)
  • bd8f358 🔖 Release version 0.116.0
  • 18eb7a7 📝 Update release notes
  • dd906a9 📝 Update release notes
  • Additional commits viewable in compare view

Updates tiktoken to 0.11.0

Changelog

Sourced from tiktoken's changelog.

[v0.11.0]

  • Support for GPT-5
  • Update version of pyo3
  • Use new Rust edition
  • Fix special token handling in encode_to_numpy
  • Better error handling
  • Improvements to private APIs

[v0.10.0]

  • Support for newer models
  • Improvements to private APIs

[v0.9.0]

  • Support for o1 and o3 models
  • Better error messages when loading invalid vocabulary files
  • Support for encoding to numpy arrays
  • Delayed imports when not strictly necessary

[v0.8.0]

  • Support for o1- and chatgpt-4o- models
  • Build wheels for Python 3.13
  • Add possessive quantifiers to limit backtracking in regular expressions, thanks to @​l0rinc!
  • Provide a better error message and type for invalid token decode
  • Permit tuples in type hints
  • Better error message for passing invalid input to get_encoding
  • Better error messages during plugin loading
  • Add a __version__ attribute
  • Update versions of pyo3, regex, fancy-regex
  • Drop support for Python 3.8

[v0.7.0]

  • Support for gpt-4o
  • Performance improvements

[v0.6.0]

  • Optimise regular expressions for a 20% performance improvement, thanks to @​paplorinc!
  • Add text-embedding-3-* models to encoding_for_model
  • Check content hash for downloaded files
  • Allow pickling Encoding objects. Registered Encoding will be pickled by reference
  • Workaround PyO3 bug for frozenset conversion

Thank you to @​paplorinc, @​mdwelsh, @​Praneet460!

[v0.5.2]

  • Build wheels for Python 3.12
  • Update version of PyO3 to allow multiple imports

... (truncated)

Commits

Updates pydantic-core to 2.38.0

Release notes

Sourced from pydantic-core's releases.

v2.38.0 2025-08-04

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.37.2...v2.38.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 11, 2025
… 5 updates

Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [openai](https://github.com/openai/openai-python), [fastapi](https://github.com/fastapi/fastapi), [tiktoken](https://github.com/openai/tiktoken) and [pydantic-core](https://github.com/pydantic/pydantic-core) to permit the latest version.

Updates `pydantic` to 2.11.7
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.6...v2.11.7)

Updates `openai` to 1.99.6
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.66.3...v1.99.6)

Updates `fastapi` to 0.116.1
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.11...0.116.1)

Updates `tiktoken` to 0.11.0
- [Release notes](https://github.com/openai/tiktoken/releases)
- [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md)
- [Commits](openai/tiktoken@0.9.0...0.11.0)

Updates `pydantic-core` to 2.38.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.27.2...v2.38.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.11.7
  dependency-type: direct:production
  dependency-group: core-dependencies
- dependency-name: openai
  dependency-version: 1.99.6
  dependency-type: direct:production
  dependency-group: core-dependencies
- dependency-name: fastapi
  dependency-version: 0.116.1
  dependency-type: direct:production
  dependency-group: core-dependencies
- dependency-name: tiktoken
  dependency-version: 0.11.0
  dependency-type: direct:production
  dependency-group: core-dependencies
- dependency-name: pydantic-core
  dependency-version: 2.38.0
  dependency-type: direct:production
  dependency-group: core-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/core-dependencies-1488207e3f branch from 5ee1f7e to f0ed863 Compare August 18, 2025 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants