-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update all non-major dependencies #195
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✗ 🟢 flashcard-generator
🟢 flashcard-generator-managed
🔴 study-guide-outline
Generated by Autoblocks against baafe4e |
✗ 🔴 dspy
Generated by Autoblocks against baafe4e |
64e0eba
to
baafe4e
Compare
baafe4e
to
87f186d
Compare
87f186d
to
030423a
Compare
030423a
to
360a44b
Compare
360a44b
to
1d6cd67
Compare
1d6cd67
to
643c027
Compare
643c027
to
1a5f87d
Compare
1a5f87d
to
f0e6abe
Compare
f0e6abe
to
669473d
Compare
669473d
to
efef360
Compare
efef360
to
27c02fe
Compare
74e7cc6
to
21d595f
Compare
21d595f
to
3fce77e
Compare
3fce77e
to
8bdbed5
Compare
8bdbed5
to
3e6941d
Compare
3e6941d
to
9115131
Compare
9115131
to
67653f3
Compare
67653f3
to
498d3a9
Compare
498d3a9
to
919d86d
Compare
919d86d
to
e09dbb7
Compare
e09dbb7
to
4829741
Compare
4829741
to
8fc2a9e
Compare
8fc2a9e
to
d08c503
Compare
d08c503
to
b28f590
Compare
This PR contains the following updates:
2.1.1
->2.1.2
2.1.4
->2.1.5
20.14.9
->20.14.11
3.2.16
->3.2.33
2.4.10
->2.4.12
14.2.4
->14.2.5
^0.4.4
->^0.5.0
1.10.1
->1.11.0
14.2.4
->14.2.5
1.35.7
->1.37.0
4.52.2
->4.53.0
4.1.1
->4.1.2
2.7.4
->2.8.2
3.4.4
->3.4.6
4.16.0
->4.16.2
5.5.2
->5.5.4
Release Notes
tailwindlabs/headlessui (@headlessui/react)
v2.1.2
Compare Source
Fixed
ListboxOptions
(#3337)unmount
onDialog
works in combination with thetransition
prop onDialogBackdrop
andDialogPanel
components (#3352)Combobox
component when invirtual
mode when options are empty (#3356)anchor
prop (#3357)transition
andfocus
prop combination forPopoverPanel
component (#3361)Popover
components (#3362)Dialog
component (#3365)flushSync
warning forCombobox
component withimmediate
prop enabled (#3366)tailwindlabs/heroicons (@heroicons/react)
v2.1.5
Compare Source
Added
arrow-turn-*
,bold
,calendar-date-range
,divide
,document-currency-*
,equals
,h1
,h2
,h3
,italic
,link-slash
,numbered-list
,percent-badge
,slash
,strikethrough
,underline
)vercel/ai (ai)
v3.2.33
Compare Source
Patch Changes
4b2c09d
: feat (ai/ui): add mutator function support to useChat / setMessages281e766
: chore: add description to ai packagef63829f
]4b2c09d
]v3.2.32
Compare Source
Patch Changes
5b7b3bb
]v3.2.31
Compare Source
Patch Changes
b86af09
: feat (ai/core): add langchain stream event v2 support to LangChainAdapterv3.2.30
Compare Source
Patch Changes
19c3d50
]v3.2.29
Compare Source
Patch Changes
e710b38
: fix (ai/core): race condition in mergeStreams6078a69
: feat (ai/core): introduce stream data support in toAIStreamResponsev3.2.28
Compare Source
Patch Changes
68d1f78
: fix (ai/core): do not construct object promise in streamObject result until requestedf0bc1e7
: feat (ai/ui): add system message support to convertToCoreMessages1f67fe4
: feat (ai/ui): stream tool calls with streamText and useChat1f67fe4
]v3.2.27
Compare Source
Patch Changes
811f449
: fix (ai/core): generateText token usage is sum over all roundtripsv3.2.26
Compare Source
Patch Changes
8f545ce
: fix (ai/core): forward request headers in generateObject and streamObjectv3.2.25
Compare Source
Patch Changes
99ddbb7
: feat (ai/react): add experimental support for managing attachments to useChat99ddbb7
]v3.2.24
Compare Source
Patch Changes
f041c05
: feat (ai/core): add roundtrips property to generateText resultv3.2.23
Compare Source
Patch Changes
a6cb2c8
: feat (ai/ui): add keepLastMessageOnError option to useChata6cb2c8
]v3.2.22
Compare Source
Patch Changes
53fccf1
: fix (ai/core): report error on controllerdd0d854
: feat (ai/vue): add useAssistantdd0d854
]v3.2.21
Compare Source
Patch Changes
56bbc2a
: feat (ai/ui): set body and headers directly on options for handleSubmit and append56bbc2a
]v3.2.20
Compare Source
Patch Changes
671331b
: feat (core): add experimental OpenTelemetry support for generateText and streamTextv3.2.19
Compare Source
Patch Changes
b729094
: chore (ai/core): rename TokenUsage type to CompletionTokenUsageb729094
: feat (ai/core): add token usage to embed and embedManyb729094
]v3.2.18
Compare Source
Patch Changes
70d1800
]v3.2.17
Compare Source
Patch Changes
3db90c3
: allow empty handleSubmit submissions for useChatabb2260
: feat (ai): verify that system messages have string content5c1f0bd
: fix unclosed streamable value console message6a11cfa
]3db90c3
]d481729
]stanfordnlp/dsp (dspy-ai)
v2.4.12
: DSPy v2.4.12Compare Source
Supports treating
dspy.Predict
anddspy.ChainOfThought
directly as Modules, e.g. can compile them without creating a wrappingdspy.Module
object.Improves the
experimental=True
Chat LM support from DSPy v2.4.11, which is quoted below for reference:v2.4.11
: DSPy v2.4.11Compare Source
All sorts of PRs over the past two weeks.
Most importantly, initial support for new adapters, with far more smooth support for Chat LMs.
The default behavior is unchanged from before. However,
dspy.configure(experimental=True)
is likely to lead to much more predictable and accurate zero-shot generations with Chat LMs. Tested against several variants of GPT-3.5, GPT-4, Llama3, Mixtral, and DBRX.vercel/next.js (eslint-config-next)
v14.2.5
Compare Source
python/mypy (mypy)
v1.11.0
Compare Source
vercel/next.js (next)
v14.2.5
Compare Source
openai/openai-python (openai)
v1.37.0
Compare Source
Full Changelog: v1.36.1...v1.37.0
Features
Bug Fixes
Documentation
v1.36.1
Compare Source
Full Changelog: v1.36.0...v1.36.1
Bug Fixes
v1.36.0
Compare Source
Full Changelog: v1.35.15...v1.36.0
Features
v1.35.15
Compare Source
Full Changelog: v1.35.14...v1.35.15
Chores
v1.35.14
Compare Source
Full Changelog: v1.35.13...v1.35.14
Chores
v1.35.13
Compare Source
Full Changelog: v1.35.12...v1.35.13
Bug Fixes
Chores
v1.35.12
Compare Source
Full Changelog: v1.35.11...v1.35.12
Bug Fixes
v1.35.11
Compare Source
Full Changelog: v1.35.10...v1.35.11
Chores
v1.35.10
Compare Source
Full Changelog: v1.35.9...v1.35.10
Chores
v1.35.9
Compare Source
Full Changelog: v1.35.8...v1.35.9
Bug Fixes
Chores
v1.35.8
Compare Source
Full Changelog: v1.35.7...v1.35.8
Chores
BaseModel
s (#1517) (e5ddbf5)openai/openai-node (openai)
v4.53.0
Compare Source
Full Changelog: v4.52.7...v4.53.0
Features
Chores
v4.52.7
Compare Source
Full Changelog: v4.52.6...v4.52.7
Documentation
v4.52.6
Compare Source
Full Changelog: v4.52.5...v4.52.6
Chores
next
(#931) (e3f979a)v4.52.5
Compare Source
Full Changelog: v4.52.4...v4.52.5
Bug Fixes
files
inuploadAndPoll()
(#926) (945fca6)v4.52.4
Compare Source
Full Changelog: v4.52.3...v4.52.4
Refactors
v4.52.3
Compare Source
Full Changelog: v4.52.2...v4.52.3
Chores
pydantic/pydantic (pydantic)
v2.8.2
: (2024-07-03)Compare Source
What's Changed
Fixes
Full Changelog: pydantic/pydantic@v2.8.1...v2.8.2
v2.8.1
: (2024-07-03)Compare Source
What's Changed
Packaging
ruff
tov0.5.0
andpyright
tov1.1.369
by @sydney-runkle in https://github.com/pydantic/pydantic/pull/9801pydantic-core
tov2.20.1
,pydantic-extra-types
tov2.9.0
by @sydney-runkle in https://github.com/pydantic/pydantic/pull/9832Fixes
to_snake
from v2.7 -> v2.8 by @sydney-runkle in https://github.com/pydantic/pydantic/pull/9812New Contributors
Full Changelog: pydantic/pydantic@v2.8.0...v2.8.1
v2.8.0
Compare Source
GitHub release
The code released in v2.8.0 is functionally identical to that of v2.8.0b1.
What's Changed
Packaging
v1.1.367
and add type checking tests for pipeline API by @adriangb in #9674pydantic.v1
stub tov1.10.17
by @sydney-runkle in #9707v2.8.0b1
by @sydney-runkle in #9741pydantic-core
tov2.20.0
by @sydney-runkle in #9745pdm
version used forpdm.lock
to v2.16.1 by @sydney-runkle in #9761ruff
v0.4.8
by @Viicos in #9585New Features
defer_build
forTypeAdapter
by @MarkusSintonen in #8939deprecated
field in json schema by @NeevCohen in #9298fail_fast
feature by @uriyyo in #9708ser_json_inf_nan='strings'
mode to produce valid JSON by @josh-newman in pydantic/pydantic-core#1307Changes
Annotated
field by @nix010 in #9170__validators__
values increate_model
by @sydney-runkle in #9697smart
union matching logic by @sydney-runkle in pydantic/pydantic-core#1322You can read more about our
smart
union matching logic here. In some cases, if the old behavioris desired, you can switch to
left-to-right
mode and change the order of yourUnion
members.Performance
Internal Improvements
_display_error_loc()
by 25% inpydantic/v1/error_wrappers.py
by @misrasaurabh1 in #9653_get_all_json_refs()
by 34% inpydantic/json_schema.py
by @misrasaurabh1 in #9650is_pydantic_dataclass()
by 41% inpydantic/dataclasses.py
by @misrasaurabh1 in #9652to_snake()
by 27% inpydantic/alias_generators.py
by @misrasaurabh1 in #9747unwrap_wrapped_function()
by 93% inpydantic/_internal/_decorators.py
by @misrasaurabh1 in #9727Fixes
__spec__.parent
with__package__
by @hramezani in #9331Sequence
type by @anesmemisevic in #9303_frame_depth
by @Viicos in #9353ImportString
json schema compatible by @amitschang in #9344PrivateAttr
) from__init__
signature in type checkers by @idan22moral in #9293TypeVar
defaults robust to the CPythonPEP-696
implementation by @AlexWaygood in #9426PlainSerializer
with builtin types by @Viicos in #9450strict
specification forStringConstraint(strict=False)
by @vbmendes in #9476Self
where possible by @Viicos in #9479RootModel.model_construct
signature in themypy
plugin by @Viicos in #9480validation_context
by @OhioDschungel6 in #9508dump_json
/dump_python
by @alexcouper in #9495Field()
constructor by @bjmc in #9484TypeAdapter
by @Viicos in #9570__setstate__
of BaseModel by @anhpham1509 in #9584PEP 746
by @adriangb in #9587TypeVar
fields by @dmontagu in #9606regex
flags in validation and json schema by @sydney-runkle in #9591IpvAnyAddress
by @sydney-runkle in #9640__pydantic_extra__
by @dmontagu in #9659Optional[Decimal]
by @lazyhope in #9754validate_call
type params fix by @sydney-runkle in #9760re.Pattern
object in regex patterns to allow for regex flags by @sydney-runkle in pydantic/pydantic-core#1318New Contributors
tailwindlabs/tailwindcss (tailwindcss)
v3.4.6
[Compare Source](https://togithub.com/tailw
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.