Giter Site home page Giter Site logo

Comments (2)

ded-ditat avatar ded-ditat commented on June 14, 2024

I have this same exact error. Pydantic version is incompatible with the minimum required pydantic version with prefect.

Same exact error please specify minimum requirements or version ranges so we can use this sdk with our projects.

We're an enterprise peopledatalabs customer as well.

from peopledatalabs-python.

martimlobao avatar martimlobao commented on June 14, 2024

@ngould @ded-ditat Just opened a PR which hopefully addresses the issue. One note is that the constraints shouldn't be getting set by requirements.txt but rather by pyproject.toml. If you pip install this package, you should see pydantic<1.10,>=1.8:

$ pip install peopledatalabs       
Collecting peopledatalabs
  Downloading peopledatalabs-1.1.6-py3-none-any.whl (17 kB)
Requirement already satisfied: requests<3,>=2 in ... (from peopledatalabs) (2.28.2)
Collecting python-dotenv<1,>=0
  Downloading python_dotenv-0.21.1-py3-none-any.whl (19 kB)
Requirement already satisfied: pydantic<1.10,>=1.8 in ... (from peopledatalabs) (1.9.2)
...

from peopledatalabs-python.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.