5G-MAG / rt-5gms-application-provider

The 5GMS Application Provider interacts with the 5GMS Application Function via M1 Provisioning interface, and uses M8 interface to communicate with UE.
Other
2 stars 4 forks source link

Specific pydantic version required #10

Closed stojkovicv closed 5 months ago

stojkovicv commented 10 months ago

Description:

This issue stays as a remainder to maintain the proper version of pydantic due to potential typing error:

pydantic.errors.PydanticUserError: Please use `typing_extensions.TypedDict` instead of `typing.TypedDict` on Python < 3.12.

Solution

To resolve this error, pydantic==1.9.0 has been defined as the dependency requirement since it's supporting current import of typing package.