diff --git a/README.md b/README.md index 8f95140..524713a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dist/bedrock_llm-0.1.3.3.tar.gz b/dist/bedrock_llm-0.1.3.3.tar.gz deleted file mode 100644 index e95765e..0000000 Binary files a/dist/bedrock_llm-0.1.3.3.tar.gz and /dev/null differ diff --git a/dist/bedrock_llm-0.1.3.3-py3-none-any.whl b/dist/bedrock_llm-0.1.3.4-py3-none-any.whl similarity index 80% rename from dist/bedrock_llm-0.1.3.3-py3-none-any.whl rename to dist/bedrock_llm-0.1.3.4-py3-none-any.whl index acd8e0a..845af21 100644 Binary files a/dist/bedrock_llm-0.1.3.3-py3-none-any.whl and b/dist/bedrock_llm-0.1.3.4-py3-none-any.whl differ diff --git a/dist/bedrock_llm-0.1.3.4.tar.gz b/dist/bedrock_llm-0.1.3.4.tar.gz new file mode 100644 index 0000000..615f2f3 Binary files /dev/null and b/dist/bedrock_llm-0.1.3.4.tar.gz differ diff --git a/requirements.txt b/requirements.txt index 1bb7c33..7514264 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file diff --git a/setup.py b/setup.py index 9c7179e..fc380e2 100644 --- a/setup.py +++ b/setup.py @@ -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, diff --git a/src/bedrock_llm.egg-info/PKG-INFO b/src/bedrock_llm.egg-info/PKG-INFO index afd89ea..c5d3bee 100644 --- a/src/bedrock_llm.egg-info/PKG-INFO +++ b/src/bedrock_llm.egg-info/PKG-INFO @@ -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 @@ -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 @@ -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 diff --git a/src/bedrock_llm.egg-info/requires.txt b/src/bedrock_llm.egg-info/requires.txt index 4861e9b..d845833 100644 --- a/src/bedrock_llm.egg-info/requires.txt +++ b/src/bedrock_llm.egg-info/requires.txt @@ -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