Skip to content
Snippets Groups Projects
Commit d3259eff authored by Florian Schröder's avatar Florian Schröder
Browse files

Update pydantic version in setup.py

The setup.py file has been modified to require a more up-to-date version of the pydantic package. It has been updated from version 2.5.3 to 2.6.3.
parent 18ce03fa
No related branches found
No related tags found
1 merge request!72Resolve "Too large number of selected players does not break the gui and environment"
Pipeline #47844 passed
......@@ -17,7 +17,7 @@ requirements = [
"pytest>=3",
"pyyaml>=6.0.1",
"pygame-gui>=0.6.9",
"pydantic>=2.5.3",
"pydantic>=2.6.3",
"fastapi>=0.109.2",
"uvicorn>=0.27.0",
"websockets>=12.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment