deps: bump the production-dependencies group across 1 directory with 38 updates#2048
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
deps: bump the production-dependencies group across 1 directory with 38 updates#2048dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
eb2ddc4 to
3889ba2
Compare
collindutter
approved these changes
Jan 7, 2026
69489dd to
5c08ab5
Compare
5c08ab5 to
753f4bd
Compare
…38 updates Bumps the production-dependencies group with 34 updates in the / directory: | Package | From | To | | --- | --- | --- | | [attrs](https://github.com/sponsors/hynek) | `25.3.0` | `25.4.0` | | [tiktoken](https://github.com/openai/tiktoken) | `0.11.0` | `0.12.0` | | [rich](https://github.com/Textualize/rich) | `14.0.0` | `14.2.0` | | [schema](https://github.com/keleshev/schema) | `0.7.7` | `0.7.8` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.5` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.4` | `2.12.5` | | [pip](https://github.com/pypa/pip) | `25.1.1` | `25.3` | | [json-schema-to-pydantic](https://github.com/richard-gyiko/json-schema-to-pydantic) | `0.4.6` | `0.4.7` | | [cohere](https://github.com/cohere-ai/cohere-python) | `5.15.0` | `5.20.1` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.51.0` | `0.75.0` | | [transformers](https://github.com/huggingface/transformers) | `4.51.3` | `4.57.3` | | [boto3](https://github.com/boto/boto3) | `1.38.18` | `1.42.14` | | [google-generativeai](https://github.com/google/generative-ai-python) | `0.8.5` | `0.8.6` | | [ollama](https://github.com/ollama/ollama-python) | `0.4.8` | `0.6.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.41` | `2.0.45` | | [snowflake-sqlalchemy](https://github.com/snowflakedb/snowflake-sqlalchemy) | `1.7.3` | `1.8.2` | | snowflake | `1.5.0` | `1.8.0` | | [marqo](https://github.com/marqo-ai/marqo) | `3.13.0` | `3.18.0` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.12.1` | `4.15.5` | | [pgvector](https://github.com/pgvector/pgvector-python) | `0.4.1` | `0.4.2` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.10` | `2.9.11` | | [qdrant-client](https://github.com/qdrant/qdrant-client) | `1.14.2` | `1.16.1` | | [astrapy](https://github.com/datastax/astrapy) | `2.0.1` | `2.1.0` | | voyageai | `0.3.2` | `0.3.7` | | [playwright](https://github.com/microsoft/playwright-python) | `1.52.0` | `1.57.0` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.13.4` | `4.14.3` | | [markdownify](https://github.com/matthewwithanm/python-markdownify) | `1.1.0` | `1.2.2` | | [duckduckgo-search](https://github.com/deedy5/duckduckgo_search) | `8.0.2` | `8.1.1` | | [tavily-python](https://github.com/tavily-ai/tavily-python) | `0.7.2` | `0.7.17` | | [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.33.1` | `1.39.1` | | [diffusers](https://github.com/huggingface/diffusers) | `0.33.1` | `0.36.0` | | [mail-parser](https://github.com/SpamScope/mail-parser) | `4.1.2` | `4.1.4` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.3` | `2.3.3` | Updates `attrs` from 25.3.0 to 25.4.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `tiktoken` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/openai/tiktoken/releases) - [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md) - [Commits](openai/tiktoken@0.11.0...0.12.0) Updates `rich` from 14.0.0 to 14.2.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.0.0...v14.2.0) Updates `schema` from 0.7.7 to 0.7.8 - [Release notes](https://github.com/keleshev/schema/releases) - [Changelog](https://github.com/keleshev/schema/blob/master/CHANGELOG.md) - [Commits](keleshev/schema@v0.7.7...v0.7.8) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) Updates `requests` from 2.32.3 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.5) Updates `pydantic` from 2.11.4 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.4...v2.12.5) Updates `pip` from 25.1.1 to 25.3 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@25.1.1...25.3) Updates `json-schema-to-pydantic` from 0.4.6 to 0.4.7 - [Release notes](https://github.com/richard-gyiko/json-schema-to-pydantic/releases) - [Commits](richard-gyiko/json-schema-to-pydantic@v0.4.6...v0.4.7) Updates `cohere` from 5.15.0 to 5.20.1 - [Release notes](https://github.com/cohere-ai/cohere-python/releases) - [Commits](cohere-ai/cohere-python@5.15.0...5.20.1) Updates `anthropic` from 0.51.0 to 0.75.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v0.51.0...v0.75.0) Updates `transformers` from 4.51.3 to 4.57.3 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.51.3...v4.57.3) Updates `boto3` from 1.38.18 to 1.42.14 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.38.18...1.42.14) Updates `google-generativeai` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/google/generative-ai-python/releases) - [Changelog](https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/RELEASE.md) - [Commits](google-gemini/deprecated-generative-ai-python@v0.8.5...v0.8.6) Updates `ollama` from 0.4.8 to 0.6.1 - [Release notes](https://github.com/ollama/ollama-python/releases) - [Commits](ollama/ollama-python@v0.4.8...v0.6.1) Updates `sqlalchemy` from 2.0.41 to 2.0.45 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `snowflake-sqlalchemy` from 1.7.3 to 1.8.2 - [Release notes](https://github.com/snowflakedb/snowflake-sqlalchemy/releases) - [Commits](snowflakedb/snowflake-sqlalchemy@v1.7.3...v1.8.2) Updates `snowflake` from 1.5.0 to 1.8.0 Updates `marqo` from 3.13.0 to 3.18.0 - [Release notes](https://github.com/marqo-ai/marqo/releases) - [Changelog](https://github.com/marqo-ai/marqo/blob/mainline/RELEASE.md) - [Commits](https://github.com/marqo-ai/marqo/commits) Updates `pymongo` from 4.12.1 to 4.15.5 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.12.1...4.15.5) Updates `pgvector` from 0.4.1 to 0.4.2 - [Changelog](https://github.com/pgvector/pgvector-python/blob/master/CHANGELOG.md) - [Commits](pgvector/pgvector-python@v0.4.1...v0.4.2) Updates `psycopg2-binary` from 2.9.10 to 2.9.11 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](psycopg/psycopg2@2.9.10...2.9.11) Updates `qdrant-client` from 1.14.2 to 1.16.1 - [Release notes](https://github.com/qdrant/qdrant-client/releases) - [Commits](qdrant/qdrant-client@v1.14.2...v1.16.1) Updates `astrapy` from 2.0.1 to 2.1.0 - [Release notes](https://github.com/datastax/astrapy/releases) - [Changelog](https://github.com/datastax/astrapy/blob/main/CHANGES) - [Commits](datastax/astrapy@v2.0.1...v2.1.0) Updates `voyageai` from 0.3.2 to 0.3.7 Updates `playwright` from 1.52.0 to 1.57.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.52.0...v1.57.0) Updates `beautifulsoup4` from 4.13.4 to 4.14.3 Updates `markdownify` from 1.1.0 to 1.2.2 - [Release notes](https://github.com/matthewwithanm/python-markdownify/releases) - [Commits](matthewwithanm/python-markdownify@1.1.0...1.2.2) Updates `duckduckgo-search` from 8.0.2 to 8.1.1 - [Release notes](https://github.com/deedy5/duckduckgo_search/releases) - [Commits](deedy5/ddgs@v8.0.2...v8.1.1) Updates `tavily-python` from 0.7.2 to 0.7.17 - [Commits](https://github.com/tavily-ai/tavily-python/commits) Updates `opentelemetry-sdk` from 1.33.1 to 1.39.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.39.1/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.33.1...v1.39.1) Updates `opentelemetry-api` from 1.33.1 to 1.39.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.39.1/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.33.1...v1.39.1) Updates `opentelemetry-instrumentation` from 0.54b1 to 0.60b1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-instrumentation-threading` from 0.54b1 to 0.60b1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-exporter-otlp-proto-http` from 1.33.1 to 1.39.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.39.1/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.33.1...v1.39.1) Updates `diffusers` from 0.33.1 to 0.36.0 - [Release notes](https://github.com/huggingface/diffusers/releases) - [Commits](huggingface/diffusers@v0.33.1...v0.36.0) Updates `mail-parser` from 4.1.2 to 4.1.4 - [Release notes](https://github.com/SpamScope/mail-parser/releases) - [Commits](SpamScope/mail-parser@4.1.2...4.1.4) Updates `pandas` from 2.2.3 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.3...v2.3.3) --- updated-dependencies: - dependency-name: attrs dependency-version: 25.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tiktoken dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: rich dependency-version: 14.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: schema dependency-version: 0.7.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pip dependency-version: '25.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: json-schema-to-pydantic dependency-version: 0.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: cohere dependency-version: 5.20.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: anthropic dependency-version: 0.75.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: transformers dependency-version: 4.57.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: boto3 dependency-version: 1.42.14 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: google-generativeai dependency-version: 0.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: ollama dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: snowflake-sqlalchemy dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: snowflake dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: marqo dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pymongo dependency-version: 4.15.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pgvector dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: psycopg2-binary dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: qdrant-client dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: astrapy dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: voyageai dependency-version: 0.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: playwright dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: markdownify dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: duckduckgo-search dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tavily-python dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: opentelemetry-sdk dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: opentelemetry-api dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: opentelemetry-instrumentation dependency-version: 0.60b1 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: opentelemetry-instrumentation-threading dependency-version: 0.60b1 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: opentelemetry-exporter-otlp-proto-http dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: diffusers dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: mail-parser dependency-version: 4.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
753f4bd to
f8c1b95
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
auto-merge was automatically disabled
January 21, 2026 16:14
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the production-dependencies group with 34 updates in the / directory:
25.3.025.4.00.11.00.12.014.0.014.2.00.7.70.7.86.0.26.0.32.32.32.32.52.11.42.12.525.1.125.30.4.60.4.75.15.05.20.10.51.00.75.04.51.34.57.31.38.181.42.140.8.50.8.60.4.80.6.12.0.412.0.451.7.31.8.21.5.01.8.03.13.03.18.04.12.14.15.50.4.10.4.22.9.102.9.111.14.21.16.12.0.12.1.00.3.20.3.71.52.01.57.04.13.44.14.31.1.01.2.28.0.28.1.10.7.20.7.171.33.11.39.10.33.10.36.04.1.24.1.42.2.32.3.3Updates
attrsfrom 25.3.0 to 25.4.0Commits
Updates
tiktokenfrom 0.11.0 to 0.12.0Changelog
Sourced from tiktoken's changelog.
Commits
97e49cbRelease 0.12.09485498Partial sync of codebase (#451)00ff187Add GPT-5 model support with o200k_base encoding (#440)5ee89cachore: update dependencies (#449)2ab6d37Support the free-threaded build (#443)82dc3bbbump PyO3 version (#444)Updates
richfrom 14.0.0 to 14.2.0Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
494f83cchangelogd476e85Merge pull request #3862 from GeroZayas/docs/es-readme-sync-2025-10518daaadocs(es): sync README.es.md (macOS, 16 colors, Python 3.8+)cd5074fMerge pull request #3861 from Textualize/python314041406cremoved asv655b521test fixes27c2d2dbump for Python3.14ea9d4dbUpdate feature_request.md2dca1b7Merge pull request #3808 from Textualize/bump141019b6dddversion bumpUpdates
schemafrom 0.7.7 to 0.7.8Changelog
Sourced from schema's changelog.
Commits
7434a6bbuild: Release v0.7.83e06d37Merge pull request #332 from coveord/fix/json-schema-title-in-sub-schemas481f2eefix: JSON Schema missing title in subschemasc3aea90Merge pull request #331 from coveord/fix/type-nullacbb13ffix: [JSON Schema] Type "null" should be stringabe66fdMerge pull request #4 from coveord/feat/add-title-for-literal8f132c4Merge pull request #330 from coveord/feat/add-title-for-literal003595ffix: ruff format8294273feat: [JSON Schema] Add title for Literal24a3045ci: Sort importsUpdates
pyyamlfrom 6.0.2 to 6.0.3Release notes
Sourced from pyyaml's releases.
Changelog
Sourced from pyyaml's changelog.
Commits
49790e7Release 6.0.3 (#889)Updates
requestsfrom 2.32.3 to 2.32.5Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
b25c87dv2.32.5131e506Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...b336cb2Bump actions/checkout from 4.2.0 to 5.0.046e939bUpdate publish workflow to useartifact-idinstead ofname4b9c546Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...7618dbeBump step-security/harden-runner from 2.12.0 to 2.13.02edca11Add support for Python 3.14 and drop support for Python 3.8 (#6993)fec96cdUpdate Makefile rules (#6996)d58d8aadocs: clarify timeout parameter uses seconds in Session.request (#6994)91a3eabBump github/codeql-action from 3.28.5 to 3.29.0Updates
pydanticfrom 2.11.4 to 2.12.5Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
bd2d0ddPrepare release v2.12.57d0302eDocument security implications when usingcreate_model()e9ef980Fix typo in Standard Library Types documentationf2c20c0Addpydantic-docsdev dependency, make use of versioning blocksa76c1aaUpdate documentation about JSON Schema8cbc72cAdd documentation about custom__init__()99eba59Add additional test forFieldInfo.get_default()c710769Special caseMISSINGsentinel insmart_deepcopy()20a9d77Do not delete mock validator/serializer inrebuild_dataclass()c86515aUpdate parts of the model andrevalidate_instancesdocumentationUpdates
pipfrom 25.1.1 to 25.3Changelog
Sourced from pip's changelog.
... (truncated)
Commits
a520693Bump for release0f2973eFix up authors by adding entry to.mailmap87828dcUpdate AUTHORS.txtce6a38cMerge pull request #13628 from sbidoul/imp-doc-pep517-sbiee16c81Merge pull request #13629 from notatallshaw/bump-gone_in="25.3"3e227aaBump gone_in="25.3"4ad1828Merge pull request #13495 from ichard26/feat/direct-editables66ded3bMerge pull request #13570 from ShubhamNagure/fix-constraint-reporting-1354567e8ac2Merge pull request #13588 from notatallshaw/hint-on-resolution-impossible-whe...990ca8aMerge pull request #8796 from pelson/honour_user_siteUpdates
json-schema-to-pydanticfrom 0.4.6 to 0.4.7Release notes
Sourced from json-schema-to-pydantic's releases.
Commits
db2d671Merge pull request #31 from richard-gyiko/copilot/add-array-support-top-level74a5053Update src/json_schema_to_pydantic/model_builder.pyc4532a4Add array properties to STANDARD_MODEL_PROPERTIES and test for json_schema_extra4122443Add support for top-level array schemas using RootModel7119af0Initial planUpdates
coherefrom 5.15.0 to 5.20.1Release notes
Sourced from cohere's releases.
Commits
a5150ad🌿 Fern Regeneration -- November 10, 2025 (#709)b1463a2SDK regeneration (#705)570cd2e🌿 Fern Regeneration -- October 15, 2025 (#703)1231a31dont use deprecated models (#696)db36582SDK regeneration (#695)e393e7dSDK regeneration (#691)444e04bSDK regeneration (#688)6af2c21SDK regeneration (#687)9a52a66🌿 Fern Regeneration -- August 4, 2025 (#684)e47e143🌿 Fern Regeneration -- July 9, 2025 (#679)Updates
anthropicfrom 0.51.0 to 0.75.0Release notes
Sourced from anthropic's releases.
... (truncated)
Changelog
Sourced from anthropic's changelog.
... (truncated)
Commits
2eb9415release: 0.75.0c243fb4fix(internal): small fixes115665echore: fix lint issues9843a8efeat(api): adds support for Claude Opus 4.5, Effort, Advance Tool Use Feature...c47c5bdrelease: 0.74.1de22accchore(examples): update model referencesc94119bfix(structured outputs): use correct beta header49fe6edrelease: 0.74.0ac3c167fix(examples/memory): properly add assistant_content to messages (#1049)2a35fc0docs: explain snapshot update process (#1040)Updates
transformersfrom 4.51.3 to 4.57.3Release notes
Sourced from transformers's releases.
... (truncated)
Commits
47b0e474.57.3d3ee5e8[Mistral Tokenizers] Fix tokenizer detection (#42389)2915fb3Release v4.57.22a59904fix tekken pattern matching (#42363)7e66db7Auto convert tekken.json (#42299)311807fRemove invalid@staticmethodfrom module-level get_device_and_memory_breakd...804038fAdd AutoTokenizer mapping for mistral3 and ministral (#42198)ede92a8Check model inputs - hidden states (#40994)8cb5963Release: v4.57.1c6ae19eFix trainer for py3.9 (#41359)Updates
boto3from 1.38.18 to 1.42.14Commits
91efeceMerge branch 'release-1.42.14'a6997eaBumping version to 1.42.14eca895aAdd changelog entries from botocoreb4d31fcMerge branch 'release-1.42.13'7d3989aMerge branch 'release-1.42.13' into develop3489c27Bumping version to 1.42.1309989dcAdd changelog entries from botocore46693eaMerge branch 'release-1.42.12'aaac01fMerge branch 'release-1.42.12' into develop2c3c90dBumping version to 1.42.12Updates
google-generativeaifrom 0.8.5 to 0.8.6Release notes
Sourced from google-generativeai's releases.
Commits
7a7cc54Final. (#755)658b54bUpdate README.md (#743)0adff6dUpdate README.md - extend support plan by a month (#739)Updates
ollamafrom 0.4.8...Description has been truncated