Skip to content

Commit

Permalink
Minor README and pyproject.toml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Dec 9, 2024
1 parent 7c169fa commit 0bfaa08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ hatch run test:lint

## License

Apache License 2.0 - See [LICENSE](LICENSE) for details.
MIT License - See [LICENSE](LICENSE) for details.

## Security

Expand All @@ -141,4 +141,5 @@ Contributions are welcome! Please feel free to submit a Pull Request.

## Author
Vladimir Blagojevic ([email protected])

Reviews and guidance by Madeesh Kannan
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"pydantic",
"jsonref",
"requests",
"PyYAML"
Expand Down Expand Up @@ -59,8 +58,6 @@ extra-dependencies = [
"anthropic",
"openai",
"fastapi",
# Tools support
"jsonschema",
]

[tool.hatch.envs.test.scripts]
Expand Down

0 comments on commit 0bfaa08

Please sign in to comment.