Git Product home page Git Product logo

Comments (7)

bebetoalves avatar bebetoalves commented on June 1, 2024 1

Same with me:

/home/bebeto/Projects/api-collector/venv/lib/python3.8/site-packages/mongoengine_goodjson/encoder.py:151: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
  @encode.register(collections.Iterable)
/home/bebeto/Projects/api-collector/venv/lib/python3.8/site-packages/mongoengine/queryset/base.py:399: DeprecationWarning: count is deprecated. Use Collection.count_documents instead.
  count = self._cursor.count(with_limit_and_skip=with_limit_and_skip)

from mongoengine-goodjson.

tirkarthi avatar tirkarthi commented on June 1, 2024

Can you please attach the full warning log? This could be from a third party project or dependency.

from mongoengine-goodjson.

jusexton avatar jusexton commented on June 1, 2024

Below is the full log displayed in the console:

venv/lib/python3.8/site-packages/mongoengine_goodjson/encoder.py:151: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working @encode.register(collections.Iterable)

If there is a method of producing more verbose logs, let me know.

from mongoengine-goodjson.

tirkarthi avatar tirkarthi commented on June 1, 2024

It seems these were removed in 56d30c2

from mongoengine-goodjson.

jusexton avatar jusexton commented on June 1, 2024

I am using version 1.1.8. Looks like 56d30c2 just barely missed the 1.1.8 release. This issue should be fixed in the next release.

from mongoengine-goodjson.

jusexton avatar jusexton commented on June 1, 2024

Any updates on this?

from mongoengine-goodjson.

vitaliimelnychuk avatar vitaliimelnychuk commented on June 1, 2024

The same for me, is there is anything I can help with to fix this issue?

from mongoengine-goodjson.

Related Issues (20)

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.