Skip to content

Tags: allen2c/dvs

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from allen2c/dev/v1.1.0

Dev/v1.1.0

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from allen2c/dev/v1.0.0

Dev/v1.0.0

v0.4.0

Toggle v0.4.0's commit message
Update dependencies and increment project version

- Upgrade several packages to their latest versions:
  - anyio to 4.7.0
  - fastapi-cli to 0.0.6
  - fonttools to 4.55.2
  - openai to 1.57.0
  - six to 1.17.0
  - typer to 0.15.1
- Add rich-toolkit as a new dependency.
- Update author information in pyproject.toml.
- Increment project version to 0.4.0 for release readiness.

v0.3.0

Toggle v0.3.0's commit message
Update project version and dependencies

- Bump project version to 0.3.0
- Update dependencies to their latest versions:
  - cryptography to 44.0.0
  - fastapi to 0.115.6
  - httpx to 0.28.0
  - And others as listed in poetry.lock and requirements files
- Adjust Python version compatibility for cryptography
- Update extras and test dependencies for improved development workflow
- Minor documentation updates in README.md

These changes ensure the project remains secure, compatible, and up-to-date with the latest features and improvements.

v0.2.0

Toggle v0.2.0's commit message
Release version 0.2.0

v0.1.0

Toggle v0.1.0's commit message
Update project metadata in `pyproject.toml`

- Changed project name from `dvs` to `dvs-py` for better clarity.
- Added `packages` entry to include the `dvs` module, enhancing package management.