-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the python-requirements group across 1 directory with 30 updates #131
Closed
Conversation
This file contains 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
Bumps the python-requirements group with 30 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) | `2.4.3` | `2.4.4` | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.10` | `3.11.10` | | [aiosignal](https://github.com/aio-libs/aiosignal) | `1.3.1` | `1.3.2` | | [anyio](https://github.com/agronholm/anyio) | `4.6.2.post1` | `4.7.0` | | [attrs](https://github.com/sponsors/hynek) | `24.2.0` | `24.3.0` | | [blinker](https://github.com/pallets-eco/blinker) | `1.8.2` | `1.9.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` | | [flask](https://github.com/pallets/flask) | `3.0.3` | `3.1.0` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.0.3` | `3.1.1` | | [httpcore](https://github.com/encode/httpcore) | `1.0.6` | `1.0.7` | | [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.1` | | [jiter](https://github.com/pydantic/jiter) | `0.6.1` | `0.8.2` | | [langchain](https://github.com/langchain-ai/langchain) | `0.3.4` | `0.3.12` | | [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.3` | `0.3.12` | | [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.13` | `0.3.25` | | [langchain-openai](https://github.com/langchain-ai/langchain) | `0.2.3` | `0.2.12` | | [langchain-text-splitters](https://github.com/langchain-ai/langchain) | `0.3.0` | `0.3.3` | | [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.1.137` | `0.2.3` | | [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.23.0` | `3.23.1` | | [openai](https://github.com/openai/openai-python) | `1.52.2` | `1.57.4` | | [orjson](https://github.com/ijl/orjson) | `3.10.10` | `3.10.12` | | [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` | | [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.3` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.23.4` | `2.27.1` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.5.2` | `2.7.0` | | [quart](https://github.com/pallets/quart) | `0.19.8` | `0.19.9` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2024.9.11` | `2024.11.6` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.5` | `4.67.1` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.0.6` | `3.1.3` | | [yarl](https://github.com/aio-libs/yarl) | `1.16.0` | `1.18.3` | Updates `aiohappyeyeballs` from 2.4.3 to 2.4.4 - [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases) - [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md) - [Commits](aio-libs/aiohappyeyeballs@v2.4.3...v2.4.4) Updates `aiohttp` from 3.10.10 to 3.11.10 - [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.10.10...v3.11.10) Updates `aiosignal` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/aio-libs/aiosignal/releases) - [Changelog](https://github.com/aio-libs/aiosignal/blob/master/CHANGES.rst) - [Commits](aio-libs/aiosignal@v1.3.1...v1.3.2) Updates `anyio` from 4.6.2.post1 to 4.7.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.6.2.post1...4.7.0) Updates `attrs` from 24.2.0 to 24.3.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `blinker` from 1.8.2 to 1.9.0 - [Release notes](https://github.com/pallets-eco/blinker/releases) - [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst) - [Commits](pallets-eco/blinker@1.8.2...1.9.0) Updates `certifi` from 2024.8.30 to 2024.12.14 - [Commits](certifi/python-certifi@2024.08.30...2024.12.14) Updates `flask` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.0.3...3.1.0) Updates `greenlet` from 3.0.3 to 3.1.1 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.0.3...3.1.1) Updates `httpcore` from 1.0.6 to 1.0.7 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](encode/httpcore@1.0.6...1.0.7) Updates `httpx` from 0.27.2 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.2...0.28.1) Updates `jiter` from 0.6.1 to 0.8.2 - [Release notes](https://github.com/pydantic/jiter/releases) - [Commits](pydantic/jiter@v0.6.1...v0.8.2) Updates `langchain` from 0.3.4 to 0.3.12 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain==0.3.4...langchain==0.3.12) Updates `langchain-community` from 0.3.3 to 0.3.12 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-community==0.3.3...langchain-community==0.3.12) Updates `langchain-core` from 0.3.13 to 0.3.25 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==0.3.13...langchain-core==0.3.25) Updates `langchain-openai` from 0.2.3 to 0.2.12 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==0.2.3...langchain-openai==0.2.12) Updates `langchain-text-splitters` from 0.3.0 to 0.3.3 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-text-splitters==0.3.0...langchain-text-splitters==0.3.3) Updates `langsmith` from 0.1.137 to 0.2.3 - [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases) - [Commits](langchain-ai/langsmith-sdk@v0.1.137...v0.2.3) Updates `marshmallow` from 3.23.0 to 3.23.1 - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](marshmallow-code/marshmallow@3.23.0...3.23.1) Updates `openai` from 1.52.2 to 1.57.4 - [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.52.2...v1.57.4) Updates `orjson` from 3.10.10 to 3.10.12 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](ijl/orjson@3.10.10...3.10.12) Updates `packaging` from 24.1 to 24.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.1...24.2) Updates `pydantic` from 2.9.2 to 2.10.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.9.2...v2.10.3) Updates `pydantic-core` from 2.23.4 to 2.27.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.23.4...v2.27.1) Updates `pydantic-settings` from 2.5.2 to 2.7.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.5.2...v2.7.0) Updates `quart` from 0.19.8 to 0.19.9 - [Release notes](https://github.com/pallets/quart/releases) - [Changelog](https://github.com/pallets/quart/blob/main/CHANGES.md) - [Commits](pallets/quart@0.19.8...0.19.9) Updates `regex` from 2024.9.11 to 2024.11.6 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2024.9.11...2024.11.6) Updates `tqdm` from 4.66.5 to 4.67.1 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.66.5...v4.67.1) Updates `werkzeug` from 3.0.6 to 3.1.3 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.0.6...3.1.3) Updates `yarl` from 1.16.0 to 1.18.3 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.16.0...v1.18.3) --- updated-dependencies: - dependency-name: aiohappyeyeballs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: aiosignal dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: blinker dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: greenlet dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: httpcore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: jiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: langchain-community dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: langchain-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: langchain-openai dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: langchain-text-splitters dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: langsmith dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: quart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Dec 16, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/pip/python-requirements-70da755f70
branch
December 23, 2024 14:30
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
0 participants
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 python-requirements group with 30 updates in the / directory:
2.4.3
2.4.4
3.10.10
3.11.10
1.3.1
1.3.2
4.6.2.post1
4.7.0
24.2.0
24.3.0
1.8.2
1.9.0
2024.8.30
2024.12.14
3.0.3
3.1.0
3.0.3
3.1.1
1.0.6
1.0.7
0.27.2
0.28.1
0.6.1
0.8.2
0.3.4
0.3.12
0.3.3
0.3.12
0.3.13
0.3.25
0.2.3
0.2.12
0.3.0
0.3.3
0.1.137
0.2.3
3.23.0
3.23.1
1.52.2
1.57.4
3.10.10
3.10.12
24.1
24.2
2.9.2
2.10.3
2.23.4
2.27.1
2.5.2
2.7.0
0.19.8
0.19.9
2024.9.11
2024.11.6
4.66.5
4.67.1
3.0.6
3.1.3
1.16.0
1.18.3
Updates
aiohappyeyeballs
from 2.4.3 to 2.4.4Release notes
Sourced from aiohappyeyeballs's releases.
Changelog
Sourced from aiohappyeyeballs's changelog.
Commits
3c4f2a6
2.4.4c542f68
fix: handle OSError on failure to close socket instead of raising IndexError ...fd90f56
chore(pre-commit.ci): pre-commit autoupdate (#116)0653807
chore: bump codecov-action to 5.0.3 (#115)90e01ed
chore(pre-commit.ci): pre-commit autoupdate (#113)31825f2
chore(pre-commit.ci): pre-commit autoupdate (#111)4c23bca
chore: add missing FUNDING.yml (#110)b5dfff5
chore(pre-commit.ci): pre-commit autoupdate (#108)5a3b4cb
chore: fix docs (#106)Updates
aiohttp
from 3.10.10 to 3.11.10Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
0d7352a
Release 3.11.10 (#10128)5ddff95
[PR #10125/d58d2c3d backport][3.11] Disable zero copy writes in the ``StreamW...db5e6bb
[PR #10122/703ce61 backport][3.11] Typing improvements for file responses (#1...bcae561
[PR #10113/01302134 backport][3.11] Restore 304 performance after fixing `Fil...78473b9
[PR #10114/94569554 backport][3.11] Add 304 benchmark for FileResponse (#10115)ae153ab
[PR #10107/84bb77d1 backport][3.11] Use internalself._headers
var in `File...07d1759
[PR #10101/678993a4 backport][3.11] Fix race inFileResponse
if file is rep...23a4b31
[PR #10102/7557b03d backport][3.11] Fix deprecated calls toguess_type
for ...c41ffc7
[PR #10095/fcce1bf6 backport][3.11] Add a benchmark for web.FileResponse (#10...86bb6ad
[PR #10088/29c3ca93 backport][3.11] Avoid calling len on the same data in the...Updates
aiosignal
from 1.3.1 to 1.3.2Release notes
Sourced from aiosignal's releases.
Changelog
Sourced from aiosignal's changelog.
Commits
f90f6d4
Fix deployment (#649)74015c6
Release 1.3.2 (#648)76a4814
Setup deployment29d792e
Build(deps): Bump sphinx from 7.1.2 to 8.1.3 (#624)0172922
Tune CI (#647)65cfb0d
Build(deps): Bump pytest-cov from 5.0.0 to 6.0.0 (#635)d28799e
Build(deps-dev): Bump cherry-picker from 2.2.0 to 2.4.0 (#638)6c3af5c
Update pre-commit hooks (#646)6a46359
Build(deps): Bump pytest-asyncio from 0.24.0 to 0.25.0 (#644)aece0ec
Build(deps): Bump pre-commit from 3.5.0 to 4.0.1 (#621)Updates
anyio
from 4.6.2.post1 to 4.7.0Release notes
Sourced from anyio's releases.
Changelog
Sourced from anyio's changelog.
... (truncated)
Commits
c967f5c
Bumped up the versionf47ac5e
Rearranged changelog entriesf316ce5
Allowed Event to be set before it's bound to an async backend (#835)93a5746
Fixedasyncio.Task.cancelling
issues (#790)39cf394
Avoid exposing extra variables key and value in anyio.abc (#833)a2150f5
Fixed design issues in PR template (#834)0f80611
Added support for wait_readable() and wait_writable() on ProactorEventLoop (#...97d5fe6
Made asyncio TaskGroup work with eager task factories (#822)44405f4
Updated downstream test workflows and their target Python versions93c0cd6
Replaced mentions to run_sync_in_process with to_process.run_sync (#829)Updates
attrs
from 24.2.0 to 24.3.0Commits
Updates
blinker
from 1.8.2 to 1.9.0Release notes
Sourced from blinker's releases.
Changelog
Sourced from blinker's changelog.
Commits
669f3a0
release version 1.9.0cfe116f
try disabling attestions on test pypi16e4bd7
Merge pull request #174 from projectgus/bugfix/weakref_disconnect_shutdown42561fd
Fix "Exception ignored" in weakref callback during interpreter shutdown.dcce3e9
Merge pull request #175 from pallets-eco/drop-python3.8efa95ea
drop support for python 3.88230518
update dev dependencies94f1202
update dev dependencies8c983ec
remove previously deprecated code (#172)f5915f3
set up pre-commit lite workflowUpdates
certifi
from 2024.8.30 to 2024.12.14Commits
4ba3900
2024.12.14 (#329)9164660
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#331)3dc3651
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#328)c5bf18d
Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#327)b908391
Bump actions/setup-python from 5.2.0 to 5.3.0 (#326)bc26b41
Bump actions/checkout from 4.2.1 to 4.2.2 (#325)57afc22
Bump actions/upload-artifact from 4.4.1 to 4.4.3 (#323)a495091
test against 3.13 final62f8144
Added 3.13 classifier (#322)94d23a0
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#321)Updates
flask
from 3.0.3 to 3.1.0Release notes
Sourced from flask's releases.
Changelog
Sourced from flask's changelog.
Commits
ab81496
release version 3.1.070602a1
remove test pypi6748a09
update dev dependencies22c48a7
Merge remote-tracking branch 'origin/stable'2eab96a
use generic bases for session (#5638)f49dbfd
use generic bases for session7b21d43
configure and checkrequest.trusted_hosts
(#5637)4f7156f
configure and check trusted_hosts10bdf61
settingSERVER_NAME
does not restrict routing for bothsubdomain_matching
...4995a77
fix subdomain_matching=False behaviorUpdates
greenlet
from 3.0.3 to 3.1.1Changelog
Sourced from greenlet's changelog.
... (truncated)
Commits
dd0a948
Preparing release 3.1.1ab8d3bc
Disable thread-local cleanup on 32-bit MacOS PPC with GCC. This will result i...e9db22a
Merge pull request #429 from python-greenlet/issue419redux6081a16
Merge pull request #419 from barracuda156/powerpcdbf311a
Greater safety and fewer assumptions doing cross-thread cleanup.9e8a90b
Set back greenlet_thread_state.hpp file1bf374f
Duplicate greenlet_thread_state.hpp history.64e0b4f
Copy greenlet_thread_state.hpp into TThreadStateCreator.hpp358a2e8
Keep greenlet_thread_state.hpp5144f70
Sigh. Pip hides compiler output which is, you know, important, and the only w...Updates
httpcore
from 1.0.6 to 1.0.7Release notes
Sourced from httpcore's releases.
Changelog
Sourced from httpcore's changelog.
Commits
a173552
Version 1.0.7 (#977)13e281d
Add proxy configuration to ConnectionPool. (#974)0bfcee4
default port for the socks5h scheme (#972)4e0a17c
Consistent import style (#970)127505b
Use new typing style (#963)Updates
httpx
from 0.27.2 to 0.28.1Release notes
Sourced from httpx's releases.
Changelog
Sourced from httpx's changelog.
Commits
26d48e0
Version 0.28.1 (#3445)89599a9
Fixverify=False
,cert=...
case. (#3442)8ecb86f
Add test for request params behavior changes (#3364) (#3440)0cb7e5a
Bump the python-packages group with 11 updates (#3434)15e21e9
Updating deprecated docstring Client() class (#3426)80960fa
Version 0.28.0. (#3419)a33c878
Fixextensions
type annotation. (#3380)ce7e14d
Error on verify as str. (#3418)47f4a96
Handle empty zstd responses (#3412)189fc4b
Update CHANGELOG.md, fix typo(s) (#3406)Updates
jiter
from 0.6.1 to 0.8.2Commits
5f208ea
release: 0.8.2 (#181)0744102
restorepystring_ascii_new
fast path, using PyO3 0.23.3 (#180)06aa3a5
release: 0.8.1 (#178)866b667
fix crash on aarch64 linux wheels (#175)4397293
ci: remove workaround for free-threaded build w. maturin (#172)0590d09
ci: updates for Rust 1.83 (#176)2b67dd0
skip Windows free-threaded wheel build for now (#173)23568ee
release: 0.8.0 (#171)82df231
fix linux PGO wheel build (#170)72fc9ef
support free-threaded Python (#165)Updates
langchain
from 0.3.4 to 0.3.12Release notes
Sourced from langchain's releases.
... (truncated)
Commits
089e659
langchain[patch]: Release 0.3.12 (#28724)679e3a9
text-splitters[patch]: Release 0.3.3 (#28723)23b433f
infra: fix notebook tests (#28722)387284c
core: release 0.3.25 (#28718)decd77c
community: fix an issue with deepinfra integration (#28715)008efad
[community]: Render documents to graphviz (#24830)fc80061
docs: integrations W&B update (#28059)288f204
docs, community: aerospike docs update (#28717)bd008ba
docs: Update additional_resources/tutorials.mdx (#28005)337fed8
community: 🐛 PDF Filter Type Error (