Ddeutil-observe

Latest version: v0.0.4

Safety actively analyzes 696794 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.4

:sparkles: Features

- :dart: feat: add dynamic nav bar with current session user state. (_2024-09-16_)
- :dart: feat: add oauth middleware for checking this session has authorize. (_2024-09-16_)

:bug: Fix Bugs

- :gear: fixed: remove access token when use fontend page. (_2024-09-16_)

:postbox: Dependencies

- :pushpin: deps: add workflows test for python version 3.13. (_2024-09-16_)

0.0.3

:sparkles: Features

- :dart: feat: seperate getting token on frontend page and api. (_2024-09-15_)
- :dart: feat: redirect to workflows page if user already register. (_2024-09-14_)
- :dart: feat: change default value of datetime that use on server side. (_2024-09-14_)
- :dart: feat: migrate sync database interface to full async. (_2024-09-13_)
- :dart: feat: add session event listener. (_2024-09-12_)
- :dart: feat: add verify token function on deps. (_2024-09-08_)

:black_nib: Code Changes

- :test_tube: tests: add testcase for access and refresh token funcs. (_2024-09-16_)
- :art: styled: change style of sidebar. (_2024-09-14_)
- :art: styled: change color and pointer that use border line. (_2024-09-14_)
- :art: styled: add border line for debug component on frontend page. (_2024-09-13_)
- :construction: refactored: 📦 bump sqlalchemy from 2.0.32 to 2.0.34 (_2024-09-12_)
- :construction: refactored: 📦 bump bcrypt from 3.2.2 to 4.2.0 (_2024-09-12_)
- :art: styled: change html template include layer on base. (_2024-09-08_)

:card_file_box: Documents

- :page_facing_up: docs: add emoji to readme. (_2024-09-13_)
- :page_facing_up: docs: update readme for config values. (_2024-09-09_)

:bug: Fix Bugs

- :gear: fixed: change import on workflows route. (_2024-09-14_)
- :gear: fixed: merge change from remote repo. (_2024-09-13_)
- :gear: fixed: logout view does not valid on remove token logic. (_2024-09-08_)

:postbox: Dependencies

- :pushpin: deps: update version of fastapi to 0.114.1. (_2024-09-12_)

0.0.2

:sparkles: Features

- :dart: feat: update logout feature that update and remove refresh tokens. (_2024-09-08_)
- :dart: feat: add change password botton on main page. (_2024-09-08_)
- :dart: feat: add checkbox on login page. (_2024-09-07_)
- :dart: feat: add sqlalchemy handler route. (_2024-09-06_)
- :dart: feat: add logout feature. (_2024-09-06_)
- :dart: feat: change schema of user that use name instead username. (_2024-09-06_)
- :dart: feat: add reset pass and logout route. (_2024-09-06_)
- :dart: feat: add required authen in workflwos route. (_2024-09-05_)
- :dart: feat: add token auth with scopes. (_2024-09-05_)
- :dart: feat: add api for auth route. (_2024-09-05_)
- :dart: feat: add register page for create user login. (_2024-09-05_)
- :dart: feat: add user auth route. (_2024-09-05_)
- :dart: feat: change base from func to subclass. (_2024-09-05_)
- :dart: feat: add async session. (_2024-09-04_)
- :dart: feat: add create release log crud func. (_2024-09-03_)
- :dart: feat: add crud functions on log route. (_2024-09-02_)
- :dart: feat: add more fields on workflow schemas. (_2024-09-02_)

:black_nib: Code Changes

- :art: styled: add frontend layout link. (_2024-09-07_)
- :art: styled: change import object systex. (_2024-09-07_)
- :construction: refactored: move models and schemas single file to folder on auth component. (_2024-09-07_)
- :art: styled: add font on layout page. (_2024-09-03_)
- :test_tube: tests: add release log dummy data. (_2024-09-03_)
- :construction: refactored: merge log route to workflow route. (_2024-09-03_)
- :construction: refactored: ⬆ bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (_2024-09-02_)
- :test_tube: tests: add init database function for adding dummy data. (_2024-09-02_)

:card_file_box: Documents

- :page_facing_up: docs: update shields in readme for this project tracking. (_2024-09-02_)

:bug: Fix Bugs

- :gear: fixed: merge token table together with backlist. (_2024-09-07_)

:package: Build & Workflow

- :toolbox: build: add dependabot file for deps tracking by github. (_2024-09-02_)

:postbox: Dependencies

- :pushpin: deps: update fastapi version to 0.114.0. (_2024-09-07_)
- :pushpin: deps: update fastapi to 0.113.0. (_2024-09-06_)
- :pushpin: deps: remove passlib and use bcrypt instead. (_2024-09-06_)
- :pushpin: deps: change jwt package from python-jose to pyjwt. (_2024-09-05_)

0.0.1

:sparkles: Features

- :dart: feat: add searching workflows and display table. (_2024-08-31_)
- :dart: feat: add filter sqlite db files in gitignore. (_2024-08-31_)
- :dart: feat: add logs router. (_2024-08-31_)
- :dart: feat: add logging function to utils module. (_2024-08-30_)
- :dart: feat: add muti-templating folders for apiroute. (_2024-08-29_)
- :dart: feat: add static and midleware in fastapi application. (_2024-08-27_)
- :tada: init: add the first initial code. (_2024-08-09_)

:black_nib: Code Changes

- :construction: refactored: change name of pipline to workflow. (_2024-09-01_)
- :test_tube: tests: add pytest runner on pre-commit. (_2024-08-31_)
- :test_tube: tests: add testcase for workflow schemas. (_2024-08-31_)
- :art: styled: add main file structures for router. (_2024-08-29_)
- :construction: refactored: Initial commit (_2024-07-25_)

:card_file_box: Documents

- :page_facing_up: docs: update readme for config topic. (_2024-09-01_)
- :page_facing_up: docs: update description of this project package. (_2024-08-26_)

:bug: Fix Bugs

- :gear: fixed: remove __init__ on namespace package. (_2024-09-01_)
- :gear: fixed: change models on workflows and logs. (_2024-08-31_)

:package: Build & Workflow

- :toolbox: build: add public workflow. (_2024-09-01_)

:postbox: Dependencies

- :pushpin: deps: add httpx package for testing fastapi. (_2024-09-01_)
- :pushpin: deps: renove fasthtml pakcage and use fastapi instead. (_2024-08-27_)
- :pushpin: deps: update fasthtml dependency to 0.4.5. (_2024-08-24_)
- :pushpin: deps: update python-fasthtml to 0.3.3. (_2024-08-12_)
- :pushpin: deps: update python version that was supported with fasthtml. (_2024-08-09_)

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.