Skip to content

Commit 3bee227

Browse files
build(deps): update dspy-ai requirement from <4.0.0,>=3.2.0 to >=3.2.1,<4.0.0 (#37)
* build(deps): update dspy-ai requirement Updates the requirements on [dspy-ai](https://github.com/stanfordnlp/dsp) to permit the latest version. - [Release notes](https://github.com/stanfordnlp/dsp/releases) - [Commits](stanfordnlp/dspy@3.2.0...3.2.1) --- updated-dependencies: - dependency-name: dspy-ai dependency-version: 3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): refresh dspy lockfiles --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Haas <jonathan@haas.holdings>
1 parent c8fb897 commit 3bee227

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

requirements-dev.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Refreshed after tightening dspy-ai minimum to 3.2.1; resolved pins are unchanged.
12
aiohappyeyeballs==2.6.1
23
aiohttp==3.13.5
34
aiohttp-retry==2.9.1

requirements.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Refreshed after tightening dspy-ai minimum to 3.2.1; resolved pins are unchanged.
12
aiohappyeyeballs==2.6.1
23
aiohttp==3.13.5
34
aiohttp-retry==2.9.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core AI and CLI (prefer latest v3 per dspy.ai)
2-
dspy-ai>=3.2.0,<4.0.0
2+
dspy-ai>=3.2.1,<4.0.0
33
typer==0.25.1
44
rich==15.0.0
55
pydantic==2.13.4

0 commit comments

Comments
 (0)