Git Product home page Git Product logo

Comments (6)

musicinmybrain avatar musicinmybrain commented on June 20, 2024

In Pydantic 1.10.14, from pydantic import v1 as pydantic raises an ImportError in

try:
from pydantic import v1 as pydantic
except ImportError:
# Unfortunately mypy cannot handle this try/expect pattern, and "type: ignore"
# is the simplest work-around. See: https://github.com/python/mypy/issues/1153
import pydantic # type: ignore

and import pydantic is used.

In Pydantic 1.10.14, from pydantic import v1 as pydantic succeeds, but pydantic.v1.error_wrappers is not present, only pydantic.error_wrappers; therefore, samtranslator.compat.pydantic.error_wrappers is not present.

Related: https://github.com/pydantic/pydantic/blob/5476a758c8ac59887dbfa3aa1c3481d0a0e20837/pydantic/v1.py#L5-L6

from serverless-application-model.

musicinmybrain avatar musicinmybrain commented on June 20, 2024

I’ll try to offer a PR for this later today.

from serverless-application-model.

musicinmybrain avatar musicinmybrain commented on June 20, 2024

I’ll try to offer a PR for this later today.

I am actually not sure what the correct approach is here. Using pydantic.ValidationError in the except …: isn’t right (on Pydantic v2, it is pydantic_core._pydantic_core.ValidationError, which has no direct inheritance relationship with pydantic.v1.error_wrappers.ValidationError).

It seems like it might be a bug that pydantic.v1.error_wrappers isn’t present in Pydantic 1.10.15, and that this might be the same as pydantic/pydantic#9357, but I don’t have enough Pydantic experience to state that confidently.

from serverless-application-model.

shikha372 avatar shikha372 commented on June 20, 2024

Was able to reproduce this issue on local

Issue opened with pydantic team for import error
pydantic/pydantic#9625

from serverless-application-model.

shikha372 avatar shikha372 commented on June 20, 2024

Thanks @musicinmybrain for highlighting this issue. We've opened a bug at pydantic end to check this, meanwhile added this to list of expected exception at SAM end in PR#3611 . Let us know if you still have any questions regarding this.

from serverless-application-model.

github-actions avatar github-actions commented on June 20, 2024

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.

from serverless-application-model.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.