kateforsberg commited on
Commit
9ba7f88
·
1 Parent(s): c3472f4

updated requirements.txt to install from fix branch

Browse files
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- griptape == 1.1.0
2
  python-statemachine[diagrams]==2.3.6
3
  pyyaml==6.0.2
4
  schema==0.7.7
 
1
+ griptape @ git+https://github.com/griptape-ai/griptape@fix/futures-context
2
  python-statemachine[diagrams]==2.3.6
3
  pyyaml==6.0.2
4
  schema==0.7.7
uw_programmatic/base_machine.py CHANGED
@@ -56,7 +56,6 @@ Defaults.drivers_config = OpenAiDriversConfig(
56
  prompt_driver=OpenAiChatPromptDriver(model="gpt-4o", max_tokens=4096)
57
  )
58
 
59
-
60
  def custom_dict_merge(dict1: dict, dict2: dict) -> dict:
61
  result = dict1.copy()
62
  for key, value in dict2.items():
 
56
  prompt_driver=OpenAiChatPromptDriver(model="gpt-4o", max_tokens=4096)
57
  )
58
 
 
59
  def custom_dict_merge(dict1: dict, dict2: dict) -> dict:
60
  result = dict1.copy()
61
  for key, value in dict2.items():