openai[patch]: Release 0.1.14 (#23782)
openai[patch]: expose model request payload (#23287)
partners[azure]: fix having openai_api_base set for other packages (#22068)
langchain-openai==0.1.13
Release langchain-openai==0.1.13
Changes since langchain-openai==0.1.12
openai[patch]: Release 0.1.13 (#23651)
openai, anthropic, ...: with_structured_output to pass in explicit tool choice (#23645)
docs: azure openai docstring (#23643)
langchain-openai==0.1.12
Release langchain-openai==0.1.12
Changes since langchain-openai==0.1.11
Fixed a regression involving the with_structured_output method of AzureChatOpenAI.
langchain-openai==0.1.11
Release langchain-openai==0.1.11
Changes since langchain-openai==0.1.10
partners[openai]: only add stream_options to kwargs if requested (#23552)
openai[patch]: bump sdk version (#23592)
openai[patch]: add support for extra_body (#23404)
[docs]: split up tool docs (#22919)
NumPy 2.0.0 is the first major release since 2006. It is the result of
11 months of development since the last feature release and is the work
of 212 contributors spread over 1078 pull requests. It contains a large
number of exciting new features as well as changes to both the Python
and C APIs.
This major release includes breaking changes that could not happen in a
regular minor (feature) release - including an ABI break, changes to
type promotion rules, and API changes which may not have been emitting
deprecation warnings in 1.26.x. Key documents related to how to adapt to
changes in NumPy 2.0, in addition to these release notes, include:
A new variable-length string dtype, numpy.dtypes.StringDType and a new
numpy.strings namespace with performant ufuncs for string operations,
Support for float32 and longdouble in all
numpy.fft functions,
Support for the array API standard in the main numpy
namespace.
Performance improvements:
Sorting functions sort, argsort,
partition, argpartition have been
accelerated through the use of the Intel x86-simd-sort and
Google Highway libraries, and may see large (hardware-specific)
speedups,
macOS Accelerate support and binary wheels for macOS >=14, with
significant performance improvements for linear algebra
operations on macOS, and wheels that are about 3 times smaller,
numpy.char fixed-length string operations have
been accelerated by implementing ufuncs that also support
numpy.dtypes.StringDType in addition to the
fixed-length string dtypes,
A new tracing and introspection API,
numpy.lib.introspect.opt_func_info, to determine
which hardware-specific kernels are available and will be
dispatched to.
numpy.save now uses pickle protocol version 4 for saving
arrays with object dtype, which allows for pickle objects larger
than 4GB and improves saving speed by about 5% for large arrays.
Python API improvements:
... (truncated)
Commits
1d49c7f Merge pull request #26698 from charris/prepare-2.0.0
Bumps the python-requirements group with 14 updates in the / directory:
23.2.1
24.1.0
0.2.5
0.2.6
0.2.5
0.2.6
0.2.9
0.2.11
0.1.9
0.1.14
0.2.1
0.2.2
0.1.81
0.1.83
1.26.4
2.0.0
1.35.3
1.35.10
3.10.5
3.10.6
2.7.4
2.8.2
2.18.4
2.20.1
4.7.3
4.8.0
8.4.1
8.5.0
Updates
aiofiles
from 23.2.1 to 24.1.0Release notes
Sourced from aiofiles's releases.
Commits
a637d6b
24.1.020e8e8a
Support 3.13 (#184)501e9bc
added and tested os.getcwd and os.path.abspath (#182)e2bcd7f
[README] Update readme for testing read() in aiofiles' stream (#179)213ee8b
Switch to more modern async idioms (#176)3f7638b
Update os.py (#175)1456aa9
Fix all on win32 (#174)6bfcaae
Merge branch 'tin/fix-statvfs'df7f204
Update changlog3fd9e83
Tweak quotesUpdates
langchain
from 0.2.5 to 0.2.6Release notes
Sourced from langchain's releases.
... (truncated)
Commits
03c41e7
langchain: release 0.2.6 (#23426)86ca44d
core: release 0.2.10 (#23420)85f5d14
[docs]: split up tool docs (#22919)f788d09
docs: update trim messages guide (#23418)c961934
docs: rerun chatbot tutorial to remove warnings (#23417)c93d9e6
Community: Update and fix ZenGuardTool docs and add ZenguardTool to init file...8955bc1
[Core] Logging: Suppress missing parent warning (#23363)730c551
core[patch]: export tool output parsers from langchain_core.output_parsers (#...7e9e69c
core[patch]: Add unit test for str and repr for Document (#23414)f055f2a
infra: install integration deps as needed (#23413)Updates
langchain-community
from 0.2.5 to 0.2.6Release notes
Sourced from langchain-community's releases.
... (truncated)
Commits
99ce84e
community: release 0.2.6 (#23501)03c41e7
langchain: release 0.2.6 (#23426)86ca44d
core: release 0.2.10 (#23420)85f5d14
[docs]: split up tool docs (#22919)f788d09
docs: update trim messages guide (#23418)c961934
docs: rerun chatbot tutorial to remove warnings (#23417)c93d9e6
Community: Update and fix ZenGuardTool docs and add ZenguardTool to init file...8955bc1
[Core] Logging: Suppress missing parent warning (#23363)730c551
core[patch]: export tool output parsers from langchain_core.output_parsers (#...7e9e69c
core[patch]: Add unit test for str and repr for Document (#23414)Updates
langchain-core
from 0.2.9 to 0.2.11Release notes
Sourced from langchain-core's releases.
... (truncated)
Commits
7a3d8e5
core[patch]: Release 0.2.11 (#23780)d677dad
core[patch]: mark RemoveMessage beta (#23656)1d54ac9
ai21[patch]: release 0.1.7 (#23781)320dc31
partners: AI21 Labs Jamba Streaming Support (#23538)5cd4083
community: make bing web search as the only option (#23523)76e7e4e
Update docs: LangChain agent memory (#23673)7c1cddf
anthropic[patch]: release 0.1.18 (#23778)c9dac59
anthropic[patch]: fix model name in some integration tests (#23779)7a6c06c
anthropic[patch]: tool output parser fix (#23647)46cbf0e
anthropic[patch]: use core output parsers for structured output (#23776)Updates
langchain-openai
from 0.1.9 to 0.1.14Release notes
Sourced from langchain-openai's releases.
Commits
ebb4045
anthropic[patch]: Release 0.1.19 (#23783)6168c84
openai[patch]: Release 0.1.14 (#23782)cb98125
openai[patch]: expose model request payload (#23287)ed200bf
anthropic[patch]: expose payload (#23291)7a3d8e5
core[patch]: Release 0.2.11 (#23780)d677dad
core[patch]: mark RemoveMessage beta (#23656)1d54ac9
ai21[patch]: release 0.1.7 (#23781)320dc31
partners: AI21 Labs Jamba Streaming Support (#23538)5cd4083
community: make bing web search as the only option (#23523)76e7e4e
Update docs: LangChain agent memory (#23673)Updates
langchain-text-splitters
from 0.2.1 to 0.2.2Release notes
Sourced from langchain-text-splitters's releases.
Commits
32f8f39
core[patch]: use args_schema doc for tool description (#23503)6f7fe82
text-splitters: release 0.2.2 (#23508)62b16fc
experimental: release 0.0.62 (#23507)99ce84e
community: release 0.2.6 (#23501)03c41e7
langchain: release 0.2.6 (#23426)86ca44d
core: release 0.2.10 (#23420)85f5d14
[docs]: split up tool docs (#22919)f788d09
docs: update trim messages guide (#23418)c961934
docs: rerun chatbot tutorial to remove warnings (#23417)c93d9e6
Community: Update and fix ZenGuardTool docs and add ZenguardTool to init file...Updates
langsmith
from 0.1.81 to 0.1.83Release notes
Sourced from langsmith's releases.
Commits
b9045e1
chore: bump JS to 0.1.35, Py to 0.1.83 (#838)fd3c61e
chore: bump JS to 0.1.35, Py to 0.1.836c2465c
Update list examples (#827)70ee9fe
fix pagination logic1809ac4
add other attributes to listExamplesf6f6655
[Python] Add offset arg explicitly9cae98a
fix(anonymizer): make deep cloning the default (#813)d37b3f6
Format JS file488ceb7
Bump to 0.1.34f579c9f
Fix tests, rely on JSON payload insteadUpdates
numpy
from 1.26.4 to 2.0.0Release notes
Sourced from numpy's releases.
... (truncated)
Commits
1d49c7f
Merge pull request #26698 from charris/prepare-2.0.02103511
DOC: Remove duplicate in author list.db8030e
BUG: Change cibuildwheel version [wheel build]1a68264
REL: Prepare for the NumPy 2.0.0 release [wheel build]c8665ba
Merge pull request #26696 from charris/backport-26582103f4dd
Merge pull request #26697 from charris/backport-25963c193dcd
Merge pull request #26695 from charris/backport-266678fa8191
BUG: Fix bug in numpy.pad() (#25963)ece3559
BUG: weighted nanpercentile, nanquantile and multi-dim q (#26582)b31e195
BUG: Adds asanyarray to start of linalg.cross (#26667)Updates
openai
from 1.35.3 to 1.35.10Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
50371bf
release: 1.35.1094fc49d
chore(ci): update rye to v0.35.0 (#1523)58bec2f
release: 1.35.94826fe9
chore: minor change to tests (#1521)1c59013
fix(client): always respect content-type multipart/form-data if provided (#1519)fee32a0
release: 1.35.8d9540b4
chore(internal): add rich as a dev dependency (#1514)edf8d80
chore(internal): add helper method for constructingBaseModel
s (#1517)24347ef
chore: gitignore test server logs (#1509)2dd4446
chore(internal): add reflection helper function (#1508)Updates
orjson
from 3.10.5 to 3.10.6Release notes
Sourced from orjson's releases.
Changelog
Sourced from orjson's changelog.
Commits
c24e4ab
3.10.6c369ea4
str various refactor and perf9382058
xxh3_64()95c86e5
cargo update, build miscUpdates
pydantic
from 2.7.4 to 2.8.2Release notes
Sourced from pydantic's releases.