diff --git a/pyproject.toml b/pyproject.toml index ead9a79..82ba19b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ResumeGPT" -version = "2.0" +version = "2.1" description = "Tailor your resume to match any job posting effortlessly" authors = [ { name = "Tyler Kline", email = "tylerkline@gmail.com" } @@ -16,20 +16,22 @@ readme = "README.md" license = { file = "LICENSE.txt" } requires-python = ">=3.11" dependencies = [ - "beautifulsoup4>=4.9.3", - "configparser>=5.0.2", - "langchain==0.1.20", - "langchain-openai==0.1.6", - "langchain-core==0.1.52", - "pydantic==2.7.1", - "reportlab>=3.5.59", - "requests>=2.25.1", - "ruamel.yaml>=0.16.12", + "beautifulsoup4>=4.12.3", + "configparser>=7.1.0", + "langchain>=0.2.11", + "langchain-openai>=0.1.6", + "langchain-core>=0.2.36", + "langchain-community>=0.2.10", + "pydantic>=2.7.1", + "reportlab>=4.2.2", + "requests>=2.32.3", + "ruamel.yaml>=0.18.6", "pytest>=8.2.2", + "python-dateutil>=2.8.0", "free-proxy>=1.1.1", - "Jinja2==3.1.4", - "PyYAML==5.3.1", - "pytest-cov==5.0.0" + "Jinja2>=3.1.4", + "PyYAML>=5.3.1", + "pytest-cov>=5.0.0" ] keywords = ["resume", "job", "application", "automation", "job search"] classifiers = [ diff --git a/requirements.txt b/requirements.txt index f4eece2..67c07c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ -beautifulsoup4>=4.9.3 -configparser>=5.0.2 -langchain==0.1.20 -langchain-openai==0.1.6 -langchain-core==0.1.52 -langchain-community==0.0.38 -pydantic==2.7.1 -reportlab>=3.5.59 -requests>=2.25.1 -ruamel.yaml>=0.16.12 +beautifulsoup4>=4.12.3 +configparser>=7.1.0 +langchain>=0.2.11, +langchain-openai>=0.1.6 +langchain-core>=0.2.36 +langchain-community>=0.2.10 +pydantic>=2.7.1 +reportlab>=4.2.2 +requests>=2.32.3 +ruamel.yaml>=0.18.6 pytest>=8.2.2 python-dateutil>=2.8.0 free-proxy>=1.1.1 -Jinja2==3.1.4 -PyYAML==5.3.1 -pytest-cov==5.0.0 \ No newline at end of file +Jinja2>=3.1.4 +PyYAML>=5.3.1 +pytest-cov>=5.0.0 \ No newline at end of file