#2511 - Upgraded pydantic to version 2.7.0. Added ipywidgets to the dependencies (for #2300)

This commit is contained in:
Chris McCarthy
2024-04-22 08:49:08 +01:00
parent 56d03aaf7b
commit a7dae6e373
2 changed files with 5 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 3.0.0b9
- Removed deprecated `PrimaiteSession` class.
- Upgraded pydantic to version 2.7.0
- Added ipywidgets to the dependencies
## [Unreleased]
- Made requests fail to reach their target if the node is off

View File

@@ -38,8 +38,9 @@ dependencies = [
"stable-baselines3[extra]==2.1.0",
"tensorflow==2.12.0",
"typer[all]==0.9.0",
"pydantic==2.1.1",
"ray[rllib] == 2.8.0, < 3"
"pydantic==2.7.0",
"ray[rllib] == 2.8.0",
"ipywidgets"
]
[tool.setuptools.dynamic]