Skip to content
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

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/react (source) 2.1.1 -> 2.1.2 age adoption passing confidence
@heroicons/react 2.1.4 -> 2.1.5 age adoption passing confidence
@types/node (source) 20.14.9 -> 20.14.11 age adoption passing confidence
ai (source) 3.2.16 -> 3.2.33 age adoption passing confidence
dspy-ai 2.4.10 -> 2.4.12 age adoption passing confidence
eslint-config-next (source) 14.2.4 -> 14.2.5 age adoption passing confidence
guardrails-ai ^0.4.4 -> ^0.5.0 age adoption passing confidence
mypy (source, changelog) 1.10.1 -> 1.11.0 age adoption passing confidence
next (source) 14.2.4 -> 14.2.5 age adoption passing confidence
openai 1.35.7 -> 1.37.0 age adoption passing confidence
openai 4.52.2 -> 4.53.0 age adoption passing confidence
pinecone-client 4.1.1 -> 4.1.2 age adoption passing confidence
pydantic (changelog) 2.7.4 -> 2.8.2 age adoption passing confidence
tailwindcss (source) 3.4.4 -> 3.4.6 age adoption passing confidence
tsx (source) 4.16.0 -> 4.16.2 age adoption passing confidence
typescript (source) 5.5.2 -> 5.5.4 age adoption passing confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/react)

v2.1.2

Compare Source

