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

pyndantic.Field クラスのパラメタ #29

Open
arrowkato opened this issue Oct 30, 2024 · 0 comments
Open

pyndantic.Field クラスのパラメタ #29

arrowkato opened this issue Oct 30, 2024 · 0 comments

Comments

@arrowkato
Copy link

arrowkato commented Oct 30, 2024

min_items=3,
max_items=5,

min_items=2,
max_items=3,

など、pyndantic.Field クラスで、

  • min_items
  • max_items

に値を設定している箇所があります。
ただ、pydantic v2.9.2 では、そのパラメタは存在しません。
代わりなのかはわからないですが、下記は存在します。

    min_length: int | None = _Unset,
    max_length: int | None = _Unset,

いつの間にかアップデートが入ったのか、はたまた、LangGraphではそういう使い方をするのか判断がつかなかったのでご連絡した次第です。

少なくとも、jupyterから実行したときにエラーは出ませんでした。

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

No branches or pull requests

1 participant