Skip to content

Commit

Permalink
Hotfix CI by pinning Pydantic to <2.10 (Qiskit#2049) (Qiskit#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Nov 21, 2024
1 parent 9699c11 commit 587c92b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions release-notes/unreleased/2049.bug.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Pin ``pydantic`` dependency version to ``<2.10`` to avoid a regression breaking
the build process.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"python-dateutil>=2.8.0",
"websocket-client>=1.5.1",
"ibm-platform-services>=0.22.6",
"pydantic>=2.5.0",
"pydantic>=2.5.0,<2.10",
"qiskit>=1.1.0",
]

Expand Down

0 comments on commit 587c92b

Please sign in to comment.