Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pydantic version issue #200

Closed
djs0109 opened this issue Aug 28, 2024 · 0 comments · Fixed by #201
Closed

Fix pydantic version issue #200

djs0109 opened this issue Aug 28, 2024 · 0 comments · Fixed by #201

Comments

@djs0109
Copy link
Collaborator

djs0109 commented Aug 28, 2024

The current way of specifying the pydantic version in requirements.txt is invalid.

It gives error as below

ERROR: Invalid requirement: 'pydantic>=1.10.13,<2.*': .* suffix can only be used with `==` or `!=` operators
     pydantic>=1.10.13,<2.*
                       ~~~^ (from line 17 of ./requirements.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant