Skip to content

Commit

Permalink
feat(Bump version):
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Apr 26, 2024
1 parent e1e3fa8 commit ff3a46c
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 7 deletions.
192 changes: 187 additions & 5 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agentic_security"
version = "0.0.4"
version = "0.1.1"
description = "Agentic LLM vulnerability scanner"
authors = ["Alexander Miasoiedov <[email protected]>"]
maintainers = ["Alexander Miasoiedov <[email protected]>"]
Expand Down Expand Up @@ -42,7 +42,7 @@ httpx = ">=0.25.1,<0.28.0"
pytest = ">=7.4.3,<9.0.0"
pre-commit = "^3.5.0"
inline-snapshot = "^0.8.0"

langchain-groq = "^0.1.3"

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit ff3a46c

Please sign in to comment.