Fixed
  • Fix prematurely added anchoring styles on ListboxOptions (#​3337)
  • Ensure unmount on Dialog works in combination with the transition prop on DialogBackdrop and DialogPanel components (#​3352)
  • Fix crash in Combobox component when in virtual mode when options are empty (#​3356)
  • Fix hanging tests when using anchor prop (#​3357)
  • Fix transition and focus prop combination for PopoverPanel component (#​3361)
  • Fix outside click in nested portalled Popover components (#​3362)
  • Fix restoring focus to correct element when closing Dialog component (#​3365)
  • Fix flushSync warning for Combobox component with immediate prop enabled (#​3366)
tailwindlabs/heroicons (@​heroicons/react)

v2.1.5

Compare Source

Added
  • Add new icons (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

v3.2.32

Compare Source

Patch Changes

v3.2.31

Compare Source

Patch Changes
  • b86af09: feat (ai/core): add langchain stream event v2 support to LangChainAdapter

v3.2.30

Compare Source

Patch Changes

v3.2.29

Compare Source

Patch Changes
  • e710b38: fix (ai/core): race condition in mergeStreams
  • 6078a69: feat (ai/core): introduce stream data support in toAIStreamResponse

v3.2.28

Compare Source

Patch Changes

v3.2.27

Compare Source

Patch Changes
  • 811f449: fix (ai/core): generateText token usage is sum over all roundtrips

v3.2.26

Compare Source

Patch Changes
  • 8f545ce: fix (ai/core): forward request headers in generateObject and streamObject

v3.2.25

Compare Source

Patch Changes

v3.2.24

Compare Source

Patch Changes
  • f041c05: feat (ai/core): add roundtrips property to generateText result

v3.2.23

Compare Source

Patch Changes

v3.2.22

Compare Source

Patch Changes

v3.2.21

Compare Source

Patch Changes

v3.2.20

Compare Source

Patch Changes
  • 671331b: feat (core): add experimental OpenTelemetry support for generateText and streamText

v3.2.19

Compare Source

Patch Changes

v3.2.18

Compare Source

Patch Changes

v3.2.17

Compare Source

Patch Changes
stanfordnlp/dsp (dspy-ai)

v2.4.12: DSPy v2.4.12

Compare Source

  • Supports treating dspy.Predict and dspy.ChainOfThought directly as Modules, e.g. can compile them without creating a wrapping dspy.Module object.

  • Improves the experimental=True Chat LM support from DSPy v2.4.11, which is quoted below for reference:

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.

v2.4.11: DSPy v2.4.11

Compare 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
  • types: add gpt-4o-mini to more assistants methods (39a8a37)

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
  • docs: minor update to formatting of API link in README (#​1550) (a6e59c6)
  • internal: minor formatting changes (ee1c62e)
  • internal: minor options / compat functions updates (#​1549) (a0701b5)

v1.35.13

Compare Source

Full Changelog: v1.35.12...v1.35.13

Bug Fixes
  • threads/runs/create_and_run_stream: correct tool_resources param (8effd08)
Chores

v1.35.12

Compare Source

Full Changelog: v1.35.11...v1.35.12

Bug Fixes
  • azure: refresh auth token during retries (#​1533) (287926e)
  • tests: fresh_env() now resets new environment values (64da888)

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
  • client: always respect content-type multipart/form-data if provided (#​1519) (6da55e1)
Chores

v1.35.8

Compare Source

Full Changelog: v1.35.7...v1.35.8

Chores
openai/openai-node (openai)

v4.53.0

Compare Source

Full Changelog: v4.52.7...v4.53.0

Features
Chores
  • docs: mention support of web browser runtimes (#​938) (123d19d)
  • docs: use client instead of package name in Node examples (#​941) (8b5db1f)

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

v4.52.5

Compare Source

Full Changelog: v4.52.4...v4.52.5

Bug Fixes
  • vectorStores: correctly handle missing files in uploadAndPoll() (#​926) (945fca6)

v4.52.4

Compare Source

Full Changelog: v4.52.3...v4.52.4

Refactors
  • examples: removedduplicated 'messageDelta' streaming event. (#​909) (7b0b3d2)

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
Fixes

New 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
New Features
Changes
Performance
Internal Improvements
Fixes
New 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team July 8, 2024 08:27
Copy link

vercel bot commented Jul 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
autoblocks-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 23, 2024 0:52am

Copy link

github-actions bot commented Jul 8, 2024

FAILED  •  🕐 7s  •  🏗️ Autoblocks Testing / js-autoblocks-tests (#601)  •  ➡️ View in Autoblocks


🟢  flashcard-generator

Evaluators               Test Cases
----------------------------------------------------------
is-professional-tone     3 PASSED    0 FAILED    0 SKIPPED
is-supported-by-notes    3 PASSED    0 FAILED    0 SKIPPED

🟢  flashcard-generator-managed

Evaluators               Test Cases
----------------------------------------------------------
is-professional-tone     1 PASSED    0 FAILED    0 SKIPPED
is-supported-by-notes    1 PASSED    0 FAILED    0 SKIPPED

🔴  study-guide-outline

Evaluators        Test Cases
---------------------------------------------------
formatting        5 PASSED    0 FAILED    0 SKIPPED
has-substrings    3 PASSED    2 FAILED    0 SKIPPED
num-categories    5 PASSED    0 FAILED    0 SKIPPED

Generated by Autoblocks against baafe4e

Copy link

github-actions bot commented Jul 8, 2024

FAILED  •  🕐 1m 2s  •  🏗️ Autoblocks Testing / py-autoblocks-tests (#601)  •  ➡️ View in Autoblocks


🔴  dspy

Evaluators     Test Cases
------------------------------------------------
correctness    7 PASSED    3 FAILED    0 SKIPPED

Generated by Autoblocks against baafe4e

adamnolte
adamnolte previously approved these changes Jul 9, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 74e7cc6 to 21d595f Compare July 16, 2024 17:24
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 21d595f to 3fce77e Compare July 16, 2024 23:21
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 3fce77e to 8bdbed5 Compare July 17, 2024 17:53
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 8bdbed5 to 3e6941d Compare July 18, 2024 15:24
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 3e6941d to 9115131 Compare July 18, 2024 18:13
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 9115131 to 67653f3 Compare July 19, 2024 10:51
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 67653f3 to 498d3a9 Compare July 19, 2024 16:58
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 498d3a9 to 919d86d Compare July 19, 2024 20:27
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 919d86d to e09dbb7 Compare July 20, 2024 23:25
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from e09dbb7 to 4829741 Compare July 22, 2024 08:22
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 4829741 to 8fc2a9e Compare July 22, 2024 15:49
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 8fc2a9e to d08c503 Compare July 22, 2024 19:35
@adamnolte adamnolte merged commit 5c06111 into main Jul 23, 2024
18 checks passed
@adamnolte adamnolte deleted the renovate/all-non-major-dependencies branch July 23, 2024 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant