Giter Club home page Giter Club logo

Comments (9)

waketzheng avatar waketzheng commented on July 3, 2024 1

You can install/upgrade the package from github to use the RegisterTortoise class:

pip install --upgrade 'tortoise-orm>=0.21' || pip install --upgrade --force-reinstall git+https://github.com/tortoise/tortoise-orm

Or by ssh

pip install --upgrade 'tortoise-orm>=0.21' || pip install --upgrade --force-reinstall git+ssh://[email protected]/tortoise/tortoise-orm

Then use this command to check the result:

python -c 'from tortoise.contrib.fastapi import RegisterTortoise'

from tortoise-orm.

waketzheng avatar waketzheng commented on July 3, 2024

Documentation should be able to select version to fix this issue and #1569

from tortoise-orm.

abondar avatar abondar commented on July 3, 2024

Yeah, right now documentation publishing is wacky

I'll try to fix it with release of 0.21.0, so it will deploy docs only in case of new release, not just new commits

Github pages doesn't support doc versioning automatically, but it seems out there are some plugins, that say that they can handle it, I'll look into it in mean time

from tortoise-orm.

qingshuiyuyu avatar qingshuiyuyu commented on July 3, 2024

i cant believe why the FastAPI Examples can not be run
when i use register_tortoise
the error:async with register_tortoise( AttributeError: __aenter__

from tortoise-orm.

waketzheng avatar waketzheng commented on July 3, 2024

@qingshuiyuyu Use async with RegisterTortoise instead. https://tortoise.github.io/examples/fastapi.html#main-py

from tortoise-orm.

qingshuiyuyu avatar qingshuiyuyu commented on July 3, 2024

@qingshuiyuyu Use async with RegisterTortoise instead. https://tortoise.github.io/examples/fastapi.html#main-py

but i can not import this class v:tortoise-orm==0.20.1 ,there only register_tortoise
i use another way this guy rewrite the class https://github.com/tortoise/tortoise-orm/issues/1576#issuecomment-2074505541

from tortoise-orm.

waketzheng avatar waketzheng commented on July 3, 2024

Yeah, right now documentation publishing is wacky

I'll try to fix it with release of 0.21.0, so it will deploy docs only in case of new release, not just new commits

Github pages doesn't support doc versioning automatically, but it seems out there are some plugins, that say that they can handle it, I'll look into it in mean time

@abondar How is that?

from tortoise-orm.

abondar avatar abondar commented on July 3, 2024

Sadly, 0.21.0 is still not ready, as I want to fix #1607 before making release, but still didn't have time to sit for that properly

Other than that - I updated CI pipelines, so now it shouldn't update documentation on commits in develop branch, but didn't test it properly as it requires release for it

I am hoping to find time on this week for fix and release

from tortoise-orm.

abondar avatar abondar commented on July 3, 2024

Seems fixed now with release of 0.21.0

from tortoise-orm.

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.