Changes since langchain-openai==0.3.33
fix(openai): bump min core version (#33188)
feat: (core, standard-tests) support PDF inputs in ToolMessages (#33183)
release(openai): 0.3.34 (#33169)
feat(openai): support openai sdk 2.0 (#33168)
fix(openai): remove future.annotations import from test files (#33144)
docs: more standardization (#33124)
docs: standardize .. code-block
directive usage (#33122)
test(openai): raise token limit for o1 test (#33118)
chore: bump ruff version to 0.13 (#33043)
style: repo linting pass (#33089)
fix: lift openai version constraints across packages (#33088)
fix(openai): pin upper bound to prevent Pydantic 2.7.0 issues (#33038)
test: use .get()
for safe ls_params
access (#33034)
chore: update pyproject.toml
files, remove codespell (#33028)
feat(openai): add max_tokens
to AzureChatOpenAI
(#32959)
feat(core): allow overriding ls_model_name
from kwargs (#32541)
revert: "chore: remove ruff target-version" (#32895)
fix(openai): update AzureOpenAIEmbeddings
validation logic for openai_api_base
(#31782)