Bump the production-dependencies group across 1 directory with 6 updates#76
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the production-dependencies group across 1 directory with 6 updates#76dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the production-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.3.4` | `2.5.2` | | [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.2` | | [openai](https://github.com/openai/openai-python) | `1.37.1` | `1.51.0` | | [pypdf](https://github.com/py-pdf/pypdf) | `4.3.1` | `5.0.1` | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.5` | `3.10.8` | | [instructor](https://github.com/jxnl/instructor) | `1.3.7` | `1.5.0` | Updates `pydantic-settings` from 2.3.4 to 2.5.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.3.4...v2.5.2) Updates `pydantic` from 2.8.2 to 2.9.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.8.2...v2.9.2) Updates `openai` from 1.37.1 to 1.51.0 - [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.37.1...v1.51.0) Updates `pypdf` from 4.3.1 to 5.0.1 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@4.3.1...5.0.1) Updates `aiohttp` from 3.9.5 to 3.10.8 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.9.5...v3.10.8) Updates `instructor` from 1.3.7 to 1.5.0 - [Release notes](https://github.com/jxnl/instructor/releases) - [Changelog](https://github.com/jxnl/instructor/blob/main/docs/newsletter.md) - [Commits](567-labs/instructor@1.3.7...1.5.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: instructor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 6 updates in the / directory:
2.3.42.5.22.8.22.9.21.37.11.51.04.3.15.0.13.9.53.10.81.3.71.5.0Updates
pydantic-settingsfrom 2.3.4 to 2.5.2Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
79090e2Prepare release 2.5.2 (#397)81d7c46Second fix for the TypeError bug introduced in 2.5 (#396)b2c0ee2Prepare release 2.5.1 (#393)3eff625Fix TypeError introduced in 2.5 (#392)7353e5bPrepare release 2.5.0 (#388)6ae24e5Update pydantic to > 2.9.0 (#387)287cb22Fix dotenv settings source problem in handling extra variables with same pref...a9eb22eAdd CLI subcommand union and alias support (#380)12d85cfEnable multiple secrets dirs (#372)94f3a90CLI ignore external parser list fix (#379)Updates
pydanticfrom 2.8.2 to 2.9.2Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
7cedbfbhistory updates7eab2b8v bumpc0a288fFixZoneInfowith various invalid types (#10408)ea6115dFix variance issue in_IncExtype alias, only allowTrue(#10414)fbfe25aFix serialization schema generation when usingPlainValidator(#10427)26cff3cAdding notes on designing callable discriminators (#10400)8a0e7adDo not error when trying to evaluate annotations of private attributes (#10358)ecc5275bump2c61bfdFix evaluation of stringified annotations during namespace inspection (#10347)3d364cbUse correct types namespace when building namedtuple core schemas (#10337)Updates
openaifrom 1.37.1 to 1.51.0Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
b7d9ce7release: 1.51.07c8c111feat(api): support storing chat completions, enabling evals and model distill...94bfe19docs(helpers): fix method name typo (#1764)4bd80b9chore(docs): fix maxium typo (#1762)3b4821fchore(internal): remove ds storeaeaed48release: 1.50.2adb6da3fix(audio): correct types for transcriptions / translations (#1755)7a5632frelease: 1.50.173fc3b9docs(helpers): fix chat completion anchor (#1753)37f5615release: 1.50.0Updates
pypdffrom 4.3.1 to 5.0.1Release notes
Sourced from pypdf's releases.
... (truncated)
Changelog
Sourced from pypdf's changelog.
... (truncated)
Commits
ab21802REL: 5.0.1 (#2884)79345edROB: Repair PDF with invalid Root object (#2880)c8220c6DEV: Use latest Python version for benchmarking (#2879)2e69836BUG: Cope with unbalanced delimiters in dictionary object (#2878)425dbf3MAINT: Add tests to source distributions (#2874)762fc1fROB: Continue parsing dictionary object when error is detected (#2872)e959073BUG: Update pyproject.toml with minimum Python version of 3.8 (#2859)3b89062BUG: Cope with encoding with too many differences (#2873)dcd15aaENH: Addfllparameter to PdfWriter constructor (#2865)635a7c1BUG: Missing spaces in extract_text() method (#1328) (#2868)Updates
aiohttpfrom 3.9.5 to 3.10.8Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
8a7ce94Release 3.10.8 (#9330)a308f74[PR #9326/fe26ae2 backport][3.10] Fix TimerContext not uncancelling the curre...52e0b91Fix custom cookies example (#9321) (#9324)609c6e3Increment version to 3.10.8.dev0f9a9e85Release 3.10.7 (#9320)8220ced[PR #9309/e4028333 backport][3.10] Fix building the URL in BaseRequest when t...d32d580[PR #9301/c240b52 backport][3.10] Replace code that can now be handled by yar...fd5ece6Bump yarl to 1.13.0 (#9302) (#9304)d6d2bcc[PR #9294/552dea53 backport][3.10] Backport type fix from #9226 (#9299)e6bcfbe[PR #9171/0462ae6b backport][3.10] Switch to usingyarl.URL.absoluteover `...Updates
instructorfrom 1.3.7 to 1.5.0Release notes
Sourced from instructor's releases.
... (truncated)
Commits
db87832Bump version to 1.5 (#1028)468c912doc: better opener4b6e00fdocs: clean up open source docs6846338fix: ruffcee57bddocs: update templating.md35ec30cFixed up poetry dependencies and google gemini bug with jinja templating (#1023)13f38c7Added new Response Body article (#1024)f536202Fixed new templating feature throwing an error for gemini (#1021)3efcf35doc: contextual retrievalcd17d4fdoc: timestampsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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