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

Release 3.0.0 requirement pydantic<2.0 breaks our project #504

Open
bfilipov opened this issue Feb 22, 2024 · 2 comments
Open

Release 3.0.0 requirement pydantic<2.0 breaks our project #504

bfilipov opened this issue Feb 22, 2024 · 2 comments

Comments

@bfilipov
Copy link

Since release 3.0.0 there is the following dependency for safety:
pydantic>=1.10.12,<2.0

That makes it backward incompatible for our project, since we are currently using the latest release of pydantic - 2.6.1

@adiroiban
Copy link

Another problem with 3.1.0 release.
It depends on dparse>=0.6.4b0 but 0.6.4 was not released yet ... with beta released in Oct 2023 :(

@Zeckie
Copy link
Contributor

Zeckie commented Jun 5, 2024

Is there any reason why safety needs to be in the same venv as the rest of the project?

Installing in a separate venv will mean that it can have separate set of dependencies from the main project (but also that there is now an additional venv to manage).

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

No branches or pull requests

3 participants