You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Pydantic was updated to the 2nd version but the library pins it to the 1st version. I checked the latest pydantic version (2.8.2) and all tests passed. (also successfully tested the Pydantic 2.0.0)
It's needed to minimize version conflicts in environments.
$git clone https://github.com/aws/serverless-application-model.git
$ cd serverless-application-model
$ python3 -m venv _e
$ . _e/bin/activate
(_e) $ pip install "-e .[dev]"
(_e) $ pip install pydantic==2.8.2
(_e) $ make test
Observed result
(_e) $ pip install pydantic==2.8.2
(_e) $ make test
Required test coverage of 95% reached. Total coverage: 95.85%
================================================================= 3988 passed in 72.79s (0:01:12) =================================================================
Additional environment details
OS: MacOS Sonoma 14.6.1 aarch64
If using the SAM CLI, sam --version: N/A
AWS region: N/A
The text was updated successfully, but these errors were encountered:
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
Description
Pydantic was updated to the 2nd version but the library pins it to the 1st version. I checked the latest pydantic version (2.8.2) and all tests passed. (also successfully tested the Pydantic 2.0.0)
It's needed to minimize version conflicts in environments.
Related issue: #3617
Steps to reproduce
Observed result
Additional environment details
OS: MacOS Sonoma 14.6.1 aarch64
If using the SAM CLI, sam --version: N/A
AWS region: N/A
The text was updated successfully, but these errors were encountered: