Skip to content

Commit 27e3dbd

Browse files
committed
FIX/ENH/CLN: simplified CheckedSession code and avoid using pydantic private API (closes #1151)
also fixes properties on subclasses of CheckedSession (closes #1152)
1 parent 7e401b3 commit 27e3dbd

File tree

6 files changed

+158
-163
lines changed

6 files changed

+158
-163
lines changed

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pandas >=0.20
44
matplotlib
55
tables # ==pytables
66
openpyxl
7-
pydantic >=2.12
7+
pydantic ==2.12
88

99
# dependencies to actually build the documentation
1010
sphinx ==5.3.0

doc/source/changes/version_0_35.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Backward incompatible changes
2424
is closed by the user. To revert to the previous behavior, use show=False.
2525

2626
* Using :py:obj:`CheckedSession`, :py:obj:`CheckedParameters` or
27-
:py:obj:`CheckedArray` now requires installing pydantic >= 2.12
27+
:py:obj:`CheckedArray` now requires installing pydantic >= 2
2828
(closes :issue:`1075`).
2929

3030

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
- openpyxl
1010
- xlsxwriter
1111
- pytest >=6
12-
- pydantic >= 2.12
12+
- pydantic >=2

0 commit comments

Comments
 (0)