@@ -28,6 +28,7 @@ classifiers = [
2828 " Programming Language :: Python :: 3.11" ,
2929 " Programming Language :: Python :: 3.12" ,
3030 " Programming Language :: Python :: 3.13" ,
31+ " Programming Language :: Python :: 3.14" ,
3132 " Programming Language :: Python :: Implementation :: CPython" ,
3233 " Programming Language :: Python :: Implementation :: PyPy" ,
3334 " Intended Audience :: Developers" ,
@@ -86,9 +87,9 @@ dependencies = [
8687 " platformdirs==4.5.0" ,
8788 " pluggy==1.6.0" ,
8889 " pycparser==2.23" ,
89- " pydantic==2.11.7 " ,
90- " pydantic-settings==2.10.1 " ,
91- " pydantic_core==2.33.2 " ,
90+ " pydantic==2.13.3 " ,
91+ " pydantic-settings==2.14.0 " ,
92+ " pydantic_core==2.46.3 " ,
9293 " Pygments==2.20.0" ,
9394 " pyperclip==1.9.0" ,
9495 " python-dotenv==1.1.1" ,
@@ -112,7 +113,7 @@ dependencies = [
112113 " tqdm==4.67.1" ,
113114 " typer==0.16.0" ,
114115 " types-requests==2.32.4.20250611" ,
115- " typing-inspection==0.4.1 " ,
116+ " typing-inspection==0.4.2 " ,
116117 " typing_extensions==4.15.0" ,
117118 " ujson==5.12.0" ,
118119 " urllib3==2.6.3" ,
0 commit comments