Skip to content

Commit

Permalink
patch v0.1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Phicks-debug committed Nov 10, 2024
1 parent f16de99 commit 3a51ded
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ and more to come, we are working on it :)
## Requirements

- Python 3.7+
- pydantic>=1.8.0,<2.0.0
- pydantic>=2.0.0
- boto3>=1.18.0
- botocore>=1.21.0
- jinja>=3.1.4
Expand Down
Binary file removed dist/bedrock_llm-0.1.3.3.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/bedrock_llm-0.1.3.4.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pydantic>=1.8.0,<2.0.0
pydantic>=2.0.0
boto3>=1.18.0
botocore>=1.21.0
jinja2>=3.1.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="bedrock_llm",
version="0.1.3.3",
version="0.1.3.4",
packages=find_packages(where="src"),
package_dir={"": "src"},
install_requires=requirements,
Expand Down
6 changes: 3 additions & 3 deletions src/bedrock_llm.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: bedrock_llm
Version: 0.1.3.3
Version: 0.1.3.4
Summary: A Python LLM framework for interacting with AWS Bedrock services. Build on top of boto3 library. This library serves as an fast prototyping, building POC, production ready.
Home-page: https://github.com/Phicks-debug/bedrock_llm
Author: Tran Quy An
Expand All @@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic<2.0.0,>=1.8.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: boto3>=1.18.0
Requires-Dist: botocore>=1.21.0
Requires-Dist: jinja2>=3.1.4
Expand Down Expand Up @@ -159,7 +159,7 @@ and more to come, we are working on it :)
## Requirements

- Python 3.7+
- pydantic>=1.8.0,<2.0.0
- pydantic>=2.0.0
- boto3>=1.18.0
- botocore>=1.21.0
- jinja>=3.1.4
Expand Down
2 changes: 1 addition & 1 deletion src/bedrock_llm.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pydantic<2.0.0,>=1.8.0
pydantic>=2.0.0
boto3>=1.18.0
botocore>=1.21.0
jinja2>=3.1.4

0 comments on commit 3a51ded

Please sign in to comment.