optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
634 stars 172 forks source link

Fix the AllenNLP CI #193

Closed not522 closed 1 year ago

not522 commented 1 year ago

Motivation

With the release of typing-extension v4.6.0, Pydantic now produces an error. It is fixed in the latest Pydantic (https://github.com/pydantic/pydantic/issues/5821), but we cannot use it because AllenNLP specifies the old spaCy and it specifies the old Pydantic.

Description of the changes

This PR does not add a TODO comment because AllenNLP has been in maintenance mode and this issue is unlikely to be resolved.