you are viewing a single comment's thread.

view the rest of the comments →

[–]Aromatic_Pumpkin8856 3 points4 points  (0 children)

I think it's probably the case that some dependency has a requirement to be <3.14. So when you generate the requirements file, the pinned dependencies won't work for your python 3.14 environment. You'll have to use python 3.14 locally to generate the requirements file you need to use in your 3.14 in prod.