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
Feature Request: Add Version Constraint Resolution in fpm
Description:
Problem: Currently, fpm does not allow users to specify version constraints for dependencies. This can cause compatibility issues when different versions of dependencies are required for various projects.
Proposed Solution: Introduce version constraints in the fpm.toml configuration file. This would allow users to specify which versions of dependencies they want to use (e.g., >=1.2.0, <=2.0.0, or =1.5.0).
Description
Feature Request: Add Version Constraint Resolution in fpm
Description:
fpm
does not allow users to specify version constraints for dependencies. This can cause compatibility issues when different versions of dependencies are required for various projects.fpm.toml
configuration file. This would allow users to specify which versions of dependencies they want to use (e.g.,>=1.2.0
,<=2.0.0
, or=1.5.0
).Why this is important:
fpm
projects are compatible with the correct versions of their dependencies.Next Steps:
Possible Solution
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: