feat: initial solution for task 2 - structured output with Pydantic and LangChain

This commit is contained in:
2026-05-08 15:57:33 +03:00
commit 6cd179333a
4 changed files with 185 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
langchain-core>=0.3.0
langchain-openai>=0.2.0
pydantic>=2.0.0
python-dotenv>=1.0.0