Skip to content

Commit

Permalink
Merge branch 'main' of github.com:msoedov/langalf
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Apr 13, 2024
2 parents 8b32d40 + 4e308f6 commit ca41700
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 13 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
18 changes: 18 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 0.0.x | :white_check_mark: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
23 changes: 11 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ langalf = "langalf.__main__:entrypoint"

[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.104.1"
fastapi = "^0.109.1"
uvicorn = "^0.23.2"
fire = "^0.5.0"
loguru = "^0.7.2"
Expand Down

0 comments on commit ca41700

Please sign in to comment.