Skip to content

Package versions are too strict to use in a bigger project #11

@mikulas-mrva

Description

@mikulas-mrva

I would like to install dexguru-sdk to a project that is already using pydantic = ^1.9.1, which conflicts with the hard requirement of pydantic=1.8.2 in your requirements.txt.

Would you mind updating your requirements.txt to something like the following?

aiohttp>=3.7.5,<4
ujson>=4.0.2,<5
pydantic>=1.8.2,<2

Or alternatively keeping fixed versions in requirements.txt and setting a looser range in setup.py?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